Merge pull request #183 from polkachu/master

add canto
This commit is contained in:
ping
2022-08-18 09:19:55 +08:00
committed by GitHub
2 changed files with 18 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 533 B

+18
View File
@@ -0,0 +1,18 @@
{
"chain_name": "canto",
"api": ["https://canto-api.polkachu.com"],
"rpc": ["https://canto-rpc.polkachu.com:443"],
"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"
}
]
}