Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the connect modal getting covered by the bottom bar #2057

Merged

Conversation

mhughdo
Copy link
Contributor

@mhughdo mhughdo commented Jan 24, 2024

Description

  • On mobile devices, the Connect wallet modal shows up at the bottom of the page. It works fine when the bottom bar (address bar or control bar) is not visible. However, when the bottom bar is visible, the Connect wallet modal gets covered by the bottom bar (The bottom bar will appear on top of the modal which will make it impossible to press on any available wallets). The issue is caused by the modal overlay having a height of 100vh. Changing the height to the new dvh unit will fix the problem.
  • dvh unit is supported across major browsers but I still keep the height:100vh as the fallback for the old browsers

Changes

  • Add height: 100dvh
  • Remove .mobile-safari class because adding height: 100dvh will also fix the same problem on Safari.

Before:
IMG_9110
After:
IMG_9111

Affected browsers

  • Safari and Chrome on iOS, as well as other browsers that have a bottom bar.

Checklist

  • Increment the version field in package.json of the package you have made changes in following semantic versioning and using alpha release tagging
  • Check the box that allows repo maintainers to update this PR
  • Test locally to make sure this feature/fix works
  • Run yarn check-all to confirm there are not any associated errors
  • Confirm this PR passes Circle CI checks
  • Add or update relevant information in the documentation

@mhughdo mhughdo changed the title Fix the connect modal being covered by the bottom bar Fix the connect modal getting covered by the bottom bar Jan 24, 2024
@Adamj1232
Copy link
Member

Adamj1232 commented Feb 5, 2024

@mhughdo thank you for the contribution! For this update to work across frameworks all modules within the mono-repo that have @web3-onboard/core as a dep will need the core version bumped and their version bumped as well.
Some screenshots of this in action as part of the description would also be very helpful along with a list of mobile browsers this affects.
Can you please add this to your changes when you get a moment? Thank you!

@mhughdo
Copy link
Contributor Author

mhughdo commented Feb 7, 2024

@Adamj1232

Thank you for your reply. I've updated the description to include some screenshots.
I'm not sure about which packages use the @web3-onboard/core package so It'd be very helpful if you could tell me or help me bump the version of those packages.

@Adamj1232
Copy link
Member

@Adamj1232

Thank you for your reply. I've updated the description to include some screenshots. I'm not sure about which packages use the @web3-onboard/core package so It'd be very helpful if you could tell me or help me bump the version of those packages.

Thanks for that!
The packages that utilize and import core are the demo, react, solid & vue packages. If you could bump the core version and those package versions within those package's package.json that would be great and I can pull down and perform a thorough test.
Thanks again!

@mhughdo
Copy link
Contributor Author

mhughdo commented Feb 18, 2024

@Adamj1232

Thank you and sorry for the late response. I've bumped the version of the demo, react, solid, and vue packages. You can pull the changes and perform the test now.

