Skip to content

Commit

Permalink
Upgrade AxelarJsSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jonator committed Aug 16, 2022
1 parent 4f26085 commit 5a8a8f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pre-commit": "lint-staged"
},
"dependencies": {
"@axelar-network/axelarjs-sdk": "^0.6.14",
"@axelar-network/axelarjs-sdk": "^0.7.1",
"@cosmjs/launchpad": "^0.26.5",
"@ethersproject/abi": "^5.6.4",
"@keplr-wallet/common": "^0.10.4",
Expand Down
19 changes: 9 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@
# yarn lockfile v1


"@axelar-network/axelarjs-sdk@^0.6.14":
version "0.6.18"
resolved "https://registry.yarnpkg.com/@axelar-network/axelarjs-sdk/-/axelarjs-sdk-0.6.18.tgz#132d3195c4373383eb02ab313dca45c1790b4659"
integrity sha512-p4VaPC9W7hTJDezlbQrYDKhMZ71GWwdQE5VdjxYC9aLD1OQ6TFVCmrZIMT+jEEY24byXGM7M4xcdCEfCnjNVXQ==
"@axelar-network/axelarjs-sdk@^0.7.1":
version "0.7.2"
resolved "https://registry.yarnpkg.com/@axelar-network/axelarjs-sdk/-/axelarjs-sdk-0.7.2.tgz#6b6691dba3f18f9af799320e13d16013f19b47b5"
integrity sha512-VKnTcM+1Ljc/pZ/Nt34KMV4cmFA2RPCCWbzwrtwI9P1W2NSwAt6iJ404Hc6MALXN6cs8xejp5hcWSXRVv9mGrA==
dependencies:
"@axelar-network/axelarjs-types" "^0.0.3"
"@axelar-network/axelarjs-types" "^0.22.1"
"@cosmjs/stargate" "^0.28.4"
"@types/uuid" "^8.3.1"
bech32 "^2.0.0"
clone-deep "^4.0.1"
cross-fetch "^3.1.5"
eslint-plugin-import "^2.25.4"
ethers "^5.4.7"
socket.io-client "^4.2.0"
uuid "^8.3.2"

"@axelar-network/axelarjs-types@^0.0.3":
version "0.0.3"
resolved "https://registry.yarnpkg.com/@axelar-network/axelarjs-types/-/axelarjs-types-0.0.3.tgz#46b189f1afb9358628df49e76b3c31cb552fc258"
integrity sha512-Y3CgKAHOnVyU/0JFulUyZkSxeVkMEvt4eTbrXy8bx3GCAhqx7rc45fz2VJPVr1f24lFwEAGGc5VbeGrXZodssw==
"@axelar-network/axelarjs-types@^0.22.1":
version "0.22.1"
resolved "https://registry.yarnpkg.com/@axelar-network/axelarjs-types/-/axelarjs-types-0.22.1.tgz#8deb8903c1419de1a47b86a060348fe1b5c7f1fb"
integrity sha512-AzKYqNBia5f+LNQpcKQJ5iPEPheYGv+SuPDslErtuYFZimU5ZKHG1TPcx2EqgKedWr0EP7bI10Qdhu5trmnr/A==
dependencies:
long "^4.0.0"
protobufjs "~6.11.2"
Expand Down

0 comments on commit 5a8a8f4

Please sign in to comment.