Skip to content

Commit

Permalink
Merge pull request #514 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: round 10 diamond sale flashbond
  • Loading branch information
ape-fede authored Aug 22, 2024
2 parents 928cd54 + 3843a3e commit ec1aedf
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 @@ -1907,7 +1907,7 @@
"discountString": "2%",
"tierString": "diamond",
"contractAddress": {
"56": ""
"56": "0x21826d800DB0aEb64FA77Cc7CF18f0758D4ab37b"
},
"billVersion": "FlashTieredSale",
"billType": "oversubscription",
Expand Down Expand Up @@ -1995,7 +1995,7 @@
"56": 1724347800
},
"initPrice": {
"56": 0
"56": 59213.56
},
"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]: '0x21826d800DB0aEb64FA77Cc7CF18f0758D4ab37b',
},
billVersion: BillVersion.FlashTieredSale,
billType: 'oversubscription',
Expand All @@ -643,7 +643,7 @@ const flashBonds: FlashBondConfig[] = [
[ChainId.BSC]: 1724347800, // Aug 22nd 1730 UTC
},
initPrice: {
[ChainId.BSC]: 0,
[ChainId.BSC]: 59213.56,
},
initialRelease: 100,
},
Expand Down

0 comments on commit ec1aedf

Please sign in to comment.