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

This commit is contained in:
ligi 2023-02-12 01:35:15 +00:00
parent 787ece963d
commit 6c25aabb39
8 changed files with 59 additions and 4 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-740.json Normal file
View 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

View File

@ -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,

View File

@ -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

View File

@ -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",