Skip to content

Commit

Permalink
chore: legend tier round 11 flashsale
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Aug 29, 2024
1 parent 0ff3654 commit 9adf721
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 9adf721

Please sign in to comment.