From 3f63b56840de6b187ed1f7fe329eecd1f308ded3 Mon Sep 17 00:00:00 2001 From: Pham Tu Date: Tue, 16 Jan 2024 09:56:27 +0700 Subject: [PATCH] add oraibtc config --- chains/mainnet/oraibtc.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 chains/mainnet/oraibtc.json diff --git a/chains/mainnet/oraibtc.json b/chains/mainnet/oraibtc.json new file mode 100644 index 00000000..9069c212 --- /dev/null +++ b/chains/mainnet/oraibtc.json @@ -0,0 +1,30 @@ +{ + "chain_name": "OraiBtcMainnet", + "api": [ + { + "address": "https://btc.lcd.orai.io", + "provider": "Oraichain" + } + ], + "rpc": [ + { + "address": "https://btc.rpc.orai.io", + "provider": "Oraichain" + } + ], + "sdk_version": "0.42.6", + "coin_type": "118", + "min_tx_fee": "800", + "assets": [ + { + "base": "uoraibtc", + "symbol": "ORAIBTC", + "exponent": "6", + "coingecko_id": "bitcoin", + "logo": "https://assets.coingecko.com/coins/images/1/small/bitcoin.png" + } + ], + "addr_prefix": "oraibtc", + "theme_color": "#ce4747", + "logo": "https://assets.coingecko.com/coins/images/1/small/bitcoin.png" +}