Skip to content

Commit

Permalink
Merge pull request #338 from oraichain/feat/add-pepe-cat
Browse files Browse the repository at this point in the history
Feat/add pepe cat
  • Loading branch information
haunv3 authored Sep 26, 2024
2 parents cdf4838 + 2f415ee commit bf80b56
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 @@ -504,7 +504,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 bf80b56

Please sign in to comment.