-
-
Notifications
You must be signed in to change notification settings - Fork 252
feat: add gasSponsored flag to bridgeController #6687
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
base: main
Are you sure you want to change the base?
Changes from all commits
6ebb28f
4e8047a
d1167b0
1dc9a94
1daf0ad
e834c78
242761b
b91ab30
cb85254
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -228,6 +228,10 @@ export const QuoteSchema = type({ | |
totalFeeAmountUsd: optional(string()), | ||
}), | ||
), | ||
/** | ||
* A third party sponsors the gas. If true, then gasIncluded7702 is also true. | ||
*/ | ||
gasSponsored: optional(boolean()), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit please update the comment for gasIncluded7702, as gas sponser will also set this field to true There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please double confirm if gasIncluded7702 is true and gasSponsored is true what happen to the extension when it is not ready support that from UI? |
||
}); | ||
|
||
export const TxDataSchema = type({ | ||
|
Uh oh!
There was an error while loading. Please reload this page.