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@9a3d20a0ae 🚀
This commit is contained in:
parent
158e17db2a
commit
ea011dad58
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2208,6 +2208,19 @@
|
||||||
"rpc": ["https://rpc1.newchain.newtonproject.org"],
|
"rpc": ["https://rpc1.newchain.newtonproject.org"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.newtonproject.org/"
|
"infoURL": "https://www.newtonproject.org/"
|
||||||
|
}, {
|
||||||
|
"name": "Eurus Mainnet",
|
||||||
|
"chainId": 1008,
|
||||||
|
"shortName": "eun",
|
||||||
|
"networkId": 1008,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Eurus",
|
||||||
|
"symbol": "EUN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://mainnet.eurus.network/"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://eurus.network"
|
||||||
}, {
|
}, {
|
||||||
"name": "Evrice Network",
|
"name": "Evrice Network",
|
||||||
"chainId": 1010,
|
"chainId": 1010,
|
||||||
|
|
|
@ -3031,6 +3031,28 @@
|
||||||
"shortName": "tnew",
|
"shortName": "tnew",
|
||||||
"chainId": 1007,
|
"chainId": 1007,
|
||||||
"networkId": 1007
|
"networkId": 1007
|
||||||
|
}, {
|
||||||
|
"name": "Eurus Mainnet",
|
||||||
|
"chain": "EUN",
|
||||||
|
"network": "eurus",
|
||||||
|
"rpc": ["https://mainnet.eurus.network/"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Eurus",
|
||||||
|
"symbol": "EUN",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://eurus.network",
|
||||||
|
"shortName": "eun",
|
||||||
|
"chainId": 1008,
|
||||||
|
"networkId": 1008,
|
||||||
|
"icon": "eurus",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "eurusexplorer",
|
||||||
|
"url": "https://explorer.eurus.network",
|
||||||
|
"icon": "eurus",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Evrice Network",
|
"name": "Evrice Network",
|
||||||
"chain": "EVC",
|
"chain": "EVC",
|
||||||
|
|
|
@ -169,6 +169,7 @@
|
||||||
"twan": "eip155:999",
|
"twan": "eip155:999",
|
||||||
"Baobab": "eip155:1001",
|
"Baobab": "eip155:1001",
|
||||||
"tnew": "eip155:1007",
|
"tnew": "eip155:1007",
|
||||||
|
"eun": "eip155:1008",
|
||||||
"EVC": "eip155:1010",
|
"EVC": "eip155:1010",
|
||||||
"new": "eip155:1012",
|
"new": "eip155:1012",
|
||||||
"sku": "eip155:1022",
|
"sku": "eip155:1022",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user