mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* Create eip155-16888.json for ivar testnet * Create eip155-88888.json for Ivar mainnet * Create ivar.json for Ivar chain icon
26 lines
521 B
JSON
26 lines
521 B
JSON
{
|
|
"name": "IVAR Chain Mainnet",
|
|
"chain": "IVAR",
|
|
"icon": "ivar",
|
|
"rpc": [
|
|
"https://mainnet-rpc.ivarex.com"
|
|
],
|
|
"faucets": [
|
|
"https://faucet.ivarex.com/"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Ivar",
|
|
"symbol": "IVAR",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://ivarex.com",
|
|
"shortName": "ivar",
|
|
"chainId": 88888,
|
|
"networkId": 88888,
|
|
"explorers": [{
|
|
"name": "ivarscan",
|
|
"url": "https://ivarscan.com",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|