Skip to content

Commit

Permalink
Update upgrades-root constructor params file to use deployed sepolia …
Browse files Browse the repository at this point in the history
…contracts.
  • Loading branch information
derekpierre committed Dec 14, 2023
1 parent ddea35b commit 3578d0d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions deployment/constructor_params/lynx/upgrades-root.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
deployment:
name: lynx-root
chain_id: 5
chain_id: 11155111 # sepolia

artifacts:
dir: ./deployment/artifacts/
Expand All @@ -10,20 +10,22 @@ constants:
IN_SECONDS_1_HOUR: 3600
IN_SECONDS_7_DAYS: 604800
IN_SECONDS_60_DAYS: 5184000
IN_SECONDS_91_DAYS: 7862400
IN_SECONDS_182_DAYS: 15724800
IN_SECONDS_364_DAYS: 31449600
IN_SECONDS_546_DAYS: 47174400
FORTY_THOUSAND_TOKENS_IN_WEI_UNITS: 40000000000000000000000
TEN_MILLION_TOKENS_IN_WEI_UNITS: 10000000000000000000000000
YEAR_2025: 1735689600

contracts:
- TACoApplication:
constructor:
_token: "0x90990F1F7C952D4D02759802565d62479e8aA936"
_tStaking: "0xcdD63981c8f4a2A684d102f7d7693A1c326CDd33"
_token: "0x347370278531Db455Aec3BFD0F30d57e41422353"
_tStaking: "0x18006f9A84C0bAD4CD96Aa69C7cE17aD760cDaD2"
_minimumAuthorization: $FORTY_THOUSAND_TOKENS_IN_WEI_UNITS
_minOperatorSeconds: $IN_SECONDS_1_HOUR
_rewardDuration: $IN_SECONDS_7_DAYS
_deauthorizationDuration: $IN_SECONDS_60_DAYS
_commitmentDurationOptions: [$IN_SECONDS_182_DAYS, $IN_SECONDS_364_DAYS]
_commitmentDurationOptions: [$IN_SECONDS_91_DAYS, $IN_SECONDS_182_DAYS, $IN_SECONDS_364_DAYS, $IN_SECONDS_546_DAYS]
_commitmentDeadline: $YEAR_2025

0 comments on commit 3578d0d

Please sign in to comment.