Skip to content

Commit

Permalink
chore: balance
Browse files Browse the repository at this point in the history
  • Loading branch information
nuanyang233 committed Jan 23, 2025
1 parent 824f501 commit 8409498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/RedPacket/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const RED_PACKET_MIN_SHARES = 1
export const RED_PACKET_MAX_SHARES = 255

export const SOL_REDPACKET_MAX_SHARES = 200
export const SOL_REDPACKET_CREATE_DEFAULT_GAS = '1000000'
export const SOL_REDPACKET_CREATE_DEFAULT_GAS = '10000000'
export const DEFAULT_DURATION = 60 * 60 * 24 // 24 hours
export const enum RoutePaths {
Create = '/create',
Expand Down

0 comments on commit 8409498

Please sign in to comment.