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

Nerochain mainnet chain info #6219

Merged
merged 10 commits into from
Nov 20, 2024
24 changes: 24 additions & 0 deletions _data/chains/eip155-1689.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "NERO Mainnet",
"chain": "NERO Chain",
"rpc": ["https://rpc.nerochain.io", "wss://ws.nerochain.io"],
"faucets": [],
"nativeCurrency": {
"name": "NERO",
"symbol": "NERO",
"decimals": 18
},
"infoURL": "https://docs.nerochain.io/",
"shortName": "NERO",
"chainId": 1689,
"networkId": 1689,
"slip44": 1,
"icon": "nero",
"explorers": [
{
"name": "nero mainnet scan",
"url": "https://www.neroscan.io",
"standard": "EIP3091"
}
]
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-689.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"decimals": 18
},
"infoURL": "https://docs.nerochain.io/",
"shortName": "NERO",
"shortName": "NEROT",
"chainId": 689,
"networkId": 689,
"slip44": 1,
Expand Down
Loading