Skip to content

Commit

Permalink
remove registerUpkeep from common interface (#12431)
Browse files Browse the repository at this point in the history
* remove registerUpkeep from common interface

* add changeset
  • Loading branch information
FelixFan1992 authored and kidambisrinivas committed Mar 27, 2024
1 parent 0ff0930 commit 1db86d7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .changeset/giant-hotels-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": minor
---

remove registerUpkeep from auto v21 common
Original file line number Diff line number Diff line change
Expand Up @@ -257,15 +257,6 @@ interface IAutomationV21PlusCommon {
address[] memory transmitters,
uint8 f
);
function registerUpkeep(
address target,
uint32 gasLimit,
address admin,
uint8 triggerType,
bytes memory checkData,
bytes memory triggerConfig,
bytes memory offchainConfig
) external returns (uint256 id);
function setUpkeepGasLimit(uint256 id, uint32 gasLimit) external;
function setUpkeepPrivilegeConfig(uint256 upkeepId, bytes memory newPrivilegeConfig) external;
function pauseUpkeep(uint256 id) external;
Expand Down
Loading

0 comments on commit 1db86d7

Please sign in to comment.