Skip to content

Commit

Permalink
Merge pull request #210 from gnoswap-labs/GSW-428-add-chain-info
Browse files Browse the repository at this point in the history
[GSW-428] chore: Add chain info
  • Loading branch information
jinoosss authored Oct 16, 2023
2 parents 5f5a531 + cbc3785 commit 2d90641
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": "dev.gnoswap",
"rpcUrl": "https://dev.rpc.gnoswap.io",
"wsUrl": "wss://dev.rpc.gnoswap.io/websocket"
},
{
"name": "GNO.LAND",
"chainId": "dev",
Expand Down

0 comments on commit 2d90641

Please sign in to comment.