From 686104a164327eb81d74e07428c25d8156fd5bcd Mon Sep 17 00:00:00 2001 From: efeDaniels Date: Thu, 12 Dec 2024 19:43:31 +0300 Subject: [PATCH] chore: fix quo bond address --- config/bills.json | 2 +- src/constants/bills.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/bills.json b/config/bills.json index d0763507..0e1177f9 100644 --- a/config/bills.json +++ b/config/bills.json @@ -2409,7 +2409,7 @@ "index": 1110, "chainId": 56, "contractAddress": { - "56": "0x37f368a590B817bb68462457FbA268447a470f12" + "56": "0x97b854e6044B43A5213501577cAAC81aA3E90264" }, "billType": "liquidity", "billVersion": "V2", diff --git a/src/constants/bills.ts b/src/constants/bills.ts index ac58ba41..2176673d 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -1238,7 +1238,7 @@ const bills: BillsConfig[] = [ index: 1110, chainId: ChainId.BSC, contractAddress: { - [ChainId.BSC]: '0x37f368a590B817bb68462457FbA268447a470f12', + [ChainId.BSC]: '0x97b854e6044B43A5213501577cAAC81aA3E90264', }, billType: 'liquidity', billVersion: BillVersion.V2,