diff --git a/public/logos/craft.png b/public/logos/craft.png new file mode 100644 index 00000000..69bc8101 Binary files /dev/null and b/public/logos/craft.png differ diff --git a/src/chains/testnet/craft.json b/src/chains/testnet/craft.json new file mode 100644 index 00000000..9a318d7b --- /dev/null +++ b/src/chains/testnet/craft.json @@ -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" + } + ] +}