Deploying to gh-pages from @ ethereum-lists/chains@5cf9aab830 🚀

This commit is contained in:
ligi 2022-01-29 11:32:37 +00:00
parent d973cfee13
commit 0a093e7232
5 changed files with 314 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -934,6 +934,58 @@
"rpc": ["https://rpc.testnet.tomochain.com"],
"faucets": [],
"infoURL": "https://tomochain.com"
}, {
"name": "Garizon Stage0",
"chainId": 90,
"shortName": "gar-s0",
"networkId": 90,
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"rpc": ["https://s0.garizon.net/rpc"],
"faucets": [],
"infoURL": "https://garizon.com"
}, {
"name": "Garizon Stage1",
"chainId": 91,
"shortName": "gar-s1",
"networkId": 91,
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"rpc": ["https://s1.garizon.net/rpc"],
"faucets": [],
"infoURL": "https://garizon.com"
}, {
"name": "Garizon Stage2",
"chainId": 92,
"shortName": "gar-s2",
"networkId": 92,
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"rpc": ["https://s2.garizon.net/rpc"],
"faucets": [],
"infoURL": "https://garizon.com"
}, {
"name": "Garizon Stage3",
"chainId": 93,
"shortName": "gar-s3",
"networkId": 93,
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"rpc": ["https://s3.garizon.net/rpc"],
"faucets": [],
"infoURL": "https://garizon.com"
}, {
"name": "CryptoKylin Testnet",
"chainId": 95,
@ -1740,6 +1792,58 @@
"rpc": ["https://gwan-ssl.wandevs.org:56891/"],
"faucets": [],
"infoURL": "https://www.wanscan.org"
}, {
"name": "Garizon Testnet Stage0",
"chainId": 900,
"shortName": "gar-test-s0",
"networkId": 900,
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"rpc": ["https://s0-testnet.garizon.net/rpc"],
"faucets": ["https://faucet-testnet.garizon.com"],
"infoURL": "https://garizon.com"
}, {
"name": "Garizon Testnet Stage1",
"chainId": 901,
"shortName": "gar-test-s1",
"networkId": 901,
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"rpc": ["https://s1-testnet.garizon.net/rpc"],
"faucets": ["https://faucet-testnet.garizon.com"],
"infoURL": "https://garizon.com"
}, {
"name": "Garizon Testnet Stage2",
"chainId": 902,
"shortName": "gar-test-s2",
"networkId": 902,
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"rpc": ["https://s2-testnet.garizon.net/rpc"],
"faucets": ["https://faucet-testnet.garizon.com"],
"infoURL": "https://garizon.com"
}, {
"name": "Garizon Testnet Stage3",
"chainId": 903,
"shortName": "gar-test-s3",
"networkId": 903,
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"rpc": ["https://s3-testnet.garizon.net/rpc"],
"faucets": ["https://faucet-testnet.garizon.com"],
"infoURL": "https://garizon.com"
}, {
"name": "PulseChain Testnet",
"chainId": 940,

View File

@ -1239,6 +1239,106 @@
"chainId": 89,
"networkId": 89,
"slip44": 889
}, {
"name": "Garizon Stage0",
"chain": "GAR",
"network": "mainnet",
"icon": "garizon",
"rpc": ["https://s0.garizon.net/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-s0",
"chainId": 90,
"networkId": 90,
"explorers": [{
"name": "explorer",
"url": "https://explorer.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}]
}, {
"name": "Garizon Stage1",
"chain": "GAR",
"network": "mainnet",
"icon": "garizon",
"rpc": ["https://s1.garizon.net/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-s1",
"chainId": 91,
"networkId": 91,
"explorers": [{
"name": "explorer",
"url": "https://explorer.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}],
"parent": {
"chain": "eip155-90",
"type": "shard"
}
}, {
"name": "Garizon Stage2",
"chain": "GAR",
"network": "mainnet",
"icon": "garizon",
"rpc": ["https://s2.garizon.net/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-s2",
"chainId": 92,
"networkId": 92,
"explorers": [{
"name": "explorer",
"url": "https://explorer.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}],
"parent": {
"chain": "eip155-90",
"type": "shard"
}
}, {
"name": "Garizon Stage3",
"chain": "GAR",
"network": "mainnet",
"icon": "garizon",
"rpc": ["https://s3.garizon.net/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-s3",
"chainId": 93,
"networkId": 93,
"explorers": [{
"name": "explorer",
"url": "https://explorer.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}],
"parent": {
"chain": "eip155-90",
"type": "shard"
}
}, {
"name": "CryptoKylin Testnet",
"chain": "EOS",
@ -2297,6 +2397,106 @@
"chainId": 888,
"networkId": 888,
"slip44": 5718350
}, {
"name": "Garizon Testnet Stage0",
"chain": "GAR",
"network": "testnet",
"icon": "garizon",
"rpc": ["https://s0-testnet.garizon.net/rpc"],
"faucets": ["https://faucet-testnet.garizon.com"],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-test-s0",
"chainId": 900,
"networkId": 900,
"explorers": [{
"name": "explorer",
"url": "https://explorer-testnet.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}]
}, {
"name": "Garizon Testnet Stage1",
"chain": "GAR",
"network": "testnet",
"icon": "garizon",
"rpc": ["https://s1-testnet.garizon.net/rpc"],
"faucets": ["https://faucet-testnet.garizon.com"],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-test-s1",
"chainId": 901,
"networkId": 901,
"explorers": [{
"name": "explorer",
"url": "https://explorer-testnet.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}],
"parent": {
"chain": "eip155-900",
"type": "shard"
}
}, {
"name": "Garizon Testnet Stage2",
"chain": "GAR",
"network": "testnet",
"icon": "garizon",
"rpc": ["https://s2-testnet.garizon.net/rpc"],
"faucets": ["https://faucet-testnet.garizon.com"],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-test-s2",
"chainId": 902,
"networkId": 902,
"explorers": [{
"name": "explorer",
"url": "https://explorer-testnet.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}],
"parent": {
"chain": "eip155-900",
"type": "shard"
}
}, {
"name": "Garizon Testnet Stage3",
"chain": "GAR",
"network": "testnet",
"icon": "garizon",
"rpc": ["https://s3-testnet.garizon.net/rpc"],
"faucets": ["https://faucet-testnet.garizon.com"],
"nativeCurrency": {
"name": "Garizon",
"symbol": "GAR",
"decimals": 18
},
"infoURL": "https://garizon.com",
"shortName": "gar-test-s3",
"chainId": 903,
"networkId": 903,
"explorers": [{
"name": "explorer",
"url": "https://explorer-testnet.garizon.com",
"icon": "garizon",
"standard": "EIP3091"
}],
"parent": {
"chain": "eip155-900",
"type": "shard"
}
}, {
"name": "PulseChain Testnet",
"shortName": "tpls",

View File

@ -71,6 +71,10 @@
"gt": "eip155:86",
"tomo": "eip155:88",
"tomot": "eip155:89",
"gar-s0": "eip155:90",
"gar-s1": "eip155:91",
"gar-s2": "eip155:92",
"gar-s3": "eip155:93",
"Kylin Testnet": "eip155:95",
"nsc": "eip155:96",
"bnbt": "eip155:97",
@ -133,6 +137,10 @@
"tclo": "eip155:821",
"ambros": "eip155:880",
"wan": "eip155:888",
"gar-test-s0": "eip155:900",
"gar-test-s1": "eip155:901",
"gar-test-s2": "eip155:902",
"gar-test-s3": "eip155:903",
"tpls": "eip155:940",
"yeti": "eip155:977",
"ln": "eip155:998",