Skip to content

Commit

Permalink
update simulate amount
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Dec 25, 2024
1 parent 61a4654 commit 9d19ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/universal-swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-universal-swap",
"version": "1.2.0-beta25",
"version": "1.2.0-beta26",
"main": "build/index.js",
"files": [
"build/"
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-swap/src/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ export class UniversalSwapHelper {
return { amount, displayAmount };
}

const routerConfigDefault = UniversalSwapHelper.getRouterConfig({});
const routerConfigDefault = UniversalSwapHelper.getRouterConfig(query.routerConfig);
let fromInfo = getTokenOnOraichain(query.originalFromInfo.coinGeckoId, query.oraichainTokens);
let toInfo = getTokenOnOraichain(query.originalToInfo.coinGeckoId, query.oraichainTokens);

Expand Down

0 comments on commit 9d19ef7

Please sign in to comment.