Skip to content

Commit

Permalink
release infra for 1.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
RCantu92 committed Jul 31, 2024
1 parent 60f69ea commit 559794d
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
15 changes: 15 additions & 0 deletions releases/1.2.14/basesepolia/config/upgrade.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"RewardsDistributor": {
"impl": {
"opts": {
"unsafe-allow": [
"delegatecall"
],
"constructor-args": [
"deployment.forwarder", "deployment.forta", "deployment.stake-subject-gateway"
]
}

}
}
}
16 changes: 16 additions & 0 deletions releases/1.2.14/basesepolia/output/prepared-upgrades.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"rewards-distributor": {
"impl": {
"address": "0x10888Cc63B0E2c1FEA7A501bC0be4a4E126A4b45",
"constructor-args": [
"0x4cf374988bDb78Ba81D59f915612D7D74ef93380",
"0x38C0F07ECA98b87757Fb76C56Be779b79C676062",
"0x7691a7505666fCe7d3512Fd2ec5d731c6CB6C399"
],
"init-args": [],
"name": "RewardsDistributor",
"timeout": 1200000,
"version": "0.1.0"
}
}
}
15 changes: 15 additions & 0 deletions releases/1.2.14/polygon/config/upgrade.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"RewardsDistributor": {
"impl": {
"opts": {
"unsafe-allow": [
"delegatecall"
],
"constructor-args": [
"deployment.forwarder", "deployment.forta", "deployment.stake-subject-gateway"
]
}

}
}
}
16 changes: 16 additions & 0 deletions releases/1.2.14/polygon/output/prepared-upgrades.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"rewards-distributor": {
"impl": {
"address": "0x27C2E1B7ABD320459C26F90d524e9A5964c93850",
"constructor-args": [
"0xff771084D7C2e54C0F9cA79dA23656514D2c5dd2",
"0x9ff62d1FC52A907B6DCbA8077c2DDCA6E6a9d3e1",
"0x587969Add789c13F64Bcc34Ff253BD9BFB78f38a"
],
"init-args": [],
"name": "RewardsDistributor",
"timeout": 1200000,
"version": "0.1.0"
}
}
}

0 comments on commit 559794d

Please sign in to comment.