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 Jul 16, 2024
1 parent 1c18247 commit 0f6d7da
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _data/chains/eip155-325.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"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": []
}
17 changes: 17 additions & 0 deletions _data/chains/eip155-326.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"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": []
}
8 changes: 8 additions & 0 deletions _data/icons/grvt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmVRdhjaBYeUVCkF8SUYMqAgGtbePYaozzy4YtMVKazLut",
"width": 256,
"height": 256,
"format": "png"
}
]

0 comments on commit 0f6d7da

Please sign in to comment.