diff --git a/public/logos/fetchhub.png b/public/logos/fetchhub.png new file mode 100644 index 00000000..6a6f5578 Binary files /dev/null and b/public/logos/fetchhub.png differ diff --git a/src/chains/mainnet/fetchai.json b/src/chains/mainnet/fetchai.json new file mode 100644 index 00000000..38396edb --- /dev/null +++ b/src/chains/mainnet/fetchai.json @@ -0,0 +1,16 @@ +{ + "chain_name": "fetchhub", + "api": ["https://rest-fetchhub.fetch.ai"], + "sdk_version": "0.45.1", + "coin_type": "118", + "min_tx_fee": "3000000000000000", + "addr_prefix": "fetch", + "logo": "https://ping.pub/logos/fetchhub.png", + "assets": [{ + "base": "afet", + "symbol": "fet", + "exponent": "18", + "coingecko_id": "", + "logo": "https://ping.pub/logos/fetchhub.png" + }] +} \ No newline at end of file