Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: getting gas configuration from the bundler if needed #17

Merged
merged 6 commits into from
Jan 5, 2024

Conversation

excaliborr
Copy link
Contributor

No description provided.

@excaliborr excaliborr changed the title feat: getting gas configuration from the bundler if paymaster only returns paymasterAndData feat: getting gas configuration from the bundler if needed Jan 5, 2024
src/constants.ts Outdated Show resolved Hide resolved
src/gasless-provider.ts Outdated Show resolved Hide resolved
@@ -7,8 +8,11 @@ export class BasePaymaster {
this.endpoint = endpoint;
}

// eslint-disable-next-line
public async sponsorUserOperation(userOp: PartialUserOperation, entryPoint: `0x${string}`): Promise<any> {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like this disable didn't work, stills shows the warning

@excaliborr excaliborr merged commit 32e6f55 into dev Jan 5, 2024
4 checks passed
@excaliborr excaliborr deleted the feat/multi-paymaster branch January 5, 2024 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants