Skip to content

Commit

Permalink
updating byte array
Browse files Browse the repository at this point in the history
  • Loading branch information
healthydeve committed Dec 16, 2023
1 parent d693277 commit 0a28d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/transactions/deepbook/create_pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ const setup = async (network: Network) => {
txb.pure(Array.from(prizes), "vector<u64>"),
txb.pure(Array.from(amount), "vector<u64>"),
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<u8>"
),
txb.pure(MAX_PLAYERS_IN_LEADERBOARD),
Expand Down

0 comments on commit 0a28d3c

Please sign in to comment.