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

This commit is contained in:
ligi 2023-04-02 07:27:07 +00:00
parent 331a58d340
commit a7da00c709
9 changed files with 63 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -18,5 +18,6 @@
"url": "https://testnet-explorer.canto.neobase.one",
"standard": "none"
}
]
],
"status": "deprecated"
}

22
chains/eip155-7701.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "Canto Tesnet",
"chain": "Canto",
"rpc": ["https://testnet-archive.plexnode.wtf"],
"faucets": [],
"nativeCurrency": {
"name": "Testnet Canto",
"symbol": "CANTO",
"decimals": 18
},
"infoURL": "https://canto.io",
"shortName": "TestnetCanto",
"chainId": 7701,
"networkId": 7701,
"explorers": [
{
"name": "Canto Testnet EVM Explorer (Blockscout)",
"url": "https://testnet.tuber.build",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -6160,6 +6160,19 @@
"rpc": ["https://canto.slingshot.finance", "https://canto.neobase.one", "https://mainnode.plexnode.org:8545"],
"faucets": [],
"infoURL": "https://canto.io"
}, {
"name": "Canto Tesnet",
"chainId": 7701,
"shortName": "TestnetCanto",
"networkId": 7701,
"nativeCurrency": {
"name": "Testnet Canto",
"symbol": "CANTO",
"decimals": 18
},
"rpc": ["https://testnet-archive.plexnode.wtf"],
"faucets": [],
"infoURL": "https://canto.io"
}, {
"name": "Rise of the Warbots Testnet",
"chainId": 7777,

View File

@ -4212,7 +4212,8 @@
"name": "Canto Tesnet Explorer (Neobase)",
"url": "https://testnet-explorer.canto.neobase.one",
"standard": "none"
}]
}],
"status": "deprecated"
}, {
"name": "Vention Smart Chain Testnet",
"chain": "VSCT",
@ -9211,6 +9212,25 @@
"url": "https://tuber.build",
"standard": "none"
}]
}, {
"name": "Canto Tesnet",
"chain": "Canto",
"rpc": ["https://testnet-archive.plexnode.wtf"],
"faucets": [],
"nativeCurrency": {
"name": "Testnet Canto",
"symbol": "CANTO",
"decimals": 18
},
"infoURL": "https://canto.io",
"shortName": "TestnetCanto",
"chainId": 7701,
"networkId": 7701,
"explorers": [{
"name": "Canto Testnet EVM Explorer (Blockscout)",
"url": "https://testnet.tuber.build",
"standard": "none"
}]
}, {
"name": "Rise of the Warbots Testnet",
"chain": "nmactest",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -473,6 +473,7 @@
"trn-mainnet": "eip155:7668",
"trn-porcini": "eip155:7672",
"canto": "eip155:7700",
"TestnetCanto": "eip155:7701",
"RiseOfTheWarbotsTestnet": "eip155:7777",
"tscas": "eip155:7878",
"dos": "eip155:7979",