Skip to content

Commit

Permalink
update size for sui-usdy
Browse files Browse the repository at this point in the history
  • Loading branch information
leecchh committed Mar 21, 2024
1 parent 98299b0 commit 0df9794
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 @@ -116,8 +116,8 @@ const setup = async (network: Network) => {
typeArguments: [SUI, USDY],
target: `${PACKAGE_ID}::${MODULE_CLOB}::create_customized_pool`,
arguments: [
txb.pure(100000), // tick
txb.pure(100000), // lot
txb.pure(100), // tick
txb.pure(100000000), // lot
txb.pure(DEFAULT_TAKER_FEE), // taker fee
txb.pure(DEFAULT_MAKER_FEE), // maker rebate
coin2, // creation fee
Expand Down

0 comments on commit 0df9794

Please sign in to comment.