Skip to content

Commit

Permalink
Merge branch 'main' of github.com:oraichain/oraidex-sdk into feat/add…
Browse files Browse the repository at this point in the history
…-hmstr
  • Loading branch information
haunv3 committed Sep 26, 2024
2 parents 64e15a1 + bf80b56 commit 3d2e256
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.18",
"version": "1.1.19",
"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 @@ -506,7 +506,7 @@ export const oraichainNetwork: CustomChainInfo = {
coinMinimalDenom: "usat",
type: "cw20",
contractAddress: BTC_CONTRACT,
// bridgeTo: ["bitcoinTestnet"],
bridgeTo: ["bitcoin"] as any,
coinDecimals: 6,
coinImageUrl: "https://s2.coinmarketcap.com/static/img/coins/64x64/1.png"
},
Expand Down

0 comments on commit 3d2e256

Please sign in to comment.