Skip to content

Commit

Permalink
Merge pull request #515 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: round 10 legend tier sale
  • Loading branch information
ape-fede authored Aug 22, 2024
2 parents ec1aedf + b85613b commit f6b256d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/flashBonds.json
Original file line number Diff line number Diff line change
Expand Up @@ -2006,7 +2006,7 @@
"discountString": "3%",
"tierString": "legend",
"contractAddress": {
"56": ""
"56": "0x80412bfBf8Ee9F95Ab47f25ffFce44e7967Ab51A"
},
"billVersion": "FlashTieredSale",
"billType": "oversubscription",
Expand Down Expand Up @@ -2094,7 +2094,7 @@
"56": 1724351400
},
"initPrice": {
"56": 0
"56": 58609.34
},
"initialRelease": 100
},
Expand Down
4 changes: 2 additions & 2 deletions src/constants/flashBonds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ const flashBonds: FlashBondConfig[] = [
discountString: '3%',
tierString: 'legend',
contractAddress: {
[ChainId.BSC]: '',
[ChainId.BSC]: '0x841354726E3E7684fe2Da8bC36820495cB7EBA9b',
},
billVersion: BillVersion.FlashTieredSale,
billType: 'oversubscription',
Expand All @@ -675,7 +675,7 @@ const flashBonds: FlashBondConfig[] = [
[ChainId.BSC]: 1724351400, // Aug 22nd 1830 UTC
},
initPrice: {
[ChainId.BSC]: 0,
[ChainId.BSC]: 58609.34,
},
initialRelease: 100,
},
Expand Down

0 comments on commit f6b256d

Please sign in to comment.