Skip to content

Commit

Permalink
Merge pull request #531 from oraichain/fix/calculate-relayer-fee
Browse files Browse the repository at this point in the history
Fix/calculate relayer fee
  • Loading branch information
haunv3 authored Jan 9, 2024
2 parents 2372803 + f004405 commit 2e203b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@oraichain/kawaiiverse-txs": "^0.0.3",
"@oraichain/oraidex-common-ui": "^1.0.3",
"@oraichain/oraidex-contracts-sdk": "^1.0.26",
"@oraichain/oraidex-universal-swap": "^1.0.41",
"@oraichain/oraidex-universal-swap": "^1.0.48",
"@leapwallet/cosmos-snap-provider": "0.1.25",
"@reduxjs/toolkit": "^1.9.3",
"@sentry/react": "^7.47.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3012,10 +3012,10 @@
resolved "https://registry.yarnpkg.com/@oraichain/oraidex-contracts-sdk/-/oraidex-contracts-sdk-1.0.31.tgz#98e5eb3a8d995febb40fcd188709255e3ecd624c"
integrity sha512-bwOs9+xKtlGVOy5vM1oNw54MeoRYLTY+3f4K2oNyAv0Y8QCEeQFt0g2l7LkpzyjXh5OVyu8nOKzx70XW5zajlA==

"@oraichain/oraidex-universal-swap@^1.0.41":
version "1.0.43"
resolved "https://registry.yarnpkg.com/@oraichain/oraidex-universal-swap/-/oraidex-universal-swap-1.0.43.tgz#1b99d920deed7e68cd04749e23d06169b0c13330"
integrity sha512-25Vi4zCNXxVZ6B9mzcbJwGS9rM5fs4QASw7Gv+O3P2RSiuJE2LY7m/Z6Vl6T9AMSsdpdnakrkmKfu9vN25sYVg==
"@oraichain/oraidex-universal-swap@^1.0.48":
version "1.0.48"
resolved "https://registry.yarnpkg.com/@oraichain/oraidex-universal-swap/-/oraidex-universal-swap-1.0.48.tgz#9a0602475d88a540b0c7e04c3f638ac2755bbfcd"
integrity sha512-cdAB71P2pYE2BDMh7bOUIM2U0Qgf9WpGzuz5yrKNf7PhX36o9FBVljuk5A6yyDMkK2G/Ifp6GqTRZQG7HNhfng==
dependencies:
"@oraichain/oraidex-common" "^1.0.45"
"@oraichain/oraidex-contracts-sdk" "^1.0.24"
Expand Down

0 comments on commit 2e203b1

Please sign in to comment.