Skip to content

Commit

Permalink
change explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Jan 15, 2025
1 parent 1a7ec6a commit 5330ede
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": "2.0.9",
"version": "2.0.10",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/oraidex-common/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class OraidexCommon {
...this.oraichainNetwork,

coinType: this.oraichainNetwork.coinType,
explorer: "https://scan.orai.io",
explorer: "https://scanium.io/Oraichain",
fee: { gasPrice: "0.00506", amount: "1518", gas: "2000000" }, // 0.000500 ORAI
factory: FACTORY_CONTRACT,
factory_v2: FACTORY_V2_CONTRACT,
Expand Down

0 comments on commit 5330ede

Please sign in to comment.