@wagmi/connectors 0.3.19 → 0.3.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -175,7 +175,7 @@ var WalletConnectConnector = class extends Connector {
175
175
  params: [
176
176
  {
177
177
  chainId: hexValue(chain.id),
178
- blockExplorerUrls: [chain.blockExplorers?.default],
178
+ blockExplorerUrls: [chain.blockExplorers?.default.url],
179
179
  chainName: chain.name,
180
180
  nativeCurrency: chain.nativeCurrency,
181
181
  rpcUrls: [...chain.rpcUrls.default.http]
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@wagmi/connectors",
3
3
  "description": "A collection of connectors for wagmi",
4
4
  "license": "MIT",
5
- "version": "0.3.19",
5
+ "version": "0.3.20",
6
6
  "peerDependencies": {
7
7
  "@wagmi/core": ">=0.9.x",
8
8
  "ethers": ">=5.5.1 <6",
@@ -19,9 +19,9 @@
19
19
  "dependencies": {
20
20
  "@coinbase/wallet-sdk": "^3.6.6",
21
21
  "@ledgerhq/connect-kit-loader": "^1.0.1",
22
- "@walletconnect/ethereum-provider": "2.7.2",
22
+ "@walletconnect/ethereum-provider": "2.8.0",
23
23
  "@walletconnect/legacy-provider": "^2.0.0",
24
- "@web3modal/standalone": "^2.3.7",
24
+ "@walletconnect/modal": "^2.4.5",
25
25
  "@safe-global/safe-apps-provider": "^0.15.2",
26
26
  "@safe-global/safe-apps-sdk": "^7.9.0",
27
27
  "abitype": "^0.3.0",