Skip to content

Commit

Permalink
Merge pull request #500 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: round 9 diamond flashbond
  • Loading branch information
ape-fede authored Aug 15, 2024
2 parents 3394609 + b43e4ee commit 3596d0a
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 @@ -1814,7 +1814,7 @@
"discountString": "2%",
"tierString": "diamond",
"contractAddress": {
"56": ""
"56": "0x7E0337ffdBdDaf3381F8d3CdA4B80D63AF8Ea9C5"
},
"billVersion": "FlashTieredSale",
"billType": "oversubscription",
Expand Down Expand Up @@ -1895,7 +1895,7 @@
"56": 1723746600
},
"initPrice": {
"56": 0
"56": 58221.8
},
"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 @@ -622,7 +622,7 @@ const flashBonds: FlashBondConfig[] = [
discountString: '2%',
tierString: 'diamond',
contractAddress: {
[ChainId.BSC]: '',
[ChainId.BSC]: '0x7E0337ffdBdDaf3381F8d3CdA4B80D63AF8Ea9C5',
},
billVersion: BillVersion.FlashTieredSale,
billType: 'oversubscription',
Expand All @@ -643,7 +643,7 @@ const flashBonds: FlashBondConfig[] = [
[ChainId.BSC]: 1723746600, // Aug 15th 1830 UTC
},
initPrice: {
[ChainId.BSC]: 0,
[ChainId.BSC]: 58221.8,
},
initialRelease: 100,
},
Expand Down

0 comments on commit 3596d0a

Please sign in to comment.