Skip to content

Commit 22484f3

Browse files
committed
Final fix
1 parent 2b8d610 commit 22484f3

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@web3-onboard/web3auth": "^2.2.3",
8989
"@web3-onboard/xdefi": "^2.0.4",
9090
"@web3-onboard/zeal": "^2.0.4",
91-
"@web3-onboard/particle-network": "^2.0.1-alpha.4",
91+
"@web3-onboard/particle-network": "^2.0.1-alpha.5",
9292
"animejs": "^3.2.1",
9393
"bnc-sdk": "^4.6.6",
9494
"ethers": "^5.7.0",

docs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6074,10 +6074,10 @@
60746074
"@web3-onboard/common" "^2.3.3"
60756075
lodash.uniqby "^4.7.0"
60766076

6077-
"@web3-onboard/particle-network@^2.0.1-alpha.3":
6078-
version "2.0.1-alpha.3"
6079-
resolved "https://registry.yarnpkg.com/@web3-onboard/particle-network/-/particle-network-2.0.1-alpha.3.tgz#0a6b51272723676e1fb8804c9c9b70bec09666e2"
6080-
integrity sha512-Mad0p6pkexbQNGVOdDna2QTVQ/GVd4PluIE0zsNNIpR8gmzJAZY3K8XnDZdH6riZ5/I15DQE5Sgb3bmxygWPlA==
6077+
"@web3-onboard/particle-network@^2.0.1-alpha.4":
6078+
version "2.0.1-alpha.4"
6079+
resolved "https://registry.yarnpkg.com/@web3-onboard/particle-network/-/particle-network-2.0.1-alpha.4.tgz#17adf2bfa85cca9c71b44a8480a3aeb661fbb4d8"
6080+
integrity sha512-lS7j8lVgxsnZg0mBa6B6k9Rsv4mxptJVk0+USDAO+rAt1S9PZaZnzr+uWx3LTt37oT4bl/cjO4acfTlu+awdQQ==
60816081
dependencies:
60826082
"@particle-network/auth" "^1.2.1"
60836083
"@particle-network/provider" "^1.2.0"

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@web3-onboard/web3auth": "^2.2.2",
6464
"@web3-onboard/xdefi": "^2.0.5",
6565
"@web3-onboard/zeal": "^2.0.3",
66-
"@web3-onboard/particle-network": "^2.0.1-alpha.1",
66+
"@web3-onboard/particle-network": "^2.0.1-alpha.5",
6767
"vconsole": "^3.15.1"
6868
},
6969
"license": "MIT",

packages/particle-network/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/particle-network",
3-
"version": "2.0.1-alpha.4",
3+
"version": "2.0.1-alpha.5",
44
"description": "Particle Network SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",

packages/particle-network/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const particleAuth = (options: ParticleAuthModuleOptions): WalletInit => {
9393
github: icons[8].default,
9494
twitch: icons[9].default,
9595
discord: icons[10].default,
96-
icon: icons[10].default
96+
icon: icons[11].default
9797
}
9898
const iconName =
9999
authType && setAsDisplay ? authType : ('icon' as AuthTypes)

0 commit comments

Comments
 (0)