Skip to content

Commit

Permalink
Merge pull request #566 from hats-finance/deploy-v3-sepolia
Browse files Browse the repository at this point in the history
Deploy v3 sepolia
  • Loading branch information
ben-kaufman authored May 17, 2024
2 parents c91f710 + b35456e commit fd98486
Show file tree
Hide file tree
Showing 22 changed files with 7,177 additions and 1,944 deletions.
56 changes: 48 additions & 8 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,54 @@ module.exports = {
}
},
"sepolia": {
"governance": "0xFc9F1d127f8047B0F41e9eAC2Adc2e5279C568B7",
"governance": "0xFA6579F3Bb1793eFaB541de06763b872E11bfCBe",
"timelockDelay": 300,
"executors": [], // proposal executors - if this empty, governance will be an executor
"rewardControllersConf": [], // no reward controllers
"hatToken": "", // deploy a fresh HATToken contract
"executors": [
"0x0B7602011EC2B862Bc157fF08d27b1018aEb18d5",
"0x56E889664F5961452E5f4183AA13AF568198eaD2",
"0x1885B7c7a3AE1F35BA71C0392C13153A95c4914f"
], // proposal executors - if this empty, governance will be an executor
"hatVaultsRegistryConf": {
"bountyGovernanceHAT": "0",
"bountyHackerHATVested": "0"
}
"bountyGovernanceHAT": "1000",
"bountyHackerHATVested": "0",
"useKleros": false
},
"hatVaultsNFTConf": {
"merkleTreeIPFSRef": "",
"root": null,
"deadline": null
},
"rewardControllersConf": []
// "rewardControllersConf": [{
// "startBlock": null,
// "epochLength": "33230",
// "epochRewardPerBlock": [
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000",
// "1000000000000000000"
// ]
// }],
},
"polygon": {
"governance": "0xA5C6D757Ca69c92EeA05B22924d9774658e10c62",
Expand All @@ -183,7 +222,8 @@ module.exports = {
"hatVaultsRegistryConf": {
"swapToken": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174", // USDC
"bountyGovernanceHAT": "1000",
"bountyHackerHATVested": "0"
"bountyHackerHATVested": "0",
"useKleros": false
},
"hatVaultsNFTConf": {
"merkleTreeIPFSRef": "",
Expand Down
1 change: 1 addition & 0 deletions deployments/localhost/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
31337
Loading

0 comments on commit fd98486

Please sign in to comment.