Skip to content

Commit

Permalink
update version cosmjs types
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Dec 11, 2024
1 parent a7584e0 commit e45c91f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/universal-swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"bech32": "1.1.4",
"ethers": "^5.0.15",
"tronweb": "5.3.2",
"@oraichain/common": "^1.0.3",
"@oraichain/common": "^1.1.4",
"ts-protoc-gen": "^0.15.0",
"@oraichain/osor-api-contracts-sdk": "^1.0.2"
"@oraichain/osor-api-contracts-sdk": "^1.0.2",
"cosmjs-types": "^0.9.0"
},
"devDependencies": {
"cosmjs-types": "^0.9.0",
"ts-results": "^3.3.0",
"protobufjs": "7.2.6"
}
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3744,16 +3744,16 @@
resolved "https://registry.yarnpkg.com/@oraichain/common-contracts-sdk/-/common-contracts-sdk-1.0.31.tgz#595f93b168438d69d64896909b37855c9afc92fb"
integrity sha512-s8H20RXy5gCnu3DnM7L5ClQyj2mdQpbSBpZrXCpIAX9qY0LKsDdZG3sYaDQ8+VN333jz9Pp/qGWdFSYD+6PBsg==

"@oraichain/common@^1.0.3":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@oraichain/common/-/common-1.1.5.tgz#72d2b2fe669110eb2176454e2071c7ce38a46115"
integrity sha512-XT9IfGr4W+7czTabLNHJke4oOohl1iRtNdG+JzngckFi4dH5zm79q1bHb1NnDwZVUaxvRZW8beQ1cBYlFwfsXQ==
"@oraichain/common@^1.1.4":
version "1.2.4"
resolved "https://registry.yarnpkg.com/@oraichain/common/-/common-1.2.4.tgz#1a28dc288f3ada9d802541454585839e5c275deb"
integrity sha512-/2TIpqDrJKgh/gb50s+sz5lhsffsj6QOVrJh1QrlIsRlup3yQnahm06vwsiVOX75rbdAMO5c7tJiXjKkHbfkww==
dependencies:
"@keplr-wallet/types" "0.12.141"
axios "0.21.4"
axios-extensions "3.1.6"
bech32 "^1.1.4"
cosmjs-types "^0.8.0"
cosmjs-types "^0.9.0"
ethers "^5.5.1"
lodash "^4.17.21"

Expand Down

0 comments on commit e45c91f

Please sign in to comment.