Skip to content

Commit

Permalink
add token btc in oraichain
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Sep 25, 2024
1 parent b188f60 commit 2f415ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/oraidex-common/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ export type EvmChainId =
| "0x1ae6" // kawaii
| "0x2b6653dc"; // tron

export type BitcoinChainId = "bitcoin";
export type NetworkChainId = CosmosChainId | EvmChainId | BitcoinChainId;
export type NetworkChainId = CosmosChainId | EvmChainId;

export type CoinGeckoId =
| "oraichain-token"
Expand Down Expand Up @@ -505,7 +504,7 @@ export const oraichainNetwork: CustomChainInfo = {
coinMinimalDenom: "usat",
type: "cw20",
contractAddress: BTC_CONTRACT,
bridgeTo: ["bitcoin"],
bridgeTo: ["bitcoin"] as any,
coinDecimals: 6,
coinImageUrl: "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png"
},
Expand Down

0 comments on commit 2f415ee

Please sign in to comment.