Merge pull request #281 from AndreMiras/feature/canto-testnet
Add Canto testnet
This commit is contained in:
commit
14fd220cf9
19
src/chains/testnet/canto.json
Normal file
19
src/chains/testnet/canto.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user