Merge pull request #190 from polkachu/master

add craft testnet
This commit is contained in:
ping
2022-08-27 16:32:38 +08:00
committed by GitHub
2 changed files with 20 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

+20
View File
@@ -0,0 +1,20 @@
{
"chain_name": "craft",
"coingecko": "",
"api": ["https://craft-testnet-api.polkachu.com"],
"rpc": ["https://craft-testnet-rpc.polkachu.com"],
"sdk_version": "0.46.0",
"coin_type": "118",
"min_tx_fee": "8000",
"addr_prefix": "craft",
"logo": "/logos/craft.png",
"assets": [
{
"base": "craft",
"symbol": "CRAFT",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/craft.png"
}
]
}