Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
healthydeve committed Oct 23, 2023
1 parent 7cbcc0e commit 17d337f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/transactions/deepbook/create_pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ const setup = async (network: Network) => {
const setup = mainPackage[network];

const txb = new TransactionBlock();
txb.mergeCoins(txb.gas, [
txb.object(
"0xbb210191c48a3acbe8c306ef836037c7dc0e5920c7337d569755b52e38120554"
),
]);
// txb.mergeCoins(txb.gas, [
// txb.object(
// "0xbb210191c48a3acbe8c306ef836037c7dc0e5920c7337d569755b52e38120554"
// ),
// ]);
const [coin] = txb.splitCoins(txb.gas, [txb.pure(CREATION_FEE)]);

// Create SUI/ USDC
Expand Down

0 comments on commit 17d337f

Please sign in to comment.