mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
431 B
JSON
23 lines
431 B
JSON
{
|
|
"name": "Jouleverse Mainnet",
|
|
"chain": "Jouleverse",
|
|
"rpc": ["https://rpc.jnsdao.com:8503"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "J",
|
|
"symbol": "J",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://jnsdao.com",
|
|
"shortName": "jouleverse",
|
|
"chainId": 3666,
|
|
"networkId": 3666,
|
|
"explorers": [
|
|
{
|
|
"name": "jscan",
|
|
"url": "https://jscan.jnsdao.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|