diff --git a/chains/testnet/hippo-protocol.json b/chains/testnet/hippo-protocol.json new file mode 100644 index 0000000..3ec3173 --- /dev/null +++ b/chains/testnet/hippo-protocol.json @@ -0,0 +1,24 @@ +{ + "chain_name": "hippo-protocol", + "api": [ + "https://api.testnet.hippo-protocol.com" + ], + "rpc": [ + "https://rpc.testnet.hippo-protocol.com" + ], + "snapshot_provider": "", + "sdk_version": "0.47.12", + "coin_type": "0", + "min_tx_fee": "1000000000000000000", + "addr_prefix": "hippo", + "logo": "/logos/hippo-protocol.png", + "assets": [ + { + "base": "ahp", + "symbol": "HP", + "exponent": "18", + "coingecko_id": "", + "logo": "/logos/hippo-protocol.png" + } + ] +} diff --git a/logos/hippo-protocol.png b/logos/hippo-protocol.png new file mode 100644 index 0000000..37ca740 Binary files /dev/null and b/logos/hippo-protocol.png differ