-
Notifications
You must be signed in to change notification settings - Fork 60
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: fastlane #174
feat: fastlane #174
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -293,6 +294,12 @@ export class Config { | |||
) | |||
); | |||
|
|||
config.fastlaneValidators = fromEnvVar( | |||
"FASTLANE_VALIDATOR", | |||
config.fastlaneValidators || bundlerDefaultConfigs.fastlaneValidators, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This in theory will be used only during the testing phase, no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, that's correct
Description
pfl_sendRawTransactionConditional
endpointfastlaneValidators
- an array of our trusted validatorsTested on Polygon: https://polygonscan.com/tx/0x6f9dd051290ee1858a6901658a45faa17e12c16b736fb596ca14177262737da0
Types of changes
What types of changes does your code introduce?
Put an
x
in the boxes that applyFurther comments (optional)