You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating the genesis block for deploying a testnet in generate_utils.ts, we should automatically determine the code for the latest proxy contract at packages/protocol/contracts/common/Registry.sol. (I'm guessing automatically determining CONTRACT_OWNER_STORAGE_LOCATION is harder)
Current Behavior
We deploy the smart contract code as per PROXY_CONTRACT_CODE in packages/celotool/src/lib/genesis_constants.ts
The text was updated successfully, but these errors were encountered:
Expected Behavior
When generating the genesis block for deploying a testnet in
generate_utils.ts
, we should automatically determine the code for the latest proxy contract atpackages/protocol/contracts/common/Registry.sol
. (I'm guessing automatically determiningCONTRACT_OWNER_STORAGE_LOCATION
is harder)Current Behavior
We deploy the smart contract code as per
PROXY_CONTRACT_CODE
inpackages/celotool/src/lib/genesis_constants.ts
The text was updated successfully, but these errors were encountered: