Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit d0b8a21

Browse files
committed
update
1 parent 95f4b84 commit d0b8a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/ido.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const IDO_POOLS: IdoPool[] = [
117117
quote: { ...TOKENS.USDC },
118118

119119
price: new TokenAmount(0.012, TOKENS.USDC.decimals, false),
120-
raise: new TokenAmount(20000000, TOKENS.HAWK.decimals, false),
120+
raise: new TokenAmount(30000000, TOKENS.HAWK.decimals, false),
121121

122122
version: 3, // just an identify for Lottery activity
123123
programId: IDO_PROGRAM_ID_V3,

0 commit comments

Comments
 (0)