Skip to content

Commit

Permalink
[GSW-428] chore: Add chain info
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss committed Oct 16, 2023
1 parent e4d8b53 commit 31d8ce6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/web/src/resources/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"rpcUrl": "https://rpc.test3.gno.land",
"wsUrl": "wss://rpc.test3.gno.land/websocket"
},
{
"name": "GNO.LAND",
"chainId": "gnoswap.dev",
"rpcUrl": "http://dev.rpc.gnoswap.io:26657",
"wsUrl": "ws://dev.rpc.gnoswap.io:26657/websocket"
},
{
"name": "GNO.LAND",
"chainId": "dev",
Expand Down

0 comments on commit 31d8ce6

Please sign in to comment.