Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/issue/5/add_deployedInjectors' i…
Browse files Browse the repository at this point in the history
…nto issue/5/add_deployedInjectors
  • Loading branch information
Tritium-VLK committed Sep 11, 2024
2 parents 36d9f1c + 69169c5 commit 5777eb5
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 33 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/node.js.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: hardhat-unit-test

on: [pull_request]

env:
PRIVATE_KEY: ${{ secrets.DUMMY_PKEY }}
ALCHEMY_KEY: ${{ secrets.ALCHEMY_KEY }}

jobs:
test:
runs-on: ubuntu-latest
name: Hardhat unit test
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js environment
uses: actions/setup-node@v4
- name: Hardhat Test
uses: ambersun1234/hardhat-test-action@v1
with:
network: hardhat
1 change: 0 additions & 1 deletion contracts/ChildChainGaugeInjectorV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ KeeperCompatibleInterface
* @notice Sets the keeper addresses
* @param keeperAddresses The array of addresses of the keeper contracts, the 0 address anywhere in this list is a wildcard, all addresses can keep
*/
//NOTE: SETTTING THE ZERO ADDRESS HERE ALLOWS ANYONE TO KEEP
function setKeeperAddresses(address[] memory keeperAddresses) external onlyOwner {
emit KeeperRegistryAddressUpdated(KeeperAddresses, keeperAddresses);
KeeperAddresses = keeperAddresses;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5777eb5

Please sign in to comment.