Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GRVT testnet (eip155-326) and mainnet chains (eip155-325) #5227

Merged
merged 2 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]
Loading