chains/_data/chains/eip155-88888.json
ivarex ebe10dd0b7
Add Ivar Chain (#1225)
* Create eip155-16888.json for ivar testnet

* Create eip155-88888.json for Ivar mainnet

* Create ivar.json for Ivar chain icon
2022-06-13 05:14:57 +02:00

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"
}]
}