From 5cf7da26bc632f53c5a33899348272a673c584c2 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Thu, 25 Jul 2024 14:35:54 -0300 Subject: [PATCH] chore: legend tier flashbond round 7 --- config/flashBonds.json | 4 ++-- package.json | 2 +- src/constants/flashBonds.ts | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/flashBonds.json b/config/flashBonds.json index 259c2631..48af509a 100644 --- a/config/flashBonds.json +++ b/config/flashBonds.json @@ -1377,7 +1377,7 @@ "discountString": "3%", "tierString": "legend", "contractAddress": { - "56": "" + "56": "0xC43ef242F2a18bD51Aa9F19dc967b5b0ebbf22DB" }, "billVersion": "FlashTieredSale", "billType": "oversubscription", @@ -1455,7 +1455,7 @@ "56": 1721932200 }, "initPrice": { - "56": 0 + "56": 63184.83 }, "initialRelease": 100 }, diff --git a/package.json b/package.json index 9f69a3b0..9dc73c46 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/constants/flashBonds.ts b/src/constants/flashBonds.ts index 58cc540a..712a4e88 100644 --- a/src/constants/flashBonds.ts +++ b/src/constants/flashBonds.ts @@ -494,7 +494,7 @@ const flashBonds: FlashBondConfig[] = [ discountString: '3%', tierString: 'legend', contractAddress: { - [ChainId.BSC]: '', + [ChainId.BSC]: '0xC43ef242F2a18bD51Aa9F19dc967b5b0ebbf22DB', // legend prod }, billVersion: BillVersion.FlashTieredSale, billType: 'oversubscription', @@ -515,7 +515,7 @@ const flashBonds: FlashBondConfig[] = [ [ChainId.BSC]: 1721932200, // July 25th 1830 UTC }, initPrice: { - [ChainId.BSC]: 0, + [ChainId.BSC]: 63184.83, }, initialRelease: 100, },