Skip to content

Commit

Permalink
adjust ifo paramters
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-ryan committed Jan 8, 2025
1 parent 8316967 commit 94a890e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ifos/src/constants/ifos/bsc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ import { cakeBnbLpToken } from '../lpTokens'
export const ifos: BaseIfoConfig[] = [
{
id: 'testpie',
address: '0xB88DcDc932cd83A278d674A94D79aeA9512d09B5',
address: '0x44a827faDF47207C56e2498deAe4bD75188A09B8',
isActive: true,
cIFO: false,
plannedStartTime: 1736250000, // 19 June 09:30 UTC
poolBasic: {
raiseAmount: '$30',
raiseAmount: '$3',
},
poolUnlimited: {
raiseAmount: '$270',
raiseAmount: '$27',
additionalClaimingFee: false,
},
name: 'TESTPIE',
Expand Down

0 comments on commit 94a890e

Please sign in to comment.