Skip to content

Commit

Permalink
fix: 🐛 ifo listapie
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-ryan committed Jan 7, 2025
1 parent 54d709a commit f5eae25
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/ifos/src/constants/ifos/bsc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -704,4 +704,22 @@ export const ifos: BaseIfoConfig[] = [
tokenOfferingPrice: null,
version: 1,
},
{
id: 'listapie',
address: '0x48a7c510797B8f00c0AAAe30bf621EC9F2930140',
isActive: true,
name: 'LISTAPIE',
poolUnlimited: {
saleAmount: '300,000 LTP',
raiseAmount: '$300,000',
cakeToBurn: '$150,000',
distributionRatio: 1,
},
currency: cakeBnbLpToken,
token: bscTokens.listapie,
campaignId: '512500000',
articleUrl: 'https://pancakeswap.finance/voting/proposal/XXXXXXXXX',
tokenOfferingPrice: null,
version: 1,
},
]
8 changes: 8 additions & 0 deletions packages/tokens/src/constants/bsc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3341,4 +3341,12 @@ export const bscTokens = {
'YieldNest: BNB Liquid Restaking',
'https://app.yieldnest.finance/restake/ynBNB',
),
listapie: new ERC20Token(
ChainId.BSC,
'0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46',
18,
'LISTA-PIE',
'Lista Pie',
'https://lista.org/',
),
}

0 comments on commit f5eae25

Please sign in to comment.