From 5093391bb8b29e60c939eca761a166eedbf53738 Mon Sep 17 00:00:00 2001 From: n0mbr3al3at0r10 Date: Thu, 28 Mar 2024 13:33:57 -0300 Subject: [PATCH 1/2] chore: changed octavia bond to aitech art collection --- 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 df5cdaa7..933528ad 100644 --- a/config/bills.json +++ b/config/bills.json @@ -217,7 +217,7 @@ }, "soldOut": false, "billArt": { - "collection": "ApeBond_Collection1" + "collection": "AITECH_Collection1" }, "tags": ["AI"], "fullDescription": "Octavia is your web3-based autonomous assistant powered by the $VIA token. It can provide Crypto Insights, Analytics and users can automate web3 tasks. This assistant also allows easy integrations with X for sharing, and detailed project research. Octavia: the cutting-edge Web3 AI chatbot designed to revolutionize both web3 trading and managing web3 communities is here!" diff --git a/src/constants/bills.ts b/src/constants/bills.ts index a5c94aae..0a497d50 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -59,7 +59,7 @@ const bills: BillsConfig[] = [ initPrice: { [ChainId.BSC]: 1.31 }, soldOut: false, billArt: { - collection: BillArtCollection.ApeBond_Collection1, + collection: BillArtCollection.AITECH_Collection1, }, tags: ['AI'], fullDescription: From fb08f0a06aca9a7d94c53e4cee0aba09e65d4d6d Mon Sep 17 00:00:00 2001 From: n0mbr3al3at0r10 Date: Thu, 28 Mar 2024 13:34:29 -0300 Subject: [PATCH 2/2] v1.9.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ec6c057..b1905afd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.9.1", + "version": "1.9.2", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": {