diff --git a/content/00.build/05.start-coding/10.zksync-101/_upgrading/_beacon_proxy_contract_upgradability.md b/content/00.build/05.start-coding/10.zksync-101/_upgrading/_beacon_proxy_contract_upgradability.md index 15945a69..4796a6f0 100644 --- a/content/00.build/05.start-coding/10.zksync-101/_upgrading/_beacon_proxy_contract_upgradability.md +++ b/content/00.build/05.start-coding/10.zksync-101/_upgrading/_beacon_proxy_contract_upgradability.md @@ -174,9 +174,8 @@ including the new beacon address, and transaction hash: ```bash New beacon impl deployed at 0x58BD5adb462CF087E5838d53aE38A3Fe0EAf7A31 -Successfully upgraded crowdfundingCampaign to crowdfundingCampaignV2 0x26410Bebf5Df7398DCBC5f00e9EBBa0Ddf471C72 -CrowdfundingCampaignV2 initialized! 0x5f3131c77fcac19390f5f644a3ad1f0e7719dee4b4b5b4746c992de00db743f7 -Fundraising goal: 100000000000000000 +Successfully upgraded BeaconCrowdfundingCampaign to V2_BeaconCrowdfundingCampaign +V2_BeaconCrowdfundingCampaign initialized. Transaction Hash: 0x5f3131c77fcac19390f5f644a3ad1f0e7719dee4b4b5b4746c992de00db743f7 ``` --- diff --git a/content/00.build/05.start-coding/10.zksync-101/_upgrading/_uups_contract_upgradability.md b/content/00.build/05.start-coding/10.zksync-101/_upgrading/_uups_contract_upgradability.md index 3cd1ba61..b128d2ba 100644 --- a/content/00.build/05.start-coding/10.zksync-101/_upgrading/_uups_contract_upgradability.md +++ b/content/00.build/05.start-coding/10.zksync-101/_upgrading/_uups_contract_upgradability.md @@ -179,7 +179,7 @@ including the new uups address, and transaction hash: ```bash Contract successfully upgraded to 0x9BE22706966D717d7b0C8aEC99A1a9d1b3bFeC50 with tx 0x24ad582828b23b98d207ec7c057cd6a9c911bea22dbe85e0affd7479b00d90e9 Successfully upgraded UUPSCrowdfundingCampaign to V2_UUPSCrowdfundingCampaign -V2_UUPSCrowdfundingCampaign initialized! 0xab959f588b64dc6dee1e94d5fa0da2ae205c7438cf097d26d3ba73690e2b09e8 +V2_UUPSCrowdfundingCampaign initialized! Transaction Hash: 0xab959f588b64dc6dee1e94d5fa0da2ae205c7438cf097d26d3ba73690e2b09e8 ``` ---