Skip to content

Commit

Permalink
wip(test): migrate to KeeperRegistry v2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imollov committed Apr 30, 2024
1 parent 072f79b commit 492bf5e
Show file tree
Hide file tree
Showing 12 changed files with 5,072 additions and 4,478 deletions.
4 changes: 4 additions & 0 deletions contracts/test/AutomationRegistrar2_1.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.16;

import "../../vendor/chainlink/contracts/src/v0.8/automation/v2_1/AutomationRegistrar2_1.sol";
4 changes: 4 additions & 0 deletions contracts/test/IKeeperRegistryMaster.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.4;

import "../../vendor/chainlink/contracts/src/v0.8/automation/interfaces/v2_1/IKeeperRegistryMaster.sol";
5 changes: 0 additions & 5 deletions contracts/test/KeeperRegistrar2_0.sol

This file was deleted.

4 changes: 0 additions & 4 deletions contracts/test/KeeperRegistry2_0.sol

This file was deleted.

4 changes: 0 additions & 4 deletions contracts/test/KeeperRegistryLogic2_0.sol

This file was deleted.

4 changes: 4 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ const compilerSettings = {
const config: HardhatUserConfig = {
solidity: {
compilers: [
{
version: "0.8.16",
settings: compilerSettings,
},
{
version: "0.8.13",
settings: compilerSettings,
Expand Down
Loading

0 comments on commit 492bf5e

Please sign in to comment.