From 26f78b43999046316f40b8cc1027643936d4c374 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Tue, 20 Aug 2024 14:54:45 -0300 Subject: [PATCH] chore: fix flashbond list --- config/flashBonds.json | 4 ++-- src/constants/flashBonds.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/flashBonds.json b/config/flashBonds.json index 6e8c61ea..fd08e37d 100644 --- a/config/flashBonds.json +++ b/config/flashBonds.json @@ -1907,7 +1907,7 @@ "discountString": "2%", "tierString": "diamond", "contractAddress": { - "56": "0x7E0337ffdBdDaf3381F8d3CdA4B80D63AF8Ea9C5" + "56": "" }, "billVersion": "FlashTieredSale", "billType": "oversubscription", @@ -1995,7 +1995,7 @@ "56": 1724347800 }, "initPrice": { - "56": 58221.8 + "56": 0 }, "initialRelease": 100 }, diff --git a/src/constants/flashBonds.ts b/src/constants/flashBonds.ts index 7c6f4151..ff3132a8 100644 --- a/src/constants/flashBonds.ts +++ b/src/constants/flashBonds.ts @@ -622,7 +622,7 @@ const flashBonds: FlashBondConfig[] = [ discountString: '2%', tierString: 'diamond', contractAddress: { - [ChainId.BSC]: '0x7E0337ffdBdDaf3381F8d3CdA4B80D63AF8Ea9C5', + [ChainId.BSC]: '', }, billVersion: BillVersion.FlashTieredSale, billType: 'oversubscription', @@ -643,7 +643,7 @@ const flashBonds: FlashBondConfig[] = [ [ChainId.BSC]: 1724347800, // Aug 22nd 1730 UTC }, initPrice: { - [ChainId.BSC]: 58221.8, + [ChainId.BSC]: 0, }, initialRelease: 100, },