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,