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@f9f3c11600 🚀
This commit is contained in:
parent
7ab71a755e
commit
5420a61b34
File diff suppressed because one or more lines are too long
25
chains/eip155-1319.json
Normal file
25
chains/eip155-1319.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Aitd Mainnet",
|
||||||
|
"chain": "AITD",
|
||||||
|
"icon": "aitd",
|
||||||
|
"rpc": [
|
||||||
|
"http://walletrpc.aitd.io",
|
||||||
|
"http://node.aitd.io"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "AITD Mainnet",
|
||||||
|
"symbol": "AITD",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.aitd.io/",
|
||||||
|
"shortName": "aitd",
|
||||||
|
"chainId": 1319,
|
||||||
|
"networkId": 1319,
|
||||||
|
|
||||||
|
"explorers": [{
|
||||||
|
"name": "AITD Chain Explorer Mainnet",
|
||||||
|
"url": "https://aitd-explorer-new.aitd.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
|
@ -14,13 +14,13 @@
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://www.aitd.io/",
|
"infoURL": "https://www.aitd.io/",
|
||||||
"shortName": "AITD",
|
"shortName": "aitdtestnet",
|
||||||
"chainId": 239,
|
"chainId": 1320,
|
||||||
"networkId": 239,
|
"networkId": 1320,
|
||||||
|
|
||||||
"explorers": [{
|
"explorers": [{
|
||||||
"name": "AITD Chain Explorer",
|
"name": "AITD Chain Explorer Testnet",
|
||||||
"url": "https://aitd-explorer-pre.aitdcoin.com",
|
"url": "https://block-explorer-testnet.aitd.io",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
|
@ -1597,19 +1597,6 @@
|
||||||
"rpc": ["https://rpc-testnet.lachain.io"],
|
"rpc": ["https://rpc-testnet.lachain.io"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://lachain.io"
|
"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",
|
"name": "Energy Web Chain",
|
||||||
"chainId": 246,
|
"chainId": 246,
|
||||||
|
@ -2767,6 +2754,32 @@
|
||||||
"rpc": ["https://bobabase.boba.network", "wss://wss.bobabase.boba.network", "https://replica.bobabase.boba.network", "wss://replica-wss.bobabase.boba.network"],
|
"rpc": ["https://bobabase.boba.network", "wss://wss.bobabase.boba.network", "https://replica.bobabase.boba.network", "wss://replica-wss.bobabase.boba.network"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://boba.network"
|
"infoURL": "https://boba.network"
|
||||||
|
}, {
|
||||||
|
"name": "Aitd Mainnet",
|
||||||
|
"chainId": 1319,
|
||||||
|
"shortName": "aitd",
|
||||||
|
"networkId": 1319,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "AITD Mainnet",
|
||||||
|
"symbol": "AITD",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["http://walletrpc.aitd.io", "http://node.aitd.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://www.aitd.io/"
|
||||||
|
}, {
|
||||||
|
"name": "Aitd Testnet",
|
||||||
|
"chainId": 1320,
|
||||||
|
"shortName": "aitdtestnet",
|
||||||
|
"networkId": 1320,
|
||||||
|
"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": "CENNZnet old",
|
"name": "CENNZnet old",
|
||||||
"chainId": 1337,
|
"chainId": 1337,
|
||||||
|
|
|
@ -2210,26 +2210,6 @@
|
||||||
"url": "https://scan-test.lachain.io",
|
"url": "https://scan-test.lachain.io",
|
||||||
"standard": "EIP3091"
|
"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",
|
"name": "Energy Web Chain",
|
||||||
"chain": "Energy Web Chain",
|
"chain": "Energy Web Chain",
|
||||||
|
@ -3836,6 +3816,46 @@
|
||||||
"url": "https://blockexplorer.bobabase.boba.network",
|
"url": "https://blockexplorer.bobabase.boba.network",
|
||||||
"standard": "none"
|
"standard": "none"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Aitd Mainnet",
|
||||||
|
"chain": "AITD",
|
||||||
|
"icon": "aitd",
|
||||||
|
"rpc": ["http://walletrpc.aitd.io", "http://node.aitd.io"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "AITD Mainnet",
|
||||||
|
"symbol": "AITD",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.aitd.io/",
|
||||||
|
"shortName": "aitd",
|
||||||
|
"chainId": 1319,
|
||||||
|
"networkId": 1319,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "AITD Chain Explorer Mainnet",
|
||||||
|
"url": "https://aitd-explorer-new.aitd.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": "aitdtestnet",
|
||||||
|
"chainId": 1320,
|
||||||
|
"networkId": 1320,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "AITD Chain Explorer Testnet",
|
||||||
|
"url": "https://block-explorer-testnet.aitd.io",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "CENNZnet old",
|
"name": "CENNZnet old",
|
||||||
"chain": "CENNZnet",
|
"chain": "CENNZnet",
|
||||||
|
|
|
@ -122,7 +122,6 @@
|
||||||
"ASK": "eip155:222",
|
"ASK": "eip155:222",
|
||||||
"LA": "eip155:225",
|
"LA": "eip155:225",
|
||||||
"TLA": "eip155:226",
|
"TLA": "eip155:226",
|
||||||
"AITD": "eip155:239",
|
|
||||||
"ewt": "eip155:246",
|
"ewt": "eip155:246",
|
||||||
"ftm": "eip155:250",
|
"ftm": "eip155:250",
|
||||||
"hecot": "eip155:256",
|
"hecot": "eip155:256",
|
||||||
|
@ -212,6 +211,8 @@
|
||||||
"mbase": "eip155:1287",
|
"mbase": "eip155:1287",
|
||||||
"mrock": "eip155:1288",
|
"mrock": "eip155:1288",
|
||||||
"Bobabase": "eip155:1297",
|
"Bobabase": "eip155:1297",
|
||||||
|
"aitd": "eip155:1319",
|
||||||
|
"aitdtestnet": "eip155:1320",
|
||||||
"cennz-old": "eip155:1337",
|
"cennz-old": "eip155:1337",
|
||||||
"Sherpax": "eip155:1506",
|
"Sherpax": "eip155:1506",
|
||||||
"Sherpax Testnet": "eip155:1507",
|
"Sherpax Testnet": "eip155:1507",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user