From 8979e7aceea917e3e73cb29952712ff893a85d4e Mon Sep 17 00:00:00 2001 From: Efe Date: Fri, 23 Feb 2024 19:53:31 +0300 Subject: [PATCH] chore: Update bill contract --- config/bills.json | 2 +- package.json | 2 +- src/constants/bills.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/bills.json b/config/bills.json index d2d0b634..3124cf83 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1824,7 +1824,7 @@ { "index": 1027, "contractAddress": { - "56": "0x727966Af79D785615D86bB22076D557f29f49B66" + "56": "0x8a5597815E71944837b1BaF346e92d05954cC8B7" }, "billType": "reserve", "billVersion": "V2", diff --git a/package.json b/package.json index 08067e3a..80b8437a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.8.56", + "version": "1.8.58", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index ec9198ab..c728f8bb 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -548,7 +548,7 @@ const bills: BillsConfig[] = [ { index: 1027, contractAddress: { - [ChainId.BSC]: '0x727966Af79D785615D86bB22076D557f29f49B66', + [ChainId.BSC]: '0x8a5597815E71944837b1BaF346e92d05954cC8B7', }, billType: 'reserve', billVersion: BillVersion.V2,