mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@14b966032d 🚀
This commit is contained in:
parent
3cb06969fe
commit
13f5442948
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2169,6 +2169,19 @@
|
|||
"rpc": ["https://dataseed.iorachain.com"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://iorachain.com"
|
||||
}, {
|
||||
"name": "AVIS Testnet",
|
||||
"chainId": 1201,
|
||||
"shortName": "avis",
|
||||
"networkId": 1201,
|
||||
"nativeCurrency": {
|
||||
"name": "AVIS",
|
||||
"symbol": "AVIS",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://seed5.evanesco.org:8547"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://evanesco.org/"
|
||||
}, {
|
||||
"name": "World Trade Technical Chain Mainnet",
|
||||
"chainId": 1202,
|
||||
|
@ -2416,6 +2429,19 @@
|
|||
"rpc": ["https://api.ecoball.org/espuma/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://ecoball.org"
|
||||
}, {
|
||||
"name": "Evanesco Mainnet",
|
||||
"chainId": 2213,
|
||||
"shortName": "evanesco",
|
||||
"networkId": 2213,
|
||||
"nativeCurrency": {
|
||||
"name": "EVA",
|
||||
"symbol": "EVA",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://seed4.evanesco.org:8546"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://evanesco.org/"
|
||||
}, {
|
||||
"name": "Kortho Mainnet",
|
||||
"chainId": 2559,
|
||||
|
|
|
@ -2938,6 +2938,21 @@
|
|||
"url": "https://explorer.iorachain.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "AVIS Testnet",
|
||||
"chain": "AVIS Testnet",
|
||||
"network": "avis",
|
||||
"rpc": ["https://seed5.evanesco.org:8547"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "AVIS",
|
||||
"symbol": "AVIS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://evanesco.org/",
|
||||
"shortName": "avis",
|
||||
"chainId": 1201,
|
||||
"networkId": 1201
|
||||
}, {
|
||||
"name": "World Trade Technical Chain Mainnet",
|
||||
"chain": "WTT",
|
||||
|
@ -3261,6 +3276,27 @@
|
|||
"url": "https://espuma-scan.ecoball.org",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Evanesco Mainnet",
|
||||
"chain": "EVA",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://seed4.evanesco.org:8546"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "EVA",
|
||||
"symbol": "EVA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://evanesco.org/",
|
||||
"shortName": "evanesco",
|
||||
"chainId": 2213,
|
||||
"networkId": 2213,
|
||||
"icon": "evanesco",
|
||||
"explorers": [{
|
||||
"name": "Evanesco Explorer",
|
||||
"url": "https://explorer.evanesco.org",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Kortho Mainnet",
|
||||
"chain": "Kortho Chain",
|
||||
|
|
|
@ -166,6 +166,7 @@
|
|||
"MATH": "eip155:1139",
|
||||
"tMATH": "eip155:1140",
|
||||
"iora": "eip155:1197",
|
||||
"avis": "eip155:1201",
|
||||
"wtt": "eip155:1202",
|
||||
"popcat": "eip155:1213",
|
||||
"enter": "eip155:1214",
|
||||
|
@ -185,6 +186,7 @@
|
|||
"rpg": "eip155:2025",
|
||||
"eco": "eip155:2100",
|
||||
"esp": "eip155:2101",
|
||||
"evanesco": "eip155:2213",
|
||||
"ktoc": "eip155:2559",
|
||||
"zcrbeach": "eip155:3331",
|
||||
"w3q-t": "eip155:3333",
|
||||
|
|
Loading…
Reference in New Issue
Block a user