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@8f33531824 🚀
This commit is contained in:
parent
9e6cc6020f
commit
36b4819279
File diff suppressed because one or more lines are too long
23
chains/eip155-46.json
Normal file
23
chains/eip155-46.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Darwinia Network",
|
||||
"chain": "darwinia",
|
||||
"network": "darwinia network",
|
||||
"rpc": [
|
||||
"https://darwinia-rpc.darwinia.network"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Darwinia Network Native Token",
|
||||
"symbol": "RING",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://darwinia.network/",
|
||||
"shortName": "darwinia",
|
||||
"chainId": 46,
|
||||
"networkId": 46,
|
||||
"explorers": [{
|
||||
"name": "subscan",
|
||||
"url": "https://darwinia.subscan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}
|
28
chains/eip155-6969.json
Normal file
28
chains/eip155-6969.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "Tomb Chain Mainnet",
|
||||
"chain": "Tomb Chain",
|
||||
"rpc": ["https://rpc.tombchain.com/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Tomb",
|
||||
"symbol": "TOMB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://tombchain.com/",
|
||||
"shortName": "tombchain",
|
||||
"chainId": 6969,
|
||||
"networkId": 6969,
|
||||
|
||||
"explorers": [{
|
||||
"name": "tombscout",
|
||||
"url": "https://tombscout.com",
|
||||
"standard": "none"
|
||||
}],
|
||||
"parent": {
|
||||
"type" : "L2",
|
||||
"chain": "eip155-250",
|
||||
"bridges": [{
|
||||
"url":"https://beta-bridge.lif3.com/"
|
||||
}]
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -544,6 +544,19 @@
|
|||
"rpc": ["http://pangoro-rpc.darwinia.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://darwinia.network/"
|
||||
}, {
|
||||
"name": "Darwinia Network",
|
||||
"chainId": 46,
|
||||
"shortName": "darwinia",
|
||||
"networkId": 46,
|
||||
"nativeCurrency": {
|
||||
"name": "Darwinia Network Native Token",
|
||||
"symbol": "RING",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://darwinia-rpc.darwinia.network"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://darwinia.network/"
|
||||
}, {
|
||||
"name": "XinFin Network Mainnet",
|
||||
"chainId": 50,
|
||||
|
@ -3547,6 +3560,19 @@
|
|||
"rpc": ["https://http-mainnet.chain.pixie.xyz", "wss://ws-mainnet.chain.pixie.xyz"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://chain.pixie.xyz"
|
||||
}, {
|
||||
"name": "Tomb Chain Mainnet",
|
||||
"chainId": 6969,
|
||||
"shortName": "tombchain",
|
||||
"networkId": 6969,
|
||||
"nativeCurrency": {
|
||||
"name": "Tomb",
|
||||
"symbol": "TOMB",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.tombchain.com/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://tombchain.com/"
|
||||
}, {
|
||||
"name": "Ella the heart",
|
||||
"chainId": 7027,
|
||||
|
|
|
@ -729,6 +729,26 @@
|
|||
"url": "https://pangoro.subscan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Darwinia Network",
|
||||
"chain": "darwinia",
|
||||
"network": "darwinia network",
|
||||
"rpc": ["https://darwinia-rpc.darwinia.network"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Darwinia Network Native Token",
|
||||
"symbol": "RING",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://darwinia.network/",
|
||||
"shortName": "darwinia",
|
||||
"chainId": 46,
|
||||
"networkId": 46,
|
||||
"explorers": [{
|
||||
"name": "subscan",
|
||||
"url": "https://darwinia.subscan.io",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "XinFin Network Mainnet",
|
||||
"chain": "XDC",
|
||||
|
@ -4979,6 +4999,32 @@
|
|||
"url": "https://scan.chain.pixie.xyz",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Tomb Chain Mainnet",
|
||||
"chain": "Tomb Chain",
|
||||
"rpc": ["https://rpc.tombchain.com/"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Tomb",
|
||||
"symbol": "TOMB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://tombchain.com/",
|
||||
"shortName": "tombchain",
|
||||
"chainId": 6969,
|
||||
"networkId": 6969,
|
||||
"explorers": [{
|
||||
"name": "tombscout",
|
||||
"url": "https://tombscout.com",
|
||||
"standard": "none"
|
||||
}],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-250",
|
||||
"bridges": [{
|
||||
"url": "https://beta-bridge.lif3.com/"
|
||||
}]
|
||||
}
|
||||
}, {
|
||||
"name": "Ella the heart",
|
||||
"chain": "ella",
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
"pangolin": "eip155:43",
|
||||
"crab": "eip155:44",
|
||||
"pangoro": "eip155:45",
|
||||
"darwinia": "eip155:46",
|
||||
"xdc": "eip155:50",
|
||||
"TXDC": "eip155:51",
|
||||
"cet": "eip155:52",
|
||||
|
@ -272,6 +273,7 @@
|
|||
"Ontology Testnet": "eip155:5851",
|
||||
"rbd": "eip155:5869",
|
||||
"pixie-chain": "eip155:6626",
|
||||
"tombchain": "eip155:6969",
|
||||
"ELLA": "eip155:7027",
|
||||
"shyft": "eip155:7341",
|
||||
"Rise of the Warbots Testnet": "eip155:7777",
|
||||
|
|
Loading…
Reference in New Issue
Block a user