mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add: canto testnet (#2324)
* add: canto testnet * reformat w prettier * update: currency name * fix: currency symbol name * update: short name * up: 740 as deprecated & fix: 7701 short name
This commit is contained in:
parent
b40558df17
commit
b46856d66d
|
@ -18,5 +18,6 @@
|
|||
"url": "https://testnet-explorer.canto.neobase.one",
|
||||
"standard": "none"
|
||||
}
|
||||
]
|
||||
],
|
||||
"status": "deprecated"
|
||||
}
|
||||
|
|
22
_data/chains/eip155-7701.json
Normal file
22
_data/chains/eip155-7701.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user