Skip to content

Commit

Permalink
feat(protocol): add one missing replaceUUPSImmutableVaules in genes…
Browse files Browse the repository at this point in the history
…is generation script (#15479)
  • Loading branch information
davidtaikocha committed Jan 10, 2024
1 parent f4b0955 commit 24d73e7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/protocol/utils/generate_genesis/taikoL2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,11 @@ async function generateContractConfigs(
},
BridgedERC721: {
address: addressMap.BridgedERC721Impl,
deployedBytecode:
contractArtifacts.BridgedERC721Impl.deployedBytecode.object,
deployedBytecode: replaceUUPSImmutableVaules(
contractArtifacts.BridgedERC721Impl,
uupsImmutableReferencesMap,
ethers.utils.hexZeroPad(addressMap.BridgedERC721Impl, 32),
).deployedBytecode.object,
},
BridgedERC1155: {
address: addressMap.BridgedERC1155Impl,
Expand Down

2 comments on commit 24d73e7

@vercel
Copy link

@vercel vercel bot commented on 24d73e7 Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bridge-ui-v2-a6 – ./packages/bridge-ui-v2

bridge.katla.taiko.xyz
bridge-ui-v2-a6.vercel.app
bridge-ui-v2-a6-git-alpha-6-taikoxyz.vercel.app
bridge-ui-v2-a6-taikoxyz.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 24d73e7 Jan 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bridge-ui-v2-internal – ./packages/bridge-ui-v2

bridge-ui-v2-internal-taikoxyz.vercel.app
bridge-ui-v2-internal-git-alpha-6-taikoxyz.vercel.app
bridge-ui-v2-internal.vercel.app

Please sign in to comment.