We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e80ca commit 19bf448Copy full SHA for 19bf448
src/web3mail/IExecWeb3mail.ts
@@ -163,7 +163,7 @@ export class IExecWeb3mail {
163
}
164
165
private async resolveConfig(): Promise<Web3mailResolvedConfig> {
166
- const chainId = await getChainIdFromProvider(this.ethProvider as any);
+ const chainId = await getChainIdFromProvider(this.ethProvider);
167
const chainDefaultConfig = getChainDefaultConfig(chainId, {
168
allowExperimentalNetworks: this.options.allowExperimentalNetworks,
169
});
0 commit comments