mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
20 lines
396 B
JSON
20 lines
396 B
JSON
{
|
|
"name": "Blockchain Genesis Mainnet",
|
|
"chain": "GEN",
|
|
"rpc": [
|
|
"https://eu.mainnet.xixoio.com",
|
|
"https://us.mainnet.xixoio.com",
|
|
"https://asia.mainnet.xixoio.com"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "GEN",
|
|
"symbol": "GEN",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.xixoio.com/",
|
|
"shortName": "GEN",
|
|
"chainId": 10101,
|
|
"networkId": 10101
|
|
}
|