Skip to content

Commit

Permalink
⬆️ Upgrade iscn-js to v0.6.10 for larger gas estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jan 11, 2024
1 parent e7d2096 commit c0bf2c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@keplr-wallet/types": "^0.11.4",
"@likecoin/iscn-js": "^0.6.9",
"@likecoin/iscn-js": "^0.6.10",
"@likecoin/iscn-message-types": "^0.0.7",
"@likecoin/wallet-connector": "^0.25.3",
"@nuxtjs/axios": "^5.13.6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3697,13 +3697,13 @@
bignumber.js "^9.1.2"
long "^5.2.3"

"@likecoin/iscn-js@^0.6.9":
version "0.6.9"
resolved "https://registry.yarnpkg.com/@likecoin/iscn-js/-/iscn-js-0.6.9.tgz#f5d418ded87420204442afe9185036d152c4cb8b"
integrity sha512-nR96gkY5KpYU/dVml0HpOwT3WpYylB+yy9PfvAJ+r2IMvZnLcR/9xHxh6VKlDMwgRVCoAa9vwtjcdbXbHdtVSw==
"@likecoin/iscn-js@^0.6.10":
version "0.6.10"
resolved "https://registry.yarnpkg.com/@likecoin/iscn-js/-/iscn-js-0.6.10.tgz#213d444f77a42d174a9fc58b95c1afed798071b7"
integrity sha512-53Aup9AzNOlDBVF8C/U4pD8CZ/flbFM/5HXfPpMyOFz5aa4gvjguyiPq97rtVoprmT2P6OX/HZ/YoHFqcYKnfQ==
dependencies:
"@likecoin/iscn-message-types" "0.0.7"
axios "^0.27.2"
axios "^1.6.0"
bech32 "^2.0.0"
bignumber.js "^9.0.1"
buffer "^6.0.3"
Expand Down

0 comments on commit c0bf2c2

Please sign in to comment.