@berachain/wagmi 0.4.0-beta.5 → 0.4.0-beta.6

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.
@@ -100,7 +100,7 @@ interface IBeraWagmiProviderProps extends PropsWithChildren {
100
100
  * This is not triggered when a wallet connect automatically after a refresh.
101
101
  */
102
102
  onConnectedWallet?: () => void;
103
- chains: Chain[];
103
+ chains?: Chain[];
104
104
  defaultChain: Chain;
105
105
  thirdweb: ThirdwebConfig;
106
106
  publicJsonRpcUrl?: string;
@@ -100,7 +100,7 @@ interface IBeraWagmiProviderProps extends PropsWithChildren {
100
100
  * This is not triggered when a wallet connect automatically after a refresh.
101
101
  */
102
102
  onConnectedWallet?: () => void;
103
- chains: Chain[];
103
+ chains?: Chain[];
104
104
  defaultChain: Chain;
105
105
  thirdweb: ThirdwebConfig;
106
106
  publicJsonRpcUrl?: string;
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { Transport, Chain } from 'viem';
3
- import { I as IBeraWagmiProviderProps } from '../BeraWagmi-Bcm59a7m.cjs';
3
+ import { I as IBeraWagmiProviderProps } from '../BeraWagmi-DE7q4apB.cjs';
4
4
  import 'react';
5
5
  import 'thirdweb/wallets';
6
6
  import 'wagmi';
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { Transport, Chain } from 'viem';
3
- import { I as IBeraWagmiProviderProps } from '../BeraWagmi-4q0Ls6Dc.js';
3
+ import { I as IBeraWagmiProviderProps } from '../BeraWagmi-DLFkuCFV.js';
4
4
  import 'react';
5
5
  import 'thirdweb/wallets';
6
6
  import 'wagmi';
@@ -1,7 +1,7 @@
1
1
  import { UsePublicClientParameters, UsePublicClientReturnType } from 'wagmi';
2
2
  export { useBlockNumber, useChains, useConfig, useEnsAvatar, useEnsName, useSwitchChain, useTransactionReceipt } from 'wagmi';
3
- import { B as BeraWagmiApi, C as ChainId } from '../BeraWagmi-Bcm59a7m.cjs';
4
- export { u as useBeraWagmi } from '../BeraWagmi-Bcm59a7m.cjs';
3
+ import { B as BeraWagmiApi, C as ChainId } from '../BeraWagmi-DE7q4apB.cjs';
4
+ export { u as useBeraWagmi } from '../BeraWagmi-DE7q4apB.cjs';
5
5
  import 'react';
6
6
  import 'thirdweb/wallets';
7
7
  import 'viem';
@@ -1,7 +1,7 @@
1
1
  import { UsePublicClientParameters, UsePublicClientReturnType } from 'wagmi';
2
2
  export { useBlockNumber, useChains, useConfig, useEnsAvatar, useEnsName, useSwitchChain, useTransactionReceipt } from 'wagmi';
3
- import { B as BeraWagmiApi, C as ChainId } from '../BeraWagmi-4q0Ls6Dc.js';
4
- export { u as useBeraWagmi } from '../BeraWagmi-4q0Ls6Dc.js';
3
+ import { B as BeraWagmiApi, C as ChainId } from '../BeraWagmi-DLFkuCFV.js';
4
+ export { u as useBeraWagmi } from '../BeraWagmi-DLFkuCFV.js';
5
5
  import 'react';
6
6
  import 'thirdweb/wallets';
7
7
  import 'viem';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@berachain/wagmi",
3
- "version": "0.4.0-beta.5",
3
+ "version": "0.4.0-beta.6",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -134,7 +134,7 @@ export interface IBeraWagmiProviderProps extends PropsWithChildren {
134
134
  * This is not triggered when a wallet connect automatically after a refresh.
135
135
  */
136
136
  onConnectedWallet?: () => void;
137
- chains: Chain[];
137
+ chains?: Chain[];
138
138
  defaultChain: Chain;
139
139
  thirdweb: ThirdwebConfig;
140
140
  publicJsonRpcUrl?: string;