diff --git a/config/bills.json b/config/bills.json index b9923555..dd034123 100644 --- a/config/bills.json +++ b/config/bills.json @@ -2,7 +2,7 @@ { "index": 6000, "contractAddress": { - "2525": "0xB9EFa83AEF4e1ecfbf03A04686A41Eb05bc17EC0" + "2525": "0x816373ed631e8D1aAc0C81eB5FBA0159A140f701" }, "billType": "reserve", "billVersion": "V3", diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 68c3aa37..8685014a 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -13,7 +13,7 @@ const bills: BillsConfig[] = [ { index: 6000, contractAddress: { - [ChainId.INEVM]: '0xB9EFa83AEF4e1ecfbf03A04686A41Eb05bc17EC0', + [ChainId.INEVM]: '0x816373ed631e8D1aAc0C81eB5FBA0159A140f701', }, billType: 'reserve', billVersion: BillVersion.V3,