@tuwaio/satellite-evm 1.0.0-fix-test-alpha.20.ee459fd → 1.0.0-fix-test-alpha.21.76f200b
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -144,6 +144,6 @@ declare function checkIsWalletAddressContract({ config, address, chainId, chains
|
|
|
144
144
|
* });
|
|
145
145
|
* ```
|
|
146
146
|
*/
|
|
147
|
-
declare const createWagmiConfig: ({ chains, transports, projectId, appLogoUrl, appLogo, appUrl, appIcons, appName, getImpersonatedAccount, description, ...params }: ConnectorsInitProps & Omit<CreateConfigParameters, "client"
|
|
147
|
+
declare const createWagmiConfig: ({ chains, transports, projectId, appLogoUrl, appLogo, appUrl, appIcons, appName, getImpersonatedAccount, description, ...params }: ConnectorsInitProps & Omit<CreateConfigParameters, "client">) => _wagmi_core.Config<readonly [viem.Chain, ...viem.Chain[]], Record<number, _wagmi_core.Transport<string, Record<string, any>, viem.EIP1193RequestFn>>, readonly _wagmi_core.CreateConnectorFn[]>;
|
|
148
148
|
|
|
149
149
|
export { type ConnectorEVM, checkIsWalletAddressContract, createWagmiConfig, initAllConnectors, safeSdkOptions, satelliteEVMAdapter };
|
package/dist/index.d.ts
CHANGED
|
@@ -144,6 +144,6 @@ declare function checkIsWalletAddressContract({ config, address, chainId, chains
|
|
|
144
144
|
* });
|
|
145
145
|
* ```
|
|
146
146
|
*/
|
|
147
|
-
declare const createWagmiConfig: ({ chains, transports, projectId, appLogoUrl, appLogo, appUrl, appIcons, appName, getImpersonatedAccount, description, ...params }: ConnectorsInitProps & Omit<CreateConfigParameters, "client"
|
|
147
|
+
declare const createWagmiConfig: ({ chains, transports, projectId, appLogoUrl, appLogo, appUrl, appIcons, appName, getImpersonatedAccount, description, ...params }: ConnectorsInitProps & Omit<CreateConfigParameters, "client">) => _wagmi_core.Config<readonly [viem.Chain, ...viem.Chain[]], Record<number, _wagmi_core.Transport<string, Record<string, any>, viem.EIP1193RequestFn>>, readonly _wagmi_core.CreateConnectorFn[]>;
|
|
148
148
|
|
|
149
149
|
export { type ConnectorEVM, checkIsWalletAddressContract, createWagmiConfig, initAllConnectors, safeSdkOptions, satelliteEVMAdapter };
|