Skip to content

Commit

Permalink
Merge branch 'feat/retire-btc' into feat/oraidex-universal-swap
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Oct 24, 2024
2 parents 8dbeaf1 + d010660 commit 6a2e0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/oraidex-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-common",
"version": "1.1.25",
"version": "1.1.26",
"main": "build/index.js",
"files": [
"build/"
Expand Down
2 changes: 1 addition & 1 deletion packages/oraidex-common/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ export const oraichainNetwork: CustomChainInfo = {
coinImageUrl: "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png"
},
{
coinDenom: "BTC",
coinDenom: "BTC V2",
coinGeckoId: "bitcoin",
coinMinimalDenom: OBTC_ORAICHAIN_EXT_DENOM,
bridgeTo: ["bitcoin"] as any,
Expand Down

0 comments on commit 6a2e0a3

Please sign in to comment.