Skip to content

Commit

Permalink
chore: add test5 network meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss committed Nov 12, 2024
1 parent bd11462 commit bfa54c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions packages/adena-extension/src/resources/chains/chains.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[
{
"id": "test4",
"id": "test5",
"default": true,
"main": true,
"chainId": "test4",
"chainId": "test5",
"chainName": "GNO.LAND",
"networkId": "test4",
"networkName": "Testnet 4",
"networkId": "test5",
"networkName": "Testnet 5",
"addressPrefix": "g",
"rpcUrl": "https://rpc.test4.gno.land:443",
"indexerUrl": "https://test4.indexer.onbloc.xyz",
"gnoUrl": "https://test4.gno.land",
"apiUrl": "https://test4.api.onbloc.xyz",
"rpcUrl": "https://rpc.test5.gno.land:443",
"indexerUrl": "https://test5.indexer.onbloc.xyz",
"gnoUrl": "https://test5.gno.land",
"apiUrl": "https://test5.api.onbloc.xyz",
"linkUrl": "https://gnoscan.io"
},
{
Expand Down
4 changes: 2 additions & 2 deletions packages/adena-extension/src/resources/faucet/faucet-api.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"portal-loop": "https://faucet.adena.app/portal-loop",
"test4": "https://faucet.adena.app/test4",
"test3": "https://faucet.adena.app/test3"
"test5": "https://faucet.adena.app/test5",
"test4": "https://faucet.adena.app/test4"
}

0 comments on commit bfa54c0

Please sign in to comment.