Skip to content

Commit

Permalink
Add GRVT testnet and mainnet chains
Browse files Browse the repository at this point in the history
  • Loading branch information
minhbsq committed Jun 5, 2024
1 parent eea86bd commit 41ad7a0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions _data/chains/eip155-325.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "GRVT Mainnet",
"chain": "ETH",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "ETH",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://grvt.io/",
"shortName": "grvt",
"chainId": 325,
"networkId": 325,
"icon": "grvt",
"explorers": [
]
}
18 changes: 18 additions & 0 deletions _data/chains/eip155-326.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "GRVT Sepolia Testnet",
"chain": "ETH",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "ETH",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://grvt.io/",
"shortName": "grvt-sepolia",
"chainId": 326,
"networkId": 326,
"icon": "grvt",
"explorers": [
]
}

0 comments on commit 41ad7a0

Please sign in to comment.