@@ -1,6 +1,6 @@
{
"name": "demo",
"version": "2.0.9",
"version": "2.0.10-alpha.1",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"version": "2.0.10-alpha.1",
"version": "2.0.10",

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of bumping this can you bump the version of @web3-onboard/core on line 36 below?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! I've bumped it in fc3c831

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@adraffy/ens-normalize@1.10.1 None 0 446 kB adraffy
npm/@ampproject/remapping@2.2.1 None +5 436 kB jridgewell
npm/@apocentre/alias-sampling@0.5.3 None 0 24.3 kB antwnic4
npm/@arcana/auth@1.0.7 network +1 173 kB makyl
npm/@babel/code-frame@7.12.11 None +2 31.6 kB nicolo-ribaudo
npm/@babel/compat-data@7.17.0 None 0 50.5 kB nicolo-ribaudo
npm/@babel/core@7.23.2 environment, filesystem, unsafe +27 7.85 MB nicolo-ribaudo
npm/@babel/helper-annotate-as-pure@7.22.5 Transitive: environment +2 2.45 MB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.22.15 None +2 128 kB nicolo-ribaudo
npm/@babel/helper-create-class-features-plugin@7.22.15 Transitive: environment, filesystem, unsafe +33 8.15 MB nicolo-ribaudo
npm/@babel/helper-define-polyfill-provider@0.3.1 unsafe Transitive: environment, filesystem +30 8.12 MB nicolo-ribaudo
npm/@babel/helper-environment-visitor@7.22.20 None 0 6.56 kB nicolo-ribaudo
npm/@babel/helper-function-name@7.23.0 Transitive: environment +4 4.43 MB nicolo-ribaudo
npm/@babel/helper-module-imports@7.22.15 Transitive: environment +2 2.5 MB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.16.7 None 0 4.41 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.22.15 None 0 11.6 kB nicolo-ribaudo
npm/@babel/parser@7.23.0 None 0 1.89 MB nicolo-ribaudo
npm/@babel/plugin-syntax-jsx@7.22.5 Transitive: environment, filesystem, unsafe +29 7.87 MB nicolo-ribaudo
npm/@babel/plugin-syntax-typescript@7.22.5 Transitive: environment, filesystem, unsafe +28 7.86 MB nicolo-ribaudo
npm/@babel/plugin-transform-modules-commonjs@7.23.0 Transitive: environment, filesystem, unsafe +28 7.89 MB nicolo-ribaudo
npm/@babel/plugin-transform-runtime@7.17.0 unsafe Transitive: environment, filesystem +29 7.87 MB nicolo-ribaudo
npm/@babel/plugin-transform-typescript@7.22.15 Transitive: environment, filesystem, unsafe +35 8.29 MB nicolo-ribaudo
npm/@babel/preset-typescript@7.23.2 Transitive: environment, filesystem, unsafe +39 8.36 MB nicolo-ribaudo
npm/@babel/runtime@7.16.7 None 0 148 kB nicolo-ribaudo
npm/@babel/traverse@7.23.2 Transitive: environment +14 5.9 MB nicolo-ribaudo
npm/@babel/types@7.23.0 environment +1 2.44 MB nicolo-ribaudo
npm/@bitget-wallet/web3-sdk@0.0.8 Transitive: environment, eval, network +6 16.8 MB phoenix-bitget
npm/@blocto/dappauth@2.1.0 None 0 20.1 kB scottphc
npm/@blocto/sdk@0.4.9 network Transitive: environment, eval +7 17.2 MB chiakic
npm/@cedelabs/providers@1.5.0 Transitive: environment +14 1.95 MB cedelabs
npm/@celo/base@3.2.0 None 0 210 kB alecps
npm/@celo/utils@3.2.0 Transitive: network +28 7.15 MB alecps
npm/@chainsafe/as-sha256@0.3.1 None 0 165 kB dapplion
npm/@chainsafe/persistent-merkle-tree@0.4.2 None +1 276 kB dapplion
npm/@chainsafe/ssz@0.9.4 None +2 744 kB dapplion
npm/@chakra-ui/accordion@1.4.12 environment Transitive: filesystem +36 6.41 MB segunadebayo
npm/@chakra-ui/alert@1.3.7 environment Transitive: filesystem +33 6.03 MB segunadebayo
npm/@chakra-ui/anatomy@1.3.0 environment Transitive: filesystem +33 6.32 MB segunadebayo
npm/@chakra-ui/avatar@1.3.11 environment Transitive: filesystem +34 6.23 MB segunadebayo
npm/@chakra-ui/breadcrumb@1.3.6 environment Transitive: filesystem +32 6.02 MB segunadebayo
npm/@chakra-ui/button@1.5.10 environment Transitive: filesystem +35 6.23 MB segunadebayo
npm/@chakra-ui/checkbox@1.7.1 environment Transitive: filesystem +36 6.36 MB segunadebayo
npm/@chakra-ui/clickable@1.2.6 environment +5 1.24 MB segunadebayo
npm/@chakra-ui/close-button@1.2.7 environment Transitive: filesystem +32 6 MB segunadebayo
npm/@chakra-ui/color-mode@2.2.0 None 0 114 kB segunadebayo
npm/@chakra-ui/control-box@1.1.6 environment Transitive: filesystem +31 5.98 MB segunadebayo
npm/@chakra-ui/counter@1.2.10 environment +6 1.35 MB segunadebayo
npm/@chakra-ui/css-reset@1.1.3 environment Transitive: filesystem +18 3.86 MB segunadebayo
npm/@chakra-ui/editable@1.4.2 environment Transitive: filesystem +33 6.22 MB segunadebayo
npm/@chakra-ui/focus-lock@1.2.6 environment +4 1.16 MB segunadebayo
npm/@chakra-ui/icon@2.0.5 environment Transitive: filesystem +31 5.99 MB segunadebayo
npm/@chakra-ui/icons@2.1.1 Transitive: environment, filesystem +29 6.1 MB segunadebayo
npm/@chakra-ui/input@1.4.6 environment Transitive: filesystem +35 6.29 MB segunadebayo
npm/@chakra-ui/layout@1.8.0 environment Transitive: filesystem +33 6.18 MB segunadebayo
npm/@chakra-ui/live-region@1.1.6 environment +4 1.16 MB segunadebayo
npm/@chakra-ui/media-query@2.0.4 environment Transitive: filesystem +35 14.1 MB segunadebayo
npm/@chakra-ui/menu@1.8.12 environment Transitive: filesystem +38 8.27 MB segunadebayo
npm/@chakra-ui/modal@1.11.1 environment Transitive: filesystem +38 6.45 MB segunadebayo
npm/@chakra-ui/number-input@1.4.7 environment Transitive: filesystem +36 6.4 MB segunadebayo
npm/@chakra-ui/pin-input@1.7.11 environment Transitive: filesystem +34 6.25 MB segunadebayo
npm/@chakra-ui/popover@1.11.9 environment Transitive: filesystem +37 7.82 MB segunadebayo
npm/@chakra-ui/progress@1.2.6 environment Transitive: filesystem +33 6.35 MB segunadebayo
npm/@chakra-ui/provider@1.7.14 environment Transitive: filesystem +34 7.25 MB segunadebayo
npm/@chakra-ui/radio@1.5.1 environment Transitive: filesystem +36 6.34 MB segunadebayo
npm/@chakra-ui/react-utils@1.2.3 environment +4 1.16 MB segunadebayo
npm/@chakra-ui/react@1.8.9 environment Transitive: eval, filesystem +99 24.7 MB segunadebayo
npm/@chakra-ui/theme-tools@1.3.6 environment Transitive: filesystem +32 6.29 MB segunadebayo
npm/@chakra-ui/utils@1.10.4 environment +3 1.14 MB segunadebayo
npm/@coinbase/wallet-sdk@3.7.2 Transitive: environment, eval, network +8 17 MB coinbase-jake
npm/@cosmjs/amino@0.31.0 None +5 1.05 MB webmaster128
npm/@cosmjs/crypto@0.31.3 None +4 960 kB webmaster128
npm/@cosmjs/encoding@0.31.3 None 0 22.4 kB webmaster128
npm/@cosmjs/math@0.31.3 None 0 36.8 kB webmaster128
npm/@cosmjs/proto-signing@0.31.0 None +6 1.13 MB webmaster128
npm/@cosmjs/utils@0.31.3 None 0 14.4 kB webmaster128
npm/@cspotcode/source-map-consumer@0.8.0 filesystem 0 133 kB cspotcode
npm/@cspotcode/source-map-support@0.7.0 filesystem +1 176 kB cspotcode
npm/@discoveryjs/json-ext@0.5.6 None 0 83.3 kB lahmatiy
npm/@emotion/react@11.11.3 environment Transitive: filesystem +17 3.84 MB emotion-release-bot
npm/@emotion/serialize@1.1.3 environment +4 98.4 kB emotion-release-bot
npm/@emotion/styled@11.11.0 environment Transitive: filesystem +19 4.04 MB emotion-release-bot
npm/@esbuild/android-arm@0.18.20 None 0 11.1 MB evanw
npm/@esbuild/android-arm64@0.18.20 None 0 9.57 MB evanw
npm/@esbuild/android-x64@0.18.20 None 0 11.1 MB evanw
npm/@esbuild/darwin-arm64@0.18.20 None 0 9.51 MB evanw
npm/@esbuild/darwin-x64@0.18.20 None 0 9.92 MB evanw
npm/@esbuild/freebsd-arm64@0.18.20 None 0 8.65 MB evanw
npm/@esbuild/freebsd-x64@0.18.20 None 0 9.35 MB evanw
npm/@esbuild/linux-arm@0.18.20 None 0 8.85 MB evanw
npm/@esbuild/linux-arm64@0.18.20 None 0 8.65 MB evanw
npm/@esbuild/linux-ia32@0.18.20 None 0 8.9 MB evanw
npm/@esbuild/linux-loong64@0.18.20 None 0 9.11 MB evanw
npm/@esbuild/linux-mips64el@0.18.20 None 0 10.2 MB evanw
npm/@esbuild/linux-ppc64@0.18.20 None 0 8.91 MB evanw
npm/@esbuild/linux-riscv64@0.18.20 None 0 8.85 MB evanw
npm/@esbuild/linux-s390x@0.18.20 None 0 9.77 MB evanw
npm/@esbuild/linux-x64@0.18.20 None 0 9.35 MB evanw
npm/@esbuild/netbsd-x64@0.18.20 None 0 9.33 MB evanw
npm/@esbuild/openbsd-x64@0.18.20 None 0 9.37 MB evanw
npm/@esbuild/sunos-x64@0.18.20 None 0 9.33 MB evanw
npm/@esbuild/win32-arm64@0.18.20 None 0 8.76 MB evanw
npm/@esbuild/win32-ia32@0.18.20 None 0 9.2 MB evanw
npm/@esbuild/win32-x64@0.18.20 None 0 9.55 MB evanw
npm/@eslint/eslintrc@0.4.3 filesystem, unsafe +1 204 kB eslintbot
npm/@ethereumjs/common@2.5.0 None +2 6.46 MB holgerd77
npm/@ethereumjs/rlp@4.0.0 None 0 51.2 kB holgerd77
npm/@ethereumjs/tx@3.3.2 None +3 6.84 MB holgerd77
npm/@ethereumjs/util@8.0.2 None +8 1.22 MB holgerd77
npm/@ethersproject/abi@5.7.0 Transitive: network +17 1.95 MB ricmoo
npm/@ethersproject/abstract-provider@5.7.0 Transitive: network +14 1.11 MB ricmoo
npm/@ethersproject/abstract-signer@5.7.0 Transitive: network +15 1.19 MB ricmoo
npm/@ethersproject/address@5.7.0 None +5 362 kB ricmoo
npm/@ethersproject/base64@5.7.0 None +2 162 kB ricmoo
npm/@ethersproject/bignumber@5.7.0 None +2 293 kB ricmoo
npm/@ethersproject/bytes@5.7.0 None +1 150 kB ricmoo
npm/@ethersproject/constants@5.7.0 None +3 312 kB ricmoo
npm/@ethersproject/hash@5.7.0 Transitive: network +16 1.45 MB ricmoo
npm/@ethersproject/keccak256@5.7.0 None +2 156 kB ricmoo
npm/@ethersproject/logger@5.7.0 None 0 69.5 kB ricmoo
npm/@ethersproject/networks@5.7.1 None +1 117 kB ricmoo
npm/@ethersproject/properties@5.7.0 None +1 100 kB ricmoo
npm/@ethersproject/rlp@5.7.0 None +2 180 kB ricmoo
npm/@ethersproject/signing-key@5.7.0 None +3 425 kB ricmoo
npm/@ethersproject/strings@5.7.0 None +4 431 kB ricmoo
npm/@ethersproject/transactions@5.7.0 None +9 745 kB ricmoo
npm/@ethersproject/web@5.7.1 network +7 601 kB ricmoo
npm/@findeth/abi@0.3.1 None 0 166 kB mrten
npm/@formatjs/ecma402-abstract@1.11.3 None +1 313 kB longlho
npm/@formatjs/icu-messageformat-parser@2.0.18 None +3 527 kB longlho
npm/@hapi/address@5.1.1 None +1 204 kB marsup
npm/@hapi/formula@3.0.2 None 0 17 kB marsup
npm/@hapi/hoek@11.0.2 None 0 55 kB marsup
npm/@hapi/pinpoint@2.0.1 None 0 3.67 kB marsup
npm/@hapi/tlds@1.0.1 None 0 95.8 kB marsup
npm/@humanwhocodes/config-array@0.5.0 None +1 84.3 kB nzakas
npm/@infinitywallet/infinity-connector@1.0.6 None 0 33.2 kB infinitywallet
npm/@ioredis/commands@1.2.0 None 0 55.6 kB ioredis-robot
npm/@jridgewell/gen-mapping@0.3.3 None +4 360 kB jridgewell
npm/@jridgewell/resolve-uri@3.1.1 None 0 55.2 kB jridgewell
npm/@jridgewell/sourcemap-codec@1.4.15 None 0 45.9 kB jridgewell
npm/@jridgewell/trace-mapping@0.3.19 None +2 265 kB jridgewell
npm/@keepkey/device-protocol@7.7.0 None 0 1.89 MB mcchadwick
npm/@keystonehq/base-eth-keyring@0.6.4 environment +8 7.78 MB amalia20220301
npm/@keystonehq/eth-keyring@0.14.4 environment +19 78.9 MB amalia20220301
npm/@ledgerhq/connect-kit@1.1.12 network +1 3.33 MB ldg-github-ci
npm/@lit-labs/ssr-dom-shim@1.1.0 None 0 32.5 kB lit-robot
npm/@lit/reactive-element@1.6.1 None +1 817 kB lit-robot
npm/@magic-sdk/commons@4.1.0 Transitive: environment, network +28 9.42 MB smithki
npm/@magic-sdk/provider@22.1.1 environment Transitive: network +27 9.41 MB magiclabs_fe
npm/@magic-sdk/types@18.1.1 None 0 121 kB magiclabs_fe
npm/@metamask/detect-provider@2.0.0 None 0 20.3 kB rekmarks
npm/@metamask/eth-json-rpc-middleware@11.0.0 network +23 5.15 MB metamaskbot
npm/@metamask/eth-sig-util@5.1.0 None +2 371 kB metamaskbot
npm/@metamask/onboarding@1.0.1 None 0 111 kB gudahtt
npm/@metamask/providers@8.1.1 Transitive: environment +13 1.52 MB rekmarks
npm/@metamask/rpc-errors@5.1.1 None +3 147 kB metamaskbot
npm/@metamask/safe-event-emitter@2.0.0 None 0 7.65 kB whymarrh
npm/@metamask/sdk-communication-layer@0.13.0 environment, filesystem +2 12.5 MB metamaskbot
npm/@metamask/sdk-install-modal-web@0.13.0 environment Transitive: filesystem +20 12.3 MB metamaskbot
npm/@metamask/sdk@0.13.0 Transitive: environment, filesystem, network +39 54.1 MB metamaskbot
npm/@metamask/utils@3.6.0 None +2 256 kB metamaskbot
npm/@motionone/animation@10.17.0 None +3 98.1 kB popmotion
npm/@motionone/dom@10.12.0 None +5 509 kB popmotion
npm/@motionone/easing@10.17.0 None +2 61.3 kB popmotion
npm/@motionone/generators@10.17.0 None +2 89.9 kB popmotion
npm/@motionone/types@10.17.0 None 0 15.4 kB popmotion
npm/@motionone/utils@10.17.0 None +1 47.2 kB popmotion
npm/@myetherwallet/mewconnect-web-client@2.2.0-beta.16 Transitive: environment, eval, filesystem, network, shell, unsafe +95 34.4 MB kvhnuke
npm/@ngraveio/bc-ur@1.1.6 None +1 138 kB antwnic4
npm/@niceties/logger@1.1.3 None 0 40.7 kB kshutkin
npm/@noble/curves@1.2.0 None +1 2.1 MB paulmillr
npm/@noble/ed25519@1.7.1 None 0 84 kB paulmillr
npm/@noble/hashes@1.3.2 None 0 747 kB paulmillr
npm/@noble/secp256k1@1.6.3 None 0 106 kB paulmillr
npm/@nothing-but/utils@0.3.2 None 0 104 kB thetarnav.
npm/@parcel/watcher-android-arm64@2.3.0 None 0 406 kB devongovett
npm/@parcel/watcher-darwin-arm64@2.3.0 None 0 328 kB devongovett
npm/@parcel/watcher-darwin-x64@2.3.0 None 0 327 kB devongovett
npm/@parcel/watcher-freebsd-x64@2.3.0 None 0 551 kB devongovett
npm/@parcel/watcher-linux-arm-glibc@2.3.0 None 0 436 kB devongovett
npm/@parcel/watcher-linux-arm64-glibc@2.3.0 None 0 455 kB devongovett
npm/@parcel/watcher-linux-arm64-musl@2.3.0 None 0 463 kB devongovett
npm/@parcel/watcher-linux-x64-glibc@2.3.0 None 0 546 kB devongovett
npm/@parcel/watcher-linux-x64-musl@2.3.0 None 0 509 kB devongovett
npm/@parcel/watcher-wasm@2.3.0 filesystem 0 218 kB devongovett
npm/@parcel/watcher-win32-arm64@2.3.0 None 0 533 kB devongovett
npm/@parcel/watcher-win32-ia32@2.3.0 None 0 431 kB devongovett
npm/@parcel/watcher-win32-x64@2.3.0 None 0 533 kB devongovett
npm/@parcel/watcher@2.3.0 None +13 5.93 MB devongovett
npm/@particle-network/analytics@1.0.1 None 0 36.2 kB particle-web3
npm/@particle-network/auth@1.3.1 None +3 1.07 MB particle-web3
npm/@particle-network/provider@1.3.2 None +4 1.2 MB particle-web3
npm/@portis/web3@4.0.7 environment +3 981 kB portis-owner
npm/@protobufjs/aspromise@1.1.2 None 0 9.05 kB dcode
npm/@ramp-network/ramp-instant-sdk@4.0.4 None 0 350 kB jakubsta
npm/@rollup-extras/plugin-copy@1.2.2 filesystem Transitive: environment, unsafe +7 10.5 MB kshutkin
npm/@rollup/plugin-json@4.1.0 None 0 15.7 kB shellscape
npm/@rollup/plugin-node-resolve@11.2.1 filesystem +2 3.75 MB shellscape
npm/@rollup/plugin-replace@5.0.5 None +2 109 kB shellscape
npm/@rollup/plugin-typescript@8.3.0 environment, filesystem 0 95.5 kB shellscape
npm/@safe-global/safe-apps-provider@0.17.1 None +2 277 kB germartinez
npm/@safe-global/safe-apps-sdk@8.0.0 None +1 244 kB germartinez
npm/@shapeshiftoss/bitcoinjs-lib@5.2.0-shapeshift.2 None 0 257 kB shapeshift-ci-bot
npm/@shapeshiftoss/hdwallet-core@1.18.4 None +1 234 kB shapeshift-ci-bot
npm/@shapeshiftoss/hdwallet-keepkey-webusb@1.18.4 None +9 9.58 MB shapeshift-ci-bot
npm/@shapeshiftoss/hdwallet-keepkey@1.18.4 None +8 9.55 MB shapeshift-ci-bot
npm/@solana/web3.js@1.78.5 environment, eval, network +4 16.3 MB steveluscher
npm/@solid-devtools/debugger@0.22.4 None +16 761 kB thetarnav.
npm/@solid-primitives/event-listener@2.3.0 None +1 104 kB thetarnav.
npm/@solid-primitives/rootless@1.4.2 None +1 82.4 kB thetarnav.
npm/@solid-primitives/utils@6.2.1 None 0 54 kB thetarnav.
npm/@tanstack/query-core@4.36.1 environment 0 2.28 MB tannerlinsley
npm/@tanstack/query-persist-client-core@4.36.1 environment +1 2.37 MB tannerlinsley
npm/@tanstack/query-sync-storage-persister@4.36.1 Transitive: environment +2 2.41 MB tannerlinsley
npm/@tanstack/react-query-persist-client@4.36.1 Transitive: environment +3 3.78 MB tannerlinsley
npm/@tanstack/react-query@4.36.1 environment +1 3.6 MB tannerlinsley
npm/@toruslabs/base-controllers@2.8.0 network Transitive: environment +24 13.1 MB chaitanyapotti
npm/@toruslabs/http-helpers@3.3.0 network +1 387 kB chaitanyapotti
npm/@toruslabs/openlogin-ed25519@3.2.0 None +2 636 kB chaitanyapotti
npm/@toruslabs/openlogin-jrpc@3.2.0 Transitive: environment +3 1.52 MB chaitanyapotti
npm/@toruslabs/openlogin-utils@3.0.0 None +1 620 kB chaitanyapotti
npm/@toruslabs/openlogin@3.2.1 Transitive: environment, network +6 3.83 MB chaitanyapotti
npm/@toruslabs/solana-embed@0.3.4 Transitive: environment, eval, network +30 33.1 MB chaitanyapotti
npm/@toruslabs/torus-embed@2.2.9 Transitive: environment, network +9 4.32 MB chaitanyapotti
npm/@trezor/analytics@1.0.5 network Transitive: environment +2 68.3 kB trezor-ci
npm/@trezor/blockchain-link-types@1.0.4 None 0 51.9 kB trezor-ci
npm/@trezor/blockchain-link-utils@1.0.5 None +1 77 kB trezor-ci
npm/@trezor/blockchain-link@2.1.15 None +7 2.62 MB trezor-ci
npm/@trezor/connect-analytics@1.0.4 environment Transitive: network +3 73.2 kB trezor-ci
npm/@trezor/connect-common@0.0.18 Transitive: environment +1 168 kB trezor-ci
npm/@trezor/connect@9.1.1 filesystem Transitive: environment, network, unsafe +30 22.2 MB trezor-ci
npm/@tsconfig/node10@1.0.8 None 0 2.31 kB typescript-deploys
npm/@tsconfig/node12@1.0.9 None 0 2.4 kB typescript-deploys
npm/@tsconfig/node14@1.0.1 None 0 2.29 kB typescript-deploys
npm/@tsconfig/node16@1.0.2 None 0 2.29 kB typescript-deploys
npm/@tsconfig/svelte@2.0.1 None 0 3.11 kB typescript-deploys
npm/@types/body-parser@1.19.2 None +2 3.67 MB types
npm/@types/bonjour@3.5.10 None +1 3.66 MB types
npm/@types/connect-history-api-fallback@1.3.5 None +4 3.75 MB types
npm/@types/connect@3.4.35 None +1 3.66 MB types
npm/@types/eslint-scope@3.7.3 None +3 227 kB types
npm/@types/estree@1.0.5 None 0 25.7 kB types
npm/@types/express-serve-static-core@4.17.28 None +3 3.75 MB types
npm/@types/express@4.17.13 None +8 3.79 MB types
npm/@types/glob@7.2.0 None +2 3.67 MB types
npm/@types/http-proxy@1.17.8 None +1 3.67 MB types
npm/@types/istanbul-lib-coverage@2.0.4 None 0 5.76 kB types
npm/@types/js-cookie@2.2.7 None 0 7.38 kB types
npm/@types/json-schema@7.0.9 None 0 32.2 kB types
npm/@types/lodash.merge@4.6.6 None +1 862 kB types
npm/@types/lodash.partition@4.6.6 None +1 863 kB types
npm/@types/lodash.uniqby@4.7.6 None +1 862 kB types
npm/@types/lodash@4.14.178 None 0 859 kB types
npm/@types/node@18.15.13 None 0 3.65 MB types
npm/@types/prop-types@15.7.4 None 0 6.55 kB types
npm/@types/pug@2.0.6 None 0 9.86 kB types
npm/@types/react@18.0.9 None +2 190 kB types
npm/@types/retry@0.12.1 None 0 7.87 kB types
npm/@types/sass@1.43.1 None +1 3.67 MB types
npm/@types/secp256k1@4.0.3 None +1 3.66 MB types
npm/@types/serve-index@1.9.1 None +9 3.79 MB types
npm/@types/sockjs@0.3.33 None +1 3.66 MB types
npm/@types/use-sync-external-store@0.0.3 None 0 3.61 kB types
npm/@types/ws@7.4.7 None +1 3.67 MB types
npm/@typescript-eslint/eslint-plugin@4.33.0 Transitive: environment, filesystem +11 4.66 MB jameshenry
npm/@typescript-eslint/parser@4.33.0 Transitive: environment, filesystem +4 1.32 MB jameshenry
npm/@uauth/common@2.3.0 network +19 2.46 MB braden-pezeshki
npm/@uauth/js@2.4.0 network +20 2.76 MB braden-pezeshki
npm/@unstoppabledomains/resolution@8.3.3 Transitive: network +18 2.39 MB unstoppable_sam
npm/@usecapsule/user-management-client@0.18.0 network 0 76.8 kB nsquare
npm/@usecapsule/web-sdk@0.29.4 network Transitive: environment, eval, filesystem +160 56.7 MB vtig2020
npm/@venly/connect@2.2.0 network +1 1.25 MB venly_io
npm/@venly/web3-provider@3.1.1 network +31 7.42 MB venly_io
npm/@vue/compiler-core@3.2.31 environment, eval +3 3.48 MB yyx990803
npm/@vue/compiler-dom@3.2.31 environment, eval +4 4.21 MB yyx990803
npm/@vue/compiler-sfc@3.2.31 environment, eval, filesystem, unsafe +7 6.34 MB yyx990803
npm/@vue/reactivity@3.2.31 environment +1 333 kB yyx990803
npm/@vue/runtime-core@3.2.31 environment +2 1.28 MB yyx990803
npm/@vue/runtime-dom@3.2.31 environment +4 4.45 MB yyx990803
npm/@vue/server-renderer@3.2.31 environment, eval Transitive: filesystem, unsafe +13 13.3 MB yyx990803
npm/@vueuse/core@8.4.2 network +2 1.1 MB antfu
npm/@vueuse/rxjs@8.2.0 None +1 191 kB antfu
npm/@web3-onboard/coinbase@2.2.6 Transitive: environment, eval, network +69 36.2 MB cmeisl
npm/@web3-onboard/injected-wallets@2.10.11 Transitive: network +60 19.7 MB cmeisl
npm/@web3-onboard/walletconnect@2.5.3 Transitive: environment, eval, filesystem, network +92 38.1 MB cmeisl
npm/0xsequence@0.43.1 environment Transitive: network +15 2.89 MB pkieltyka
npm/css-loader@6.10.0 Transitive: environment, filesystem +7 517 kB evilebottnawi
npm/style-loader@3.3.4 None 0 83.5 kB evilebottnawi
npm/webpack-cli@5.1.4 environment, filesystem, unsafe Transitive: shell +12 459 kB evilebottnawi
npm/webpack-dev-server@4.15.1 environment, eval, network Transitive: filesystem, shell +30 6.23 MB evilebottnawi

🚮 Removed packages: npm/@babel/runtime@7.18.9, npm/@ethersproject/abstract-provider@5.6.1, npm/@ethersproject/abstract-signer@5.6.2, npm/@ethersproject/address@5.6.1, npm/@ethersproject/base64@5.6.1, npm/@ethersproject/basex@5.6.1, npm/@ethersproject/bignumber@5.6.2, npm/@ethersproject/bytes@5.6.1, npm/@ethersproject/constants@5.6.1, npm/@ethersproject/hash@5.6.1, npm/@ethersproject/keccak256@5.6.1, npm/@ethersproject/logger@5.6.0, npm/@ethersproject/networks@5.6.4, npm/@ethersproject/properties@5.6.0, npm/@ethersproject/random@5.6.1, npm/@ethersproject/rlp@5.6.1, npm/@ethersproject/sha2@5.6.1, npm/@ethersproject/signing-key@5.6.2, npm/@ethersproject/strings@5.6.1, npm/@ethersproject/transactions@5.6.2, npm/@ethersproject/web@5.6.1, npm/@lit-labs/ssr-dom-shim@1.1.1, npm/@lit/reactive-element@1.6.2, npm/@rushstack/eslint-patch@1.2.0, npm/@unstoppabledomains/resolution@8.5.0, npm/@vitejs/plugin-vue@4.0.0, npm/@vue/eslint-config-prettier@7.0.0, npm/@walletconnect/core@1.8.0, npm/@walletconnect/encoding@1.0.2, npm/@walletconnect/ethereum-provider@2.9.1, npm/@walletconnect/jsonrpc-provider@1.0.13, npm/@walletconnect/jsonrpc-types@1.0.3, npm/@walletconnect/jsonrpc-utils@1.0.8, npm/@walletconnect/jsonrpc-ws-connection@1.0.13, npm/@walletconnect/modal-core@2.6.1, npm/@walletconnect/modal-ui@2.6.1, npm/@walletconnect/modal@2.6.1, npm/@walletconnect/sign-client@2.9.1, npm/@walletconnect/types@1.8.0, npm/@walletconnect/universal-provider@2.9.1, npm/@walletconnect/utils@1.8.0, npm/@walletconnect/window-getters@1.0.1, npm/@web3-onboard/injected-wallets@2.10.7, npm/@web3-onboard/ledger@2.5.2, npm/@web3-onboard/react@2.8.11, npm/@web3-onboard/react@2.8.13, npm/@web3-onboard/vue@2.7.12, npm/ajv@6.12.6, npm/array-includes@3.1.5, npm/base64-js@1.5.1, npm/buffer@6.0.3, npm/call-bind@1.0.2, npm/d@1.0.1, npm/debug@4.3.4, npm/decode-uri-component@0.2.2, npm/define-properties@1.1.4, npm/elliptic@6.5.4, npm/es-abstract@1.20.1, npm/es5-ext@0.10.62, npm/es6-symbol@3.1.3, npm/eslint-config-next@12.2.3, npm/eslint-config-next@12.2.5, npm/eslint@8.20.0, npm/eslint@8.22.0, npm/espree@9.3.3, npm/estraverse@5.3.0, npm/fast-deep-equal@3.1.3, npm/get-intrinsic@1.1.2, npm/glob@7.1.7, npm/has-bigints@1.0.2, npm/hash.js@1.1.7, npm/import-fresh@3.3.0, npm/inherits@2.0.4, npm/is-callable@1.2.4, npm/is-core-module@2.10.0, npm/is-core-module@2.9.0, npm/is-glob@4.0.3, npm/is-string@1.0.7, npm/is-symbol@1.0.4, npm/is-typedarray@1.0.0, npm/jsx-ast-utils@3.3.2, npm/jsx-ast-utils@3.3.3, npm/lit@2.7.6, npm/loose-envify@1.4.0, npm/merge2@1.4.1, npm/minimalistic-assert@1.0.1, npm/minimatch@3.1.2, npm/minimist@1.2.7, npm/ms@2.1.2, npm/next-tick@1.1.0, npm/next@12.2.4, npm/next@12.2.5, npm/object-inspect@1.12.2, npm/object.assign@4.1.3, npm/react-dom@18.2.0, npm/react@18.2.0, npm/regexp.prototype.flags@1.4.3, npm/resolve@1.22.1, npm/rxjs@7.5.6, npm/safe-buffer@5.2.1, npm/string-width@4.2.3, npm/strip-json-comments@3.1.1, npm/type-check@0.4.0, npm/uint8arrays@3.1.1, npm/valtio@1.11.0

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/protobufjs@7.2.4
  • Install script: postinstall
  • Source: node scripts/postinstall
Install scripts npm/secp256k1@3.8.0
  • Install script: install
  • Source: npm run rebuild || echo "Secp256k1 bindings compilation fail. Pure JS implementation will be used."
Native code npm/secp256k1@3.8.0
Native code npm/keccak@1.4.0
Install scripts npm/keccak@1.4.0
  • Install script: install
  • Source: npm run rebuild || echo "Keccak bindings compilation fail. Pure JS implementation will be used."
Native code npm/keccak@3.0.3
Native code npm/utf-8-validate@6.0.3
Native code npm/bufferutil@4.0.8
Install scripts npm/web3-bzz@1.5.0
  • Install script: postinstall
  • Source: echo "WARNING: the web3-bzz api will be deprecated in the next version"
Install scripts npm/web3-shh@1.5.0
  • Install script: postinstall
  • Source: echo "WARNING: the web3-shh api will be deprecated in the next version"
Install scripts npm/web3@1.5.0
  • Install script: postinstall
  • Source: echo "WARNING: the web3-shh and web3-bzz api will be deprecated in the next version"

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

What's wrong with native code?

Contains native code which could be a vector to obscure malicious code, and generally decrease the likelihood of reproducible or reliable installs.

Ensure that native code bindings are expected. Consumers may consider pure JS and functionally similar alternatives to avoid the challenges and risks associated with native code bindings.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/protobufjs@7.2.4
  • @SocketSecurity ignore npm/secp256k1@3.8.0
  • @SocketSecurity ignore npm/keccak@1.4.0
  • @SocketSecurity ignore npm/keccak@3.0.3
  • @SocketSecurity ignore npm/utf-8-validate@6.0.3
  • @SocketSecurity ignore npm/bufferutil@4.0.8
  • @SocketSecurity ignore npm/web3-bzz@1.5.0
  • @SocketSecurity ignore npm/web3-shh@1.5.0
  • @SocketSecurity ignore npm/web3@1.5.0

Copy link
Member

@Adamj1232 Adamj1232 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved! Nice work!
Thank you for contributing 🚀

@Adamj1232 Adamj1232 merged commit ca2b510 into blocknative:develop Mar 4, 2024
2 of 3 checks passed
Adamj1232 added a commit that referenced this pull request Mar 21, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>
Adamj1232 added a commit that referenced this pull request Mar 21, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>
Adamj1232 added a commit that referenced this pull request Mar 22, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>
Adamj1232 added a commit that referenced this pull request Mar 22, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>
Adamj1232 added a commit that referenced this pull request Mar 22, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>
Adamj1232 added a commit that referenced this pull request Mar 22, 2024
…Trezor (#2108)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>
Adamj1232 added a commit that referenced this pull request Mar 22, 2024
* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Change node verison for MM and trezor

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Decrement node version for metamask module

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump resource class for MM build

* Reset node version

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node v to 18.9.1

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>
Adamj1232 added a commit that referenced this pull request Mar 22, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Change node verison for MM and trezor

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Decrement node version for metamask module

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump resource class for MM build

* Reset node version

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node v to 18.9.1

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

* bump docs to latest w3o verisons

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>
Adamj1232 added a commit that referenced this pull request Mar 26, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Release 2.25.0 (develop) (#2101)

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Change node verison for MM and trezor

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Decrement node version for metamask module

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump resource class for MM build

* Reset node version

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node v to 18.9.1

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (docs) (#2103)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.co…
Adamj1232 added a commit that referenced this pull request Mar 26, 2024
* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Refine CCI workflow for Prod Release, update Node V for MetaMask and Trezor (#2108)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (docs) (#2103)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

--…
Adamj1232 added a commit that referenced this pull request Mar 26, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Refine CCI workflow for Prod Release, update Node V for MetaMask and Trezor (#2108)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (develop) (#2101)

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

--…
Adamj1232 added a commit that referenced this pull request Apr 4, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Release 2.25.0 (develop) (#2101)

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Change node verison for MM and trezor

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Decrement node version for metamask module

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump resource class for MM build

* Reset node version

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node v to 18.9.1

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (docs) (#2103)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.co…
Adamj1232 added a commit that referenced this pull request Apr 4, 2024
* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Refine CCI workflow for Prod Release, update Node V for MetaMask and Trezor (#2108)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (docs) (#2103)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

--…
Adamj1232 added a commit that referenced this pull request Apr 4, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Refine CCI workflow for Prod Release, update Node V for MetaMask and Trezor (#2108)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (develop) (#2101)

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

--…
Adamj1232 added a commit that referenced this pull request Apr 9, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Release 2.25.0 (develop) (#2101)

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Change node verison for MM and trezor

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Decrement node version for metamask module

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump resource class for MM build

* Reset node version

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node v to 18.9.1

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (docs) (#2103)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.co…
Adamj1232 added a commit that referenced this pull request Apr 9, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Release 2.25.0 (develop) (#2101)

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Change node verison for MM and trezor

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Decrement node version for metamask module

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump resource class for MM build

* Reset node version

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node v to 18.9.1

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (docs) (#2103)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: …
Adamj1232 added a commit that referenced this pull request Apr 9, 2024
* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Refine CCI workflow for Prod Release, update Node V for MetaMask and Trezor (#2108)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (docs) (#2103)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

--…
Adamj1232 added a commit that referenced this pull request Apr 9, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Refine CCI workflow for Prod Release, update Node V for MetaMask and Trezor (#2108)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (develop) (#2101)

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

--…
Adamj1232 added a commit that referenced this pull request Apr 15, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Release 2.25.0 (develop) (#2101)

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Change node verison for MM and trezor

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Decrement node version for metamask module

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump resource class for MM build

* Reset node version

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node v to 18.9.1

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (docs) (#2103)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.co…
Adamj1232 added a commit that referenced this pull request Apr 15, 2024
* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Refine CCI workflow for Prod Release, update Node V for MetaMask and Trezor (#2108)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (docs) (#2103)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

--…
Adamj1232 added a commit that referenced this pull request Apr 15, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Refine CCI workflow for Prod Release, update Node V for MetaMask and Trezor (#2108)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (develop) (#2101)

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

--…
leightkt added a commit that referenced this pull request Apr 23, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Release 2.25.0 (develop) (#2101)

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Change node verison for MM and trezor

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Decrement node version for metamask module

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump resource class for MM build

* Reset node version

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node v to 18.9.1

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (docs) (#2103)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of…
leightkt added a commit that referenced this pull request Apr 23, 2024
* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Refine CCI workflow for Prod Release, update Node V for MetaMask and Trezor (#2108)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (docs) (#2103)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@g…
leightkt added a commit that referenced this pull request Apr 23, 2024
* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (#2104)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update MetaMask CCI node version to 18.18.1 (#2105)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Bump CCI resource class for MetaMask module (#2106)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Update CCI node v for MetaMask and Trezor to 18.9.1 (#2107)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Refine CCI workflow for Prod Release, update Node V for MetaMask and Trezor (#2108)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* load ledger connect kit via package instead of loader (#2061)

* load ledger connect kit via package instead of loader

* change import ethereumprovider type file extension

* Update default optional methods, bump to minor version as deps changed and test

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Bump ledger module node version for build to 16.14.2 (#2062)

* Ledger - [FIX] : Bump ledger module node version for build to 18.0.0 because of WC dep (#2063)

* Bump ledger module node version for build to 16.14.2

* Bump node version again for WC dep within ledger

* Add Lif3 Wallet Support (#2058)

* add lif3Wallet

* Update package version and add wallet to docs

* Fix Lif3 Wallet name

---------

Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Adds Particle Network (Wallet-as-a-Service) (#1962)

* Add files via upload

* Update README.md

* Create +page.md

* Update package.json

* Rename +page.md to +page.md

* Update apple.ts

* Demo addition

* Update packages/demo/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Update packages/particle-network/package.json

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* Fixes

* Correction

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts

* Small type fix and format

* async fix

---------

Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>

* add particle to config.yml, reorder docs tabs, add particle to docs onboard (#2069)

* Add capsule to docs wallet options (#2070)

* Fix the connect modal getting covered by the bottom bar (#2057)

* fix the connect modal being covered by the bottom bar

* pump the package version

* feat: remove .mobile-safari class

* bump packages' version

* bump the version of @web3-onboard/core in other packages

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* feat: rabby support mobile (#2079)

* FEAT - Add 6963 support to injected wallets module (#2076)

* Add 6963 support to injected module

* add option to disable usage

* update docs

* Update readmes

* Helper fnc to check for executable js

* Update packages/injected/src/wallets.ts

* Merge in dev

* feat: update blocto version (#2082)

* feat: update blocto sdk version

* feat: update blocto version

* feat: update demo polygon testnet rpcUrl

* feat: update package version

* fix: update package version

* fix: use optional chaining

* fix: uppercase variable name

* fix: use css vars for font size (wallet button) (#2072)

* fix: use css vars for font-size

* chore: bump version

* chore: bump dependents

* chore: bump versions

* Bump module versions

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update: WalletConnet deps to latest (#2083)

* Update WC deps

* Update WC versions

* Fix the demo (#2086)

* Update coinbase wallet dependencies, add new init props to contructor, add JS docs notes and update docs (#2093)

* Bump packages that require common, fix inter url (#2092)

* Update Trezor & Keepkey build node v to 18 (#2098)

* Update trezor build node v to 18

* Update keepkey node v also

* [FIX] -  Keepkey build Node version to 16.20.2 (#2099)

* Update trezor build node v to 18

* Update keepkey node v also

* Update keepkey node v

* Revert node v changes for bitkeep

* Bump MetaMask module sdk deps (#2087)

* Bump MetaMask deps

* Add engines to metamask to define node version requirements

* Update node version for metamask within CCI to 18.19.1 (#2100)

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Change node verison for MM and trezor

* Decrement node version for metamask module

* Bump resource class for MM build

* Reset node version

* Update node v to 18.9.1

* Update node min verison on MM module

* Update npm publish script

* Refine node v for metamask and trezor

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>
Co-authored-by: Samy Rabah <rabah.m.samy@gmail.com>
Co-authored-by: Kean Laurens <keanlaurens@gmail.com>
Co-authored-by: Tekrajs <ricket999@gmail.com>
Co-authored-by: TABASCO <84655644+TABASCOatw@users.noreply.github.com>
Co-authored-by: Kat Leight <33187102+leightkt@users.noreply.github.com>
Co-authored-by: Hugh Do <mhughdo@gmail.com>
Co-authored-by: DMY <147dmy@gmail.com>
Co-authored-by: jimmy.pan <pan831225@gmail.com>
Co-authored-by: Ryan Waldon <ryanpwaldon@gmail.com>

* Release 2.25.0 (develop) (#2101)

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Bump versions for release and Remove console.log

* Bump versions for release and Remove console.log

* node engine

* node engine

* Release 2.25.0 (#2102)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Release 2.24.19 (develop) (#2042)

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* Release 2.24.19 (docs) (#2044)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

* Release 2.24.19 (#2043)

* Remove gamestop wallet support as wallet has been deprecated (#2037)

* Update WC imports, bump WC package version, bump WC dep version (#2036)

* Fix the Safe connector options and add Blockscout to the list of allowed domains (#2038)

* change option name

* add Blockscout to default list of allowed domains

* change option name in docs

* increment the version

* return the old param name

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Update packages/gnosis/package.json

* Update packages/demo/package.json

* Yarn it

---------

Co-authored-by: Adam Carpenter <adamcarpenter86@gmail.com>

* Update versions for release

* Bump injected version in demo

---------

Co-authored-by: Max Alekseenko <nnwen0609@gmail.com>

* rebase main

* Update node version required for Walletconnect package

* Yarn

* [FIX] - Update node version required for Walletconnect package (#2045)

* rebase main

* Update node version required for Walletconnect package

* Yarn

* Updated config.yml

* Updated config.yml

---------

Co-authored-by: Max Alekseenko <nnwen0609@g…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants