Skip to content

Commit

Permalink
Update hardcoded contract addresses used in deployment scripts based …
Browse files Browse the repository at this point in the history
…on latest deployment to amoy.
  • Loading branch information
derekpierre committed Mar 28, 2024
1 parent d9ad101 commit bf61772
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ artifacts:

constants:
# See deployment/artifacts/lynx.json
COORDINATOR_PROXY: "0x530608219a8A671FD183534b17E2a2CE09e782a4"
COORDINATOR_PROXY: "0xE9e94499bB0f67b9DBD75506ec1735486DE57770"

# lynx deployer account
EXECUTOR: "0x3B42d26E19FF860bC4dEbB920DD8caA53F93c600"
Expand Down
4 changes: 2 additions & 2 deletions deployment/constructor_params/lynx/upgrade-coordinator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ artifacts:
filename: lynx-upgrade-coordinator.json

constants:
TACO_CHILD_APPLICATION: "0x8BFB087C4427387dFA217599EA0b860b3F3C49A3"
LYNX_RITUAL_TOKEN: "0x6DED3A2DCaC9dcB62253F063D765F323D6E4be82"
TACO_CHILD_APPLICATION: "0x42F30AEc1A36995eEFaf9536Eb62BD751F982D32"
LYNX_RITUAL_TOKEN: "0x064Be2a9740e565729BC0d47bC616c5bb8Cc87B9"

contracts:
- Coordinator:
Expand Down
6 changes: 3 additions & 3 deletions deployment/constructor_params/lynx/upgrades-child.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ artifacts:

constants:
FORTY_THOUSAND_TOKENS_IN_WEI_UNITS: 40000000000000000000000
MOCK_POLYGON_CHILD: "0x45e06A2EaC4D928C8773A64b9eFe9d757B17F04D"
LYNX_RITUAL_TOKEN: "0x6DED3A2DCaC9dcB62253F063D765F323D6E4be82"
MOCK_POLYGON_CHILD: "0x4FD23FAB4A09F85872bf240ABBd484cb4F9a5F79"
LYNX_RITUAL_TOKEN: "0x064Be2a9740e565729BC0d47bC616c5bb8Cc87B9"

contracts:
- TACoChildApplication:
Expand All @@ -18,6 +18,6 @@ contracts:
_minimumAuthorization: $FORTY_THOUSAND_TOKENS_IN_WEI_UNITS
- Coordinator:
constructor:
_application: "0x8BFB087C4427387dFA217599EA0b860b3F3C49A3"
_application: "0x42F30AEc1A36995eEFaf9536Eb62BD751F982D32"
_currency: $LYNX_RITUAL_TOKEN
_feeRatePerSecond: 1

0 comments on commit bf61772

Please sign in to comment.