From 0a28d3ccfbc9fdcebd998289d235f7c07a0b97d9 Mon Sep 17 00:00:00 2001 From: Jian Lu <123408603+healthydeve@users.noreply.github.com> Date: Sat, 16 Dec 2023 14:05:14 -0500 Subject: [PATCH] updating byte array --- scripts/transactions/deepbook/create_pools.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/transactions/deepbook/create_pools.ts b/scripts/transactions/deepbook/create_pools.ts index d5799870..4661157c 100644 --- a/scripts/transactions/deepbook/create_pools.ts +++ b/scripts/transactions/deepbook/create_pools.ts @@ -79,12 +79,12 @@ const setup = async (network: Network) => { txb.pure(Array.from(prizes), "vector"), txb.pure(Array.from(amount), "vector"), txb.pure( - Array.from([ + [ 136, 69, 75, 13, 202, 187, 202, 204, 184, 112, 146, 111, 102, 190, 136, 123, 94, 248, 253, 66, 239, 3, 228, 208, 94, 234, 101, 4, 255, 242, 101, 12, 0, 69, 15, 158, 244, 110, 66, 17, 30, 187, 158, 246, 0, 123, 7, 14, - ]), + ], "vector" ), txb.pure(MAX_PLAYERS_IN_LEADERBOARD),