Skip to content

Commit

Permalink
Merge pull request #478 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: legend tier flashbond round 7
  • Loading branch information
ape-fede authored Jul 25, 2024
2 parents 429bc23 + 5cf7da2 commit de48de9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/flashBonds.json
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@
"discountString": "3%",
"tierString": "legend",
"contractAddress": {
"56": ""
"56": "0xC43ef242F2a18bD51Aa9F19dc967b5b0ebbf22DB"
},
"billVersion": "FlashTieredSale",
"billType": "oversubscription",
Expand Down Expand Up @@ -1455,7 +1455,7 @@
"56": 1721932200
},
"initPrice": {
"56": 0
"56": 63184.83
},
"initialRelease": 100
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ape.swap/apeswap-lists",
"version": "2.1.2",
"version": "2.1.3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions src/constants/flashBonds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ const flashBonds: FlashBondConfig[] = [
discountString: '3%',
tierString: 'legend',
contractAddress: {
[ChainId.BSC]: '',
[ChainId.BSC]: '0xC43ef242F2a18bD51Aa9F19dc967b5b0ebbf22DB', // legend prod
},
billVersion: BillVersion.FlashTieredSale,
billType: 'oversubscription',
Expand All @@ -515,7 +515,7 @@ const flashBonds: FlashBondConfig[] = [
[ChainId.BSC]: 1721932200, // July 25th 1830 UTC
},
initPrice: {
[ChainId.BSC]: 0,
[ChainId.BSC]: 63184.83,
},
initialRelease: 100,
},
Expand Down

0 comments on commit de48de9

Please sign in to comment.