Skip to content

Commit

Permalink
[OETHb] Deploy 015 - Harvester
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Sep 30, 2024
1 parent f9ce3a1 commit ad7e494
Show file tree
Hide file tree
Showing 7 changed files with 959 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/deployments/base/.migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"011_transfer_governance": 1725984158,
"012_claim_governance": 1725984162,
"013_revoke_admin_role": 1727204761,
"014_fixed_rate_dripper": 1727409372
"014_fixed_rate_dripper": 1727409372,
"015_harvester": 1727718319
}
466 changes: 466 additions & 0 deletions contracts/deployments/base/OETHBaseHarvester.json

Large diffs are not rendered by default.

289 changes: 289 additions & 0 deletions contracts/deployments/base/OETHBaseHarvesterProxy.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions contracts/storageLayout/localhost/OETHBaseHarvester.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"solcVersion": "0.8.7",
"storage": [
{
"label": "operatorAddr",
"offset": 0,
"slot": "0",
"type": "t_address",
"contract": "OETHBaseHarvester",
"src": "contracts/harvest/OETHBaseHarvester.sol:22"
}
],
"types": {
"t_address": {
"label": "address",
"numberOfBytes": "20"
}
}
}
5 changes: 5 additions & 0 deletions contracts/storageLayout/localhost/OETHBaseHarvesterProxy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"solcVersion": "0.8.7",
"storage": [],
"types": {}
}

0 comments on commit ad7e494

Please sign in to comment.