Skip to content

Commit

Permalink
Add payable
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Mar 4, 2024
1 parent 6ab40c3 commit 1fb49bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/contracts/governance/MainnetGovernanceExecutor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ contract MainnetGovernanceExecutor is Governable, Initializable {
uint64 chainSelector,
uint256 proposalId,
uint256 maxGasLimit
) external onlyGovernor {
) external payable onlyGovernor {
_sendCommandToL2(
QUEUE_PROPOSAL_COMMAND,
chainSelector,
Expand All @@ -228,7 +228,7 @@ contract MainnetGovernanceExecutor is Governable, Initializable {
uint64 chainSelector,
uint256 proposalId,
uint256 maxGasLimit
) external onlyGovernor {
) external payable onlyGovernor {
_sendCommandToL2(
CANCEL_PROPOSAL_COMMAND,
chainSelector,
Expand Down

0 comments on commit 1fb49bb

Please sign in to comment.