From 180569b5989683a4a5ea15106b86bbc23c009b05 Mon Sep 17 00:00:00 2001 From: Efe Date: Mon, 20 Nov 2023 20:19:20 +0300 Subject: [PATCH] chore: Change bill address --- 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 6bce60fc..b0a57ed3 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1422,7 +1422,7 @@ { "index": 1005, "contractAddress": { - "56": "0x7f509Dc9E42E7C594e2C51B82d90990fb9F293Da" + "56": "0x1a4ceD5Fa314Cfe70995282b5c12d751532E0923" }, "billType": "liquidity", "billVersion": "V2", diff --git a/package.json b/package.json index bcfa0c0c..7448bc55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.49", + "version": "1.5.50", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 659e3b0d..80e5c332 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -441,7 +441,7 @@ const bills: BillsConfig[] = [ { index: 1005, contractAddress: { - [ChainId.BSC]: '0x7f509Dc9E42E7C594e2C51B82d90990fb9F293Da', + [ChainId.BSC]: '0x1a4ceD5Fa314Cfe70995282b5c12d751532E0923', }, billType: 'liquidity', billVersion: BillVersion.V2,