Skip to content

Commit

Permalink
Update packages/core/src/provider/base.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ajay Vasisht <43521356+avasisht23@users.noreply.github.com>
  • Loading branch information
denniswon and avasisht23 authored Oct 30, 2023
1 parent d5fd852 commit c8f5c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/provider/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ export class SmartAccountProvider<
// sanity check
if (account.getEntryPointAddress() !== this.entryPointAddress) {
throw new Error(
`Account EntryPoint address mismatch for the current provider. account: ${account.getEntryPointAddress()} provider: ${
`Account entryPoint address: ${account.getEntryPointAddress()} does not match the current provider's entryPoint address: ${
this.entryPointAddress
}`
);
Expand Down

0 comments on commit c8f5c1d

Please sign in to comment.