diff --git a/contribute-to-celo/release-process/smart-contracts.mdx b/contribute-to-celo/release-process/smart-contracts.mdx index 3171aa4ca..c169815b4 100644 --- a/contribute-to-celo/release-process/smart-contracts.mdx +++ b/contribute-to-celo/release-process/smart-contracts.mdx @@ -91,7 +91,7 @@ yarn tags:view ```bash # Run from `packages/protocol` in the celo-monorepo PREVIOUS_RELEASE="core-contracts.v${N-1}" -NETWORK=${"baklava"|"alfajores"|"mainnet"} +NETWORK=${"anvil"|"celo-sepolia"|"mainnet"} # A -f boolean flag can be provided to use a forno full node to connect to the provided network yarn release:verify-deployed -n $NETWORK -b $PREVIOUS_RELEASE -f ``` @@ -137,7 +137,7 @@ Use the following script to build and deploy a candidate release. This takes as STORAGE updates are adopted by deploying a new proxy/implementation pair. This script outputs a JSON contract upgrade governance proposal. ```bash -NETWORK=${"baklava"|"alfajores"|"mainnet"} +NETWORK=${"anvil"|"celo-sepolia"|"mainnet"} RELEASE_CANDIDATE="core-contracts.v${N}" yarn release:make -b $RELEASE_CANDIDATE -n $NETWORK -r "report.json" -i "releaseData/initializationData/release${N}.json" -p "proposal.json" -l "libraries.json" ``` @@ -171,7 +171,7 @@ Additionally, include `initialization_data.json` from the CGP if any of the cont ```bash RELEASE_CANDIDATE="core-contracts.v${N}" -NETWORK=${"baklava"|"alfajores"|"mainnet"} +NETWORK=${"anvil"|"celo-sepolia"|"mainnet"} # A -f boolean flag can be provided to use a forno full node to connect to the provided network yarn release:verify-release -p "upgrade_proposal.json" -b $RELEASE_CANDIDATE -n $NETWORK -f -i initialization_data.json ``` @@ -182,7 +182,7 @@ After a release executes via Governance, you can use `release:verify-deployed` a ```bash RELEASE="core-contracts.v${N}" -NETWORK=${"baklava"|"alfajores"|"mainnet"} +NETWORK=${"anvil"|"celo-sepolia"|"mainnet"} yarn release:verify-deployed -n $NETWORK -b $RELEASE -f ``` @@ -342,40 +342,17 @@ Deploying a new contract release should occur with the following process. On-cha
PROPOSAL_ID,
- updated timings (if any changes), and notify the community in the
- Discord #governance channel.
- PROPOSAL_ID,
+ Update your forum post with the Celo Sepolia PROPOSAL_ID,
updated timings (if any changes), and notify the community in the
Discord #governance channel.