From 7b0584a47be234afab6b782cd9251277383f469d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Manuel=20Mari=C3=B1as=20Bascoy?= Date: Wed, 26 Jul 2023 14:56:22 +0200 Subject: [PATCH] update example --- .../client/examples/05-encoders-decoders/14-initialize-from.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/examples/05-encoders-decoders/14-initialize-from.ts b/modules/client/examples/05-encoders-decoders/14-initialize-from.ts index ac017e2dc..57d2cc7e4 100644 --- a/modules/client/examples/05-encoders-decoders/14-initialize-from.ts +++ b/modules/client/examples/05-encoders-decoders/14-initialize-from.ts @@ -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"