Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leecchh committed Oct 3, 2024
1 parent 3cf02e0 commit 2e5914b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/transactions/create-bulk-coupons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import { writeFileSync } from 'fs';
import { TransactionBlock } from '@mysten/sui.js/transactions';

import { mainPackage } from '../config/constants';
import { mainnetConfig } from '../config/day_one';
import { removeDiscountForType } from '../config/discounts';
import { newCouponRules, optionalRangeConstructor, PercentageOffCoupon } from '../coupons/coupon';
import { dayOneType } from '../day_one/setup';
import { prepareMultisigTx } from '../utils/utils';

function generateRandomString(length: number) {
Expand Down

0 comments on commit 2e5914b

Please sign in to comment.