Skip to content

Commit

Permalink
chore: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
excaliborr committed Dec 28, 2023
1 parent 2b8ed86 commit 2e93f88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gasless-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export class GaslessProvider extends ProviderWrapper {
paymasterClient: PimlicoPaymasterClient,
publicClient: ReturnType<typeof createPublicClient>,
) {
// NOTE: Bundlers can support many entry points, but currently they only support one, we use this method so if they ever add a new one the entry point will still work
const entryPoint = (await bundlerClient.supportedEntryPoints())[0];
const simpleAccountFactoryAddress = constants.simpleAccountFactoryAddress;
const owner = privateKeyToAccount(_signerPk);
Expand Down

0 comments on commit 2e93f88

Please sign in to comment.