Skip to content

Commit

Permalink
Merge pull request #524 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: legend tier round 11 flashsale
  • Loading branch information
ape-fede authored Aug 29, 2024
2 parents b2c6f43 + 9adf721 commit 2ad59f8
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 @@ -2204,7 +2204,7 @@
"discountString": "3%",
"tierString": "legend",
"contractAddress": {
"56": ""
"56": "0x75F9F5CcaF21e8941AF6a2F7cf1C91D7aF5D49e1"
},
"billVersion": "FlashTieredSale",
"billType": "oversubscription",
Expand Down Expand Up @@ -2283,7 +2283,7 @@
"56": 1724956200
},
"initPrice": {
"56": 0
"56": 529.62
},
"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 @@ -718,7 +718,7 @@ const flashBonds: FlashBondConfig[] = [
discountString: '3%',
tierString: 'legend',
contractAddress: {
[ChainId.BSC]: '',
[ChainId.BSC]: '0x75F9F5CcaF21e8941AF6a2F7cf1C91D7aF5D49e1',
},
billVersion: BillVersion.FlashTieredSale,
billType: 'oversubscription',
Expand All @@ -739,7 +739,7 @@ const flashBonds: FlashBondConfig[] = [
[ChainId.BSC]: 1724956200, // Aug 29th 1830 UTC
},
initPrice: {
[ChainId.BSC]: 0,
[ChainId.BSC]: 529.62,
},
initialRelease: 100,
},
Expand Down

0 comments on commit 2ad59f8

Please sign in to comment.