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@db8572ab67 🚀
This commit is contained in:
parent
b25a5e65d0
commit
4f5bfaf4e3
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1558,6 +1558,19 @@
|
|||
"rpc": ["https://rpc-testnet.lachain.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://lachain.io"
|
||||
}, {
|
||||
"name": "Aitd Testnet",
|
||||
"chainId": 239,
|
||||
"shortName": "AITD",
|
||||
"networkId": 239,
|
||||
"nativeCurrency": {
|
||||
"name": "AITD Testnet",
|
||||
"symbol": "AITD",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["http://http-testnet.aitd.io"],
|
||||
"faucets": ["https://aitd-faucet-pre.aitdcoin.com/"],
|
||||
"infoURL": "https://www.aitd.io/"
|
||||
}, {
|
||||
"name": "Energy Web Chain",
|
||||
"chainId": 246,
|
||||
|
|
|
@ -2147,6 +2147,26 @@
|
|||
"url": "https://scan-test.lachain.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Aitd Testnet",
|
||||
"chain": "AITD",
|
||||
"icon": "aitd",
|
||||
"rpc": ["http://http-testnet.aitd.io"],
|
||||
"faucets": ["https://aitd-faucet-pre.aitdcoin.com/"],
|
||||
"nativeCurrency": {
|
||||
"name": "AITD Testnet",
|
||||
"symbol": "AITD",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.aitd.io/",
|
||||
"shortName": "AITD",
|
||||
"chainId": 239,
|
||||
"networkId": 239,
|
||||
"explorers": [{
|
||||
"name": "AITD Chain Explorer",
|
||||
"url": "https://aitd-explorer-pre.aitdcoin.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Energy Web Chain",
|
||||
"chain": "Energy Web Chain",
|
||||
|
|
|
@ -119,6 +119,7 @@
|
|||
"ASK": "eip155:222",
|
||||
"LA": "eip155:225",
|
||||
"TLA": "eip155:226",
|
||||
"AITD": "eip155:239",
|
||||
"ewt": "eip155:246",
|
||||
"ftm": "eip155:250",
|
||||
"hecot": "eip155:256",
|
||||
|
|
Loading…
Reference in New Issue
Block a user