Skip to content

Commit

Permalink
Merge pull request #350 from oraichain/chore/pump-common
Browse files Browse the repository at this point in the history
pump common
  • Loading branch information
vuonghuuhung authored Oct 24, 2024
2 parents 4836323 + 7f199f1 commit 9915667
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/oraiswap-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraiswap-v3",
"version": "0.1.21",
"version": "0.1.22",
"main": "build/index.js",
"files": [
"build/"
Expand All @@ -13,6 +13,6 @@
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.31.0",
"@oraichain/oraidex-contracts-sdk": "^1.0.53",
"@oraichain/oraidex-common": "^1.1.23"
"@oraichain/oraidex-common": "^1.1.27"
}
}
4 changes: 2 additions & 2 deletions 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.1.15",
"version": "1.1.16",
"main": "build/index.js",
"files": [
"build/"
Expand All @@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"@oraichain/oraidex-common": "^1.1.21",
"@oraichain/oraidex-common": "^1.1.27",
"@oraichain/oraidex-contracts-sdk": "^1.0.49",
"bech32": "1.1.4",
"ethers": "^5.0.15",
Expand Down
22 changes: 22 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3657,6 +3657,28 @@
resolved "https://registry.yarnpkg.com/@oraichain/immutable/-/immutable-4.3.9.tgz#ff8d5a7b39b5b01f3f72a902cffbfea32ccb20c3"
integrity sha512-INpHnhL970OCkR7I71Kssb2aLl2l4Y/x8W6FlyRO0KmC8GHjxc/hlNB1t44BiI7lkOYmcWMRQoC8dwParsp1RQ==

"@oraichain/oraidex-common@^1.1.27":
version "1.1.27"
resolved "https://registry.yarnpkg.com/@oraichain/oraidex-common/-/oraidex-common-1.1.27.tgz#446c35441c450e9db0c035b300a51c6cab916701"
integrity sha512-u4MiZYk3e7W1a/EaKhMQG/6RHImG6DsuuxNeDbuF7Ndv0h2of5BK8Bhc9D57fb+fYWzQcJFmaes1gMYTj4QJ2g==
dependencies:
"@cosmjs/amino" "0.31.3"
"@cosmjs/cosmwasm-stargate" "0.31.3"
"@cosmjs/crypto" "0.31.3"
"@cosmjs/proto-signing" "0.31.3"
"@cosmjs/stargate" "0.31.3"
"@cosmjs/tendermint-rpc" "0.31.3"
"@ethersproject/providers" "^5.0.10"
"@injectivelabs/sdk-ts" "1.12.1"
"@keplr-wallet/types" "^0.11.38"
"@oraichain/oraidex-contracts-sdk" latest
axios "1.7.2"
axios-extensions "3.1.7"
bignumber.js "^9.1.2"
cosmjs-types "0.8.0"
ethers "^5.0.15"
tronweb "6.0.0-beta.4"

"@oraichain/oraidex-contracts-sdk@latest":
version "1.0.44"
resolved "https://registry.yarnpkg.com/@oraichain/oraidex-contracts-sdk/-/oraidex-contracts-sdk-1.0.44.tgz#9ff41ec388dd92ba112c2eef545d11fd6e18c684"
Expand Down

0 comments on commit 9915667

Please sign in to comment.