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