@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.
- package/dist/{BeraWagmi-Bcm59a7m.d.cts → BeraWagmi-DE7q4apB.d.cts} +1 -1
- package/dist/{BeraWagmi-4q0Ls6Dc.d.ts → BeraWagmi-DLFkuCFV.d.ts} +1 -1
- package/dist/context/index.d.cts +1 -1
- package/dist/context/index.d.ts +1 -1
- package/dist/hooks/index.d.cts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/package.json +1 -1
- package/src/context/BeraWagmi.tsx +1 -1
|
@@ -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
|
|
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
|
|
103
|
+
chains?: Chain[];
|
|
104
104
|
defaultChain: Chain;
|
|
105
105
|
thirdweb: ThirdwebConfig;
|
|
106
106
|
publicJsonRpcUrl?: string;
|
package/dist/context/index.d.cts
CHANGED
|
@@ -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-
|
|
3
|
+
import { I as IBeraWagmiProviderProps } from '../BeraWagmi-DE7q4apB.cjs';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'thirdweb/wallets';
|
|
6
6
|
import 'wagmi';
|
package/dist/context/index.d.ts
CHANGED
|
@@ -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-
|
|
3
|
+
import { I as IBeraWagmiProviderProps } from '../BeraWagmi-DLFkuCFV.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'thirdweb/wallets';
|
|
6
6
|
import 'wagmi';
|
package/dist/hooks/index.d.cts
CHANGED
|
@@ -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-
|
|
4
|
-
export { u as useBeraWagmi } from '../BeraWagmi-
|
|
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';
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -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-
|
|
4
|
-
export { u as useBeraWagmi } from '../BeraWagmi-
|
|
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
|
@@ -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
|
|
137
|
+
chains?: Chain[];
|
|
138
138
|
defaultChain: Chain;
|
|
139
139
|
thirdweb: ThirdwebConfig;
|
|
140
140
|
publicJsonRpcUrl?: string;
|