Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/plugins/RedPacket/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const enum RoutePaths {
}

export const MAX_FILE_SIZE = 1.5 * 1024 * 1024
export const DURATION = 60 * 60 * 24
export const DURATION = DEFAULT_DURATION

// Chains that supported by the intersection of NFTScan, Chainbase, and our deployed chains.
export const NFT_DEFAULT_CHAINS = [ChainId.Mainnet, ChainId.BSC, ChainId.Polygon, ChainId.Optimism]
Expand Down
Loading