Skip to content

Commit

Permalink
Merge pull request #653 from syscoin/fix/logo
Browse files Browse the repository at this point in the history
fix: solve logo bug
  • Loading branch information
lucasgabrielgsp authored Oct 16, 2024
2 parents d4c4873 + fac39b3 commit b358474
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"@headlessui/react": "^1.6.0",
"@heroicons/react": "^1.0.5",
"@pollum-io/sysweb3-core": "^1.0.27",
"@pollum-io/sysweb3-keyring": "^1.0.483",
"@pollum-io/sysweb3-keyring": "^1.0.484",
"@pollum-io/sysweb3-network": "^1.0.95",
"@pollum-io/sysweb3-utils": "^1.1.233",
"@pollum-io/sysweb3-utils": "^1.1.234",
"@reduxjs/toolkit": "^1.4.0",
"@tippyjs/react": "^4.2.6",
"@types/chrome": "^0.0.268",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2379,10 +2379,10 @@
resolved "https://registry.yarnpkg.com/@pollum-io/sysweb3-core/-/sysweb3-core-1.0.27.tgz#2ecbf38c3b5f6821ec2bcc95472eed0a2f11cd10"
integrity sha512-HHW2ozdXCac2Xo0oUQgRk/sczBIGQCBvsqYBIwondipA3Rx4/jGC6Y9U/M4wpTi5wQ+ZD18DyEbKAVMXElGcbQ==

"@pollum-io/sysweb3-keyring@^1.0.483":
version "1.0.483"
resolved "https://registry.yarnpkg.com/@pollum-io/sysweb3-keyring/-/sysweb3-keyring-1.0.483.tgz#24243da720362cc2d94f4eb989a391551b17ff54"
integrity sha512-WwaJUSKdBzNC8/m62kXCMYVqpB9qq2TepJE9XePgdkQWuXWHjHxEIdf0Z5DeUiDXosshN7o9IeO8i0g1LeH33g==
"@pollum-io/sysweb3-keyring@^1.0.484":
version "1.0.484"
resolved "https://registry.yarnpkg.com/@pollum-io/sysweb3-keyring/-/sysweb3-keyring-1.0.484.tgz#65d9fbd7305f9c6f2c1e19d88da1197c67b6980a"
integrity sha512-AMO+H/9NW2ETlXR/v06SRM7g7+nSOv1lW3YYondRzSIq0p15Un9nwRhGeJZ8F0vaD/S4vlsTtXLgsRfyV0fO8w==
dependencies:
"@bitcoinerlab/descriptors" "^2.0.1"
"@bitcoinerlab/secp256k1" "^1.0.5"
Expand All @@ -2391,7 +2391,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.233"
"@pollum-io/sysweb3-utils" "^1.1.234"
"@trezor/connect-web" "^9.1.5"
"@trezor/connect-webextension" "^9.3.0"
"@trezor/utxo-lib" "^1.0.12"
Expand Down Expand Up @@ -2428,10 +2428,10 @@
ethers "^5.6.9"
web3 "^1.7.1"

"@pollum-io/sysweb3-utils@^1.1.233":
version "1.1.233"
resolved "https://registry.yarnpkg.com/@pollum-io/sysweb3-utils/-/sysweb3-utils-1.1.233.tgz#e495649428a0f8f3cf13c8daff8f8b6f1de65a5d"
integrity sha512-yR/5Y25G3Ay0GbusmYTsdrt0MGT8l/d6/xG3WKk4MkgFjLo2UT47ZzcamxF/l9zb5nSiTRUCuCMMHy3GqM9BNQ==
"@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==
dependencies:
"@ethersproject/contracts" "^5.6.2"
axios "^0.26.1"
Expand Down

0 comments on commit b358474

Please sign in to comment.