Skip to content

Commit

Permalink
fix: bridge type
Browse files Browse the repository at this point in the history
  • Loading branch information
foodaka committed Dec 3, 2024
1 parent f29de1e commit d5b7164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/tools/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class CustomizedBridge extends Eip1193Bridge {
chainId: number;

constructor(signer: Signer, provider?: providers.Provider, chainId?: number) {
super(signer, provider);
super(signer as any, provider);
this.chainId = chainId || 3030;
}

Expand Down

0 comments on commit d5b7164

Please sign in to comment.