Skip to content

Commit

Permalink
set updated special variables into constructor params
Browse files Browse the repository at this point in the history
  • Loading branch information
KPrasch committed Sep 27, 2023
1 parent 909cefc commit 60b9e59
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"TransparentUpgradeableProxy": {
"_logic": "$LynxTACoChildApplication",
"admin_": "$ProxyAdmin",
"_data": "$EMPTY_BYTES"
"_data": "$bytes:0x"
},
"LynxRitualToken": {
"_totalSupplyOfTokens": 10000000000000000000000000
Expand All @@ -16,12 +16,12 @@
"_application": "$TransparentUpgradeableProxy:LynxTACoChildApplication",
"_timeout": 3600,
"_maxDkgSize": 4,
"_admin": "0x3B42d26E19FF860bC4dEbB920DD8caA53F93c600",
"_admin": "$deployer",
"_currency": "$LynxRitualToken",
"_feeRatePerSecond": 1
},
"GlobalAllowList": {
"_coordinator": "$Coordinator",
"_admin": "0x3B42d26E19FF860bC4dEbB920DD8caA53F93c600"
"_admin": "$deployer"
}
}

0 comments on commit 60b9e59

Please sign in to comment.