Skip to content

Commit

Permalink
WIP Hardhat tasks for validator registration
Browse files Browse the repository at this point in the history
  • Loading branch information
naddison36 committed May 2, 2024
1 parent 97c0cc7 commit 1498267
Show file tree
Hide file tree
Showing 3 changed files with 546 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ module.exports = {
getNamedAccounts: "readable",
hre: "readable",
},
rules: {},
rules: {
"no-constant-condition": ["error", { checkLoops: false }],
},
};
1 change: 1 addition & 0 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"ssv-keys": "^1.1.0",
"ssv-scanner": "github:bloxapp/ssv-scanner",
"sync-fetch": "^0.5.2",
"uuid": "^9.0.1",
"web3-utils": "^1.5.2"
},
"husky": {
Expand Down
Loading

0 comments on commit 1498267

Please sign in to comment.