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
This commit is contained in:
ivarex 2022-06-13 10:14:57 +07:00 committed by GitHub
parent cf82380a55
commit ebe10dd0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"name": "IVAR Chain Testnet",
"chain": "IVAR",
"icon": "ivar",
"rpc": [
"https://testnet-rpc.ivarex.com"
],
"faucets": [
"https://tfaucet.ivarex.com/"
],
"nativeCurrency": {
"name": "tIvar",
"symbol": "tIVAR",
"decimals": 18
},
"infoURL": "https://ivarex.com",
"shortName": "tivar",
"chainId": 16888,
"networkId": 16888,
"explorers": [{
"name": "ivarscan",
"url": "https://testnet.ivarscan.com",
"standard": "EIP3091"
}]
}

View File

@ -0,0 +1,25 @@
{
"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"
}]
}

8
_data/icons/ivar.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmV8UmSwqGF2fxrqVEBTHbkyZueahqyYtkfH2RBF5pNysM",
"width": 524,
"height": 524,
"format": "svg"
}
]