Skip to content

Commit

Permalink
chore: update sysweb3 package version
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgabrielgsp committed Nov 25, 2024
1 parent 3a709a8 commit 6278c60
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/sysweb3-keyring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollum-io/sysweb3-keyring",
"version": "1.0.484",
"version": "1.0.485",
"description": "Keyring Manager for UTXO and Web3 Wallets",
"main": "cjs/index.js",
"types": "types/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@ledgerhq/logs": "^6.10.1",
"@pollum-io/sysweb3-core": "^1.0.27",
"@pollum-io/sysweb3-network": "^1.0.95",
"@pollum-io/sysweb3-utils": "^1.1.234",
"@pollum-io/sysweb3-utils": "^1.1.235",
"@trezor/connect-web": "^9.1.5",
"@trezor/connect-webextension": "^9.3.0",
"@trezor/utxo-lib": "^1.0.12",
Expand Down
8 changes: 4 additions & 4 deletions packages/sysweb3-keyring/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -900,10 +900,10 @@
ethers "^5.6.9"
web3 "^1.7.1"

"@pollum-io/sysweb3-utils@^1.1.234":
version "1.1.234"
resolved "https://registry.yarnpkg.com/@pollum-io/sysweb3-utils/-/sysweb3-utils-1.1.234.tgz#f259e781510bef19fd74130eb60ea28845494f0e"
integrity sha512-Kgu2CPl3L22XYsfc0UCL9tBnoSCRT0sVda/zlxAUuTqIp1tP+3k6JNAwDOkJjPBc8h+wYds4Y39YSU+KYLgbdg==
"@pollum-io/sysweb3-utils@^1.1.235":
version "1.1.235"
resolved "https://registry.yarnpkg.com/@pollum-io/sysweb3-utils/-/sysweb3-utils-1.1.235.tgz#9ae08757631b40a4e2e4fe3da13b14457137f9f4"
integrity sha512-El0fvuZg1AQ/a/fb8dwEfLQwDuVPR8Xj12uVWC2hPal5HjAVH9fNDXyHwUWeblH9oUUUyR5bXjbbf5slVW3KgA==
dependencies:
"@ethersproject/contracts" "^5.6.2"
axios "^0.26.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/sysweb3-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pollum-io/sysweb3-utils",
"version": "1.1.234",
"version": "1.1.235",
"description": "A helper for multi-chain accounts.",
"main": "cjs/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 6278c60

Please sign in to comment.