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
commit 51c27dab8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

BIN
public/logos/craft.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

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