diff --git a/config/flashBonds.json b/config/flashBonds.json index 0b3dc2ca..80e2bcd0 100644 --- a/config/flashBonds.json +++ b/config/flashBonds.json @@ -2006,7 +2006,7 @@ "discountString": "3%", "tierString": "legend", "contractAddress": { - "56": "" + "56": "0x80412bfBf8Ee9F95Ab47f25ffFce44e7967Ab51A" }, "billVersion": "FlashTieredSale", "billType": "oversubscription", @@ -2094,7 +2094,7 @@ "56": 1724351400 }, "initPrice": { - "56": 0 + "56": 58609.34 }, "initialRelease": 100 }, diff --git a/src/constants/flashBonds.ts b/src/constants/flashBonds.ts index acc9f165..19fba4e5 100644 --- a/src/constants/flashBonds.ts +++ b/src/constants/flashBonds.ts @@ -654,7 +654,7 @@ const flashBonds: FlashBondConfig[] = [ discountString: '3%', tierString: 'legend', contractAddress: { - [ChainId.BSC]: '', + [ChainId.BSC]: '0x841354726E3E7684fe2Da8bC36820495cB7EBA9b', }, billVersion: BillVersion.FlashTieredSale, billType: 'oversubscription', @@ -675,7 +675,7 @@ const flashBonds: FlashBondConfig[] = [ [ChainId.BSC]: 1724351400, // Aug 22nd 1830 UTC }, initPrice: { - [ChainId.BSC]: 0, + [ChainId.BSC]: 58609.34, }, initialRelease: 100, },