Skip to content

Commit

Permalink
fees (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
leecchh authored Oct 4, 2024
1 parent 9ee4a91 commit cfa237a
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 @@ -38,8 +38,8 @@ const setup = async (network: Network) => {
arguments: [
txb.pure(100000), // tick
txb.pure(100000), // lot
txb.pure(DEFAULT_STABLE_TAKER_FEE), // taker fee
txb.pure(DEFAULT_STABLE_MAKER_FEE), // maker rebate
txb.pure(0), // taker fee
txb.pure(0), // maker rebate
coin, // creation fee
],
});
Expand Down

0 comments on commit cfa237a

Please sign in to comment.