Skip to content

Commit

Permalink
test listapie
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-ryan committed Jan 7, 2025
1 parent 9acf06e commit 480fd44
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions packages/ifos/src/constants/ifos/bsc.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { bscTokens } from '@pancakeswap/tokens'
import { bscTokens, USDT } from '@pancakeswap/tokens'

import { ChainId } from '@pancakeswap/chains'
import { BaseIfoConfig } from '../../types'
import { cakeBnbLpToken } from '../lpTokens'

Expand Down Expand Up @@ -705,18 +706,18 @@ export const ifos: BaseIfoConfig[] = [
version: 1,
},
{
id: 'listapie',
id: 'testpie',
address: '0x93520856Cd54B26f0757F360B2A17240844c7Cf0',
isActive: true,
name: 'LISTAPIE',
name: 'TESTPIE',
poolUnlimited: {
saleAmount: '300,000 LTP',
raiseAmount: '$300,000',
cakeToBurn: '$150,000',
distributionRatio: 1,
},
currency: cakeBnbLpToken,
token: bscTokens.listapie,
currency: USDT[ChainId.BSC],
token: bscTokens.cake,
campaignId: '512500000',
articleUrl: 'https://pancakeswap.finance/voting/proposal/XXXXXXXXX',
tokenOfferingPrice: null,
Expand Down

0 comments on commit 480fd44

Please sign in to comment.