From 02364351f42bd3c28024ca8bd17314d596f395d8 Mon Sep 17 00:00:00 2001 From: efeDaniels Date: Fri, 2 Aug 2024 18:18:38 +0300 Subject: [PATCH] chore: Add new ICNX bond --- config/bills.json | 4 ++-- src/constants/bills.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/bills.json b/config/bills.json index d0589de3..50dce21a 100644 --- a/config/bills.json +++ b/config/bills.json @@ -21900,7 +21900,7 @@ "cmcId": 29603, "chainId": 137, "contractAddress": { - "137": "0xB18631bE1c472D09F2dc6677a467Afff867B6c0D" + "137": "0x5e5193126e519aEDF18e9D68a9f5c846ed94F917" }, "billType": "reserve", "billVersion": "V2", @@ -22043,7 +22043,7 @@ "initPrice": { "137": 0.347018667988457 }, - "soldOut": true, + "soldOut": false, "billArt": { "collection": "ApeBond_Collection1" }, diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 54747430..419f92f8 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -5645,7 +5645,7 @@ const bills: BillsConfig[] = [ cmcId: 29603, chainId: ChainId.MATIC, contractAddress: { - [ChainId.MATIC]: '0xB18631bE1c472D09F2dc6677a467Afff867B6c0D', + [ChainId.MATIC]: '0x5e5193126e519aEDF18e9D68a9f5c846ed94F917', }, billType: 'reserve', billVersion: BillVersion.V2, @@ -5661,7 +5661,7 @@ const bills: BillsConfig[] = [ twitter: 'https://twitter.com/iconxworld', initTime: { [ChainId.MATIC]: 1701892800 }, initPrice: { [ChainId.MATIC]: 0.347018667988457 }, - soldOut: true, + soldOut: false, billArt: { collection: BillArtCollection.ApeBond_Collection1, },