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@9a8288ca3c 🚀
This commit is contained in:
parent
0a093e7232
commit
7a039910d2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2676,6 +2676,19 @@
|
||||||
"rpc": ["https://eu.mainnet.xixoio.com", "https://us.mainnet.xixoio.com", "https://asia.mainnet.xixoio.com"],
|
"rpc": ["https://eu.mainnet.xixoio.com", "https://us.mainnet.xixoio.com", "https://asia.mainnet.xixoio.com"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://www.xixoio.com/"
|
"infoURL": "https://www.xixoio.com/"
|
||||||
|
}, {
|
||||||
|
"name": "WAGMI",
|
||||||
|
"chainId": 11111,
|
||||||
|
"shortName": "WAGMI",
|
||||||
|
"networkId": 11111,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "WAGMI",
|
||||||
|
"symbol": "WGM",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://api.trywagmi.xyz/rpc"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://trywagmi.xyz"
|
||||||
}, {
|
}, {
|
||||||
"name": "Singularity ZERO Testnet",
|
"name": "Singularity ZERO Testnet",
|
||||||
"chainId": 12051,
|
"chainId": 12051,
|
||||||
|
|
|
@ -3587,6 +3587,26 @@
|
||||||
"shortName": "GEN",
|
"shortName": "GEN",
|
||||||
"chainId": 10101,
|
"chainId": 10101,
|
||||||
"networkId": 10101
|
"networkId": 10101
|
||||||
|
}, {
|
||||||
|
"name": "WAGMI",
|
||||||
|
"chain": "WAGMI",
|
||||||
|
"icon": "wagmi",
|
||||||
|
"rpc": ["https://api.trywagmi.xyz/rpc"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "WAGMI",
|
||||||
|
"symbol": "WGM",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://trywagmi.xyz",
|
||||||
|
"shortName": "WAGMI",
|
||||||
|
"chainId": 11111,
|
||||||
|
"networkId": 11111,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "WAGMI Explorer",
|
||||||
|
"url": "https://trywagmi.xyz",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Singularity ZERO Testnet",
|
"name": "Singularity ZERO Testnet",
|
||||||
"chain": "ZERO",
|
"chain": "ZERO",
|
||||||
|
|
|
@ -205,6 +205,7 @@
|
||||||
"smartbch": "eip155:10000",
|
"smartbch": "eip155:10000",
|
||||||
"smartbchtest": "eip155:10001",
|
"smartbchtest": "eip155:10001",
|
||||||
"GEN": "eip155:10101",
|
"GEN": "eip155:10101",
|
||||||
|
"WAGMI": "eip155:11111",
|
||||||
"tZERO": "eip155:12051",
|
"tZERO": "eip155:12051",
|
||||||
"ZERO": "eip155:12052",
|
"ZERO": "eip155:12052",
|
||||||
"mtt": "eip155:16000",
|
"mtt": "eip155:16000",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user