Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/keepers-selector-example' i…
Browse files Browse the repository at this point in the history
…nto feat/keepers-selector-example
  • Loading branch information
giovannidisiena committed Jun 25, 2022
2 parents 408deaa + 46614a6 commit 3b41862
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/KeepersCounter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ contract KeepersCounter is KeeperCompatibleInterface {
* Public multiplier boolean variable
*/
bool public multiplierEnabled;

/**
* Use an interval in seconds and a timestamp to slow execution of Upkeep
*/
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6822,6 +6822,11 @@ highlightjs-solidity@^2.0.3:
resolved "https://registry.yarnpkg.com/highlightjs-solidity/-/highlightjs-solidity-2.0.3.tgz#c89b6eca7d462f849acfb3a94c18f7db2b6d0c69"
integrity sha512-tjFm5dtIE61VQBzjlZmkCtY5fLs3CaEABbVuUNyXeW+UuOCsxMg3MsPFy0kCelHP74hPpkoqDejLrbnV1axAIw==

highlightjs-solidity@^2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/highlightjs-solidity/-/highlightjs-solidity-2.0.3.tgz#c89b6eca7d462f849acfb3a94c18f7db2b6d0c69"
integrity sha512-tjFm5dtIE61VQBzjlZmkCtY5fLs3CaEABbVuUNyXeW+UuOCsxMg3MsPFy0kCelHP74hPpkoqDejLrbnV1axAIw==

hmac-drbg@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/hmac-drbg/-/hmac-drbg-1.0.1.tgz#d2745701025a6c775a6c545793ed502fc0c649a1"
Expand Down

0 comments on commit 3b41862

Please sign in to comment.