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(crosschain): store priorityFee (GasTipCap) for EVM chains #2483

Merged
merged 23 commits into from
Jul 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
swift1337 committed Jul 23, 2024
commit 6d3957b0b088e89e12b927fe2a881ddd9c9c98c3
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export declare class OutboundParams extends Message<OutboundParams> {
gasPrice: string;

/**
* @generated from field: string gas_priority_fee = 13;
* @generated from field: string gas_priority_fee = 23;
*/
gasPriorityFee: string;

Expand Down
Loading