Skip to content

Commit

Permalink
chore: fix flashbond list
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Aug 20, 2024
1 parent 31f73a0 commit 26f78b4
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": "0x7E0337ffdBdDaf3381F8d3CdA4B80D63AF8Ea9C5"
"56": ""
},
"billVersion": "FlashTieredSale",
"billType": "oversubscription",
Expand Down Expand Up @@ -1995,7 +1995,7 @@
"56": 1724347800
},
"initPrice": {
"56": 58221.8
"56": 0
},
"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]: '0x7E0337ffdBdDaf3381F8d3CdA4B80D63AF8Ea9C5',
[ChainId.BSC]: '',
},
billVersion: BillVersion.FlashTieredSale,
billType: 'oversubscription',
Expand All @@ -643,7 +643,7 @@ const flashBonds: FlashBondConfig[] = [
[ChainId.BSC]: 1724347800, // Aug 22nd 1730 UTC
},
initPrice: {
[ChainId.BSC]: 58221.8,
[ChainId.BSC]: 0,
},
initialRelease: 100,
},
Expand Down

0 comments on commit 26f78b4

Please sign in to comment.