mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
cf82380a55
commit
ebe10dd0b7
25
_data/chains/eip155-16888.json
Normal file
25
_data/chains/eip155-16888.json
Normal 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"
|
||||
}]
|
||||
}
|
25
_data/chains/eip155-88888.json
Normal file
25
_data/chains/eip155-88888.json
Normal 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
8
_data/icons/ivar.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmV8UmSwqGF2fxrqVEBTHbkyZueahqyYtkfH2RBF5pNysM",
|
||||
"width": 524,
|
||||
"height": 524,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user