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@dd4b671a46 🚀
This commit is contained in:
parent
787ece963d
commit
6c25aabb39
File diff suppressed because one or more lines are too long
22
chains/eip155-740.json
Normal file
22
chains/eip155-740.json
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"name": "Canto Testnet",
|
||||||
|
"chain": "Canto Tesnet",
|
||||||
|
"rpc": ["https://eth.plexnode.wtf/"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Canto",
|
||||||
|
"symbol": "CANTO",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://canto.io",
|
||||||
|
"shortName": "tcanto",
|
||||||
|
"chainId": 740,
|
||||||
|
"networkId": 740,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Canto Tesnet Explorer (Neobase)",
|
||||||
|
"url": "http://testnet-explorer.canto.neobase.one",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -2676,6 +2676,19 @@
|
||||||
"rpc": ["https://rpc.lycanchain.com/"],
|
"rpc": ["https://rpc.lycanchain.com/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://lycanchain.com"
|
"infoURL": "https://lycanchain.com"
|
||||||
|
}, {
|
||||||
|
"name": "Canto Testnet",
|
||||||
|
"chainId": 740,
|
||||||
|
"shortName": "tcanto",
|
||||||
|
"networkId": 740,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Canto",
|
||||||
|
"symbol": "CANTO",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://eth.plexnode.wtf/"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://canto.io"
|
||||||
}, {
|
}, {
|
||||||
"name": "Vention Smart Chain Testnet",
|
"name": "Vention Smart Chain Testnet",
|
||||||
"chainId": 741,
|
"chainId": 741,
|
||||||
|
|
|
@ -3859,6 +3859,25 @@
|
||||||
"url": "https://explorer.lycanchain.com",
|
"url": "https://explorer.lycanchain.com",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Canto Testnet",
|
||||||
|
"chain": "Canto Tesnet",
|
||||||
|
"rpc": ["https://eth.plexnode.wtf/"],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Canto",
|
||||||
|
"symbol": "CANTO",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://canto.io",
|
||||||
|
"shortName": "tcanto",
|
||||||
|
"chainId": 740,
|
||||||
|
"networkId": 740,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Canto Tesnet Explorer (Neobase)",
|
||||||
|
"url": "http://testnet-explorer.canto.neobase.one",
|
||||||
|
"standard": "none"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Vention Smart Chain Testnet",
|
"name": "Vention Smart Chain Testnet",
|
||||||
"chain": "VSCT",
|
"chain": "VSCT",
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -205,6 +205,7 @@
|
||||||
"bcs": "eip155:707",
|
"bcs": "eip155:707",
|
||||||
"tbcs": "eip155:708",
|
"tbcs": "eip155:708",
|
||||||
"LYC": "eip155:721",
|
"LYC": "eip155:721",
|
||||||
|
"tcanto": "eip155:740",
|
||||||
"vsct": "eip155:741",
|
"vsct": "eip155:741",
|
||||||
"qom": "eip155:766",
|
"qom": "eip155:766",
|
||||||
"opc": "eip155:776",
|
"opc": "eip155:776",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user