From 08d3161ea1744152d9e9babf7c05a67091077d4c Mon Sep 17 00:00:00 2001 From: Efe Date: Fri, 15 Dec 2023 22:17:44 +0300 Subject: [PATCH] chore: Add prod bond --- 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 5dea1410..43e3be51 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1561,7 +1561,7 @@ { "index": 1010, "contractAddress": { - "56": "0xAE4772448c6b17b9013c9A7d77Dc783AFbfA3161" + "56": "0xEce2b9C3704632Ce760271B0b84E3A4A698Ca962" }, "billType": "reserve", "billVersion": "V2", diff --git a/package.json b/package.json index ea099d7e..2a0ad0b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.7.8-test.2", + "version": "1.7.8-test.3", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index d24ed811..09b5a9a7 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -466,7 +466,7 @@ const bills: BillsConfig[] = [ { index: 1010, // ACF --> ABOND contractAddress: { - [ChainId.BSC]: '0xAE4772448c6b17b9013c9A7d77Dc783AFbfA3161', + [ChainId.BSC]: '0xEce2b9C3704632Ce760271B0b84E3A4A698Ca962', }, billType: 'reserve', billVersion: BillVersion.V2,