Skip to content

Commit 19bf448

Browse files
fix: remove as any IExecWeb3mail
Co-authored-by: pjt <[email protected]>
1 parent 11e80ca commit 19bf448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web3mail/IExecWeb3mail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export class IExecWeb3mail {
163163
}
164164

165165
private async resolveConfig(): Promise<Web3mailResolvedConfig> {
166-
const chainId = await getChainIdFromProvider(this.ethProvider as any);
166+
const chainId = await getChainIdFromProvider(this.ethProvider);
167167
const chainDefaultConfig = getChainDefaultConfig(chainId, {
168168
allowExperimentalNetworks: this.options.allowExperimentalNetworks,
169169
});

0 commit comments

Comments
 (0)