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:
jessepinkman9900 2023-04-02 02:19:25 -05:00 committed by GitHub
parent b40558df17
commit b46856d66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 1 deletions

View File

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

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"
}
]
}