Skip to content

Commit

Permalink
pumb version beta common 1.0.93-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Jul 23, 2024
1 parent b6456b2 commit 448cb05
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"nx": "18.1.2",
"patch-package": "^8.0.0",
"rimraf": "^5.0.5",
"tronweb": "6.0.0-beta.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
Expand Down
5 changes: 3 additions & 2 deletions 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.0.93-beta.1",
"version": "1.0.93-beta.2",
"main": "build/index.js",
"files": [
"build/"
Expand All @@ -24,7 +24,8 @@
"bignumber.js": "^9.1.2",
"cosmjs-types": "0.8.0",
"@oraichain/oraidex-contracts-sdk": "latest",
"@injectivelabs/sdk-ts": "1.12.1"
"@injectivelabs/sdk-ts": "1.12.1",
"tronweb": "6.0.0-beta.4"
},
"devDependencies": {},
"resolutions": {
Expand Down
21 changes: 21 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3612,6 +3612,27 @@
resolved "https://registry.yarnpkg.com/@oraichain/immutable/-/immutable-4.3.9.tgz#ff8d5a7b39b5b01f3f72a902cffbfea32ccb20c3"
integrity sha512-INpHnhL970OCkR7I71Kssb2aLl2l4Y/x8W6FlyRO0KmC8GHjxc/hlNB1t44BiI7lkOYmcWMRQoC8dwParsp1RQ==

"@oraichain/oraidex-common@^1.0.10", "@oraichain/oraidex-common@^1.0.91":
version "1.0.93"
resolved "https://registry.yarnpkg.com/@oraichain/oraidex-common/-/oraidex-common-1.0.93.tgz#a74e881ae69175abac504c26f81f6b52fdeb0994"
integrity sha512-M74ulEQWHHGoLFwveZ2UYFvv6Zwix+AZYzDdnW9IVb9ilb5M1xskAIZsDLaBEogUOsyEAdESx25tacUWKP2dxg==
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 "0.26.1"
axios-extensions "3.1.3"
bignumber.js "^9.1.2"
cosmjs-types "0.8.0"
ethers "^5.0.15"

"@oraichain/oraidex-common@latest":
version "1.0.88"
resolved "https://registry.yarnpkg.com/@oraichain/oraidex-common/-/oraidex-common-1.0.88.tgz#74f01707400a09431e75efbfe9a8f7d7fedd6f80"
Expand Down

0 comments on commit 448cb05

Please sign in to comment.