Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
josemarinas committed Jul 26, 2023
1 parent ad959a6 commit 7b0584a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const client: Client = new Client(context);
// This variable contains the values received on the ininitializeFrom() method
const initializeFromParams: InitializeFromParams = {
previousVersion: [1, 0, 0],
initData: new Uint8Array([12, 34, 45]), // initialization data for the new version to be pased to upgradeToAndCall()
initData: new Uint8Array([12, 34, 45, 85, 95, 45, 73]), // initialization data for the new version to be pased to upgradeToAndCall()
};

const daoAddressOrEns: string = "0x123123123123123123123123123123123123"; // "my-dao.eth"
Expand Down

0 comments on commit 7b0584a

Please sign in to comment.