Merge pull request #281 from AndreMiras/feature/canto-testnet

Add Canto testnet
This commit is contained in:
ping 2022-12-03 08:50:27 +08:00 committed by GitHub
commit 14fd220cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,19 @@
{
"chain_name": "canto",
"api": ["https://canto-testnet.ansybl.io/api"],
"rpc": ["https://canto-testnet.ansybl.io/rpc"],
"snapshot_provider": "",
"sdk_version": "0.45.6",
"coin_type": "60",
"min_tx_fee": "800",
"addr_prefix": "canto",
"logo": "/logos/canto.png",
"assets": [
{
"base": "acanto",
"symbol": "CANTO",
"exponent": "18"
}
]
}