From bfb18164b160b9a6b770b789fe0167210926cf42 Mon Sep 17 00:00:00 2001 From: RandomApe Date: Thu, 15 Aug 2024 16:13:57 -0300 Subject: [PATCH 1/2] chore: changed GPT bond to GPT collection --- config/bills.json | 2 +- src/constants/bills.ts | 2 +- src/types/index.ts | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/bills.json b/config/bills.json index 7a7d4595..fec4c8c3 100644 --- a/config/bills.json +++ b/config/bills.json @@ -34436,7 +34436,7 @@ }, "soldOut": false, "billArt": { - "collection": "ETH_Collection1" + "collection": "GPT_Collection1" }, "tags": ["AI"], "shortDescription": "GPT Protocol is a pioneering platform leading the merger of artificial intelligence (AI) with blockchain technology, revolutionizing AI development by ensuring it is accessible, innovative, and censorship-resistant. It harnesses open-source AI tools and decentralized networks, bringing together a global community of developers to create, share, and deploy AI applications on the blockchain. $GPT tokens create an AI economy that incentivizes consumers, developers, and compute providers, serving multiple roles within the network, from rewarding miners to compensating data providers.", diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 2de2d07d..8c6d5b56 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -8662,7 +8662,7 @@ const bills: BillsConfig[] = [ initTime: { [ChainId.MAINNET]: 1722265086 }, soldOut: false, billArt: { - collection: BillArtCollection.ETH_Collection1, + collection: BillArtCollection.GPT_Collection1, }, tags: ['AI'], shortDescription: diff --git a/src/types/index.ts b/src/types/index.ts index b5c5529c..293cd999 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -172,6 +172,7 @@ export enum BillArtCollection { ETH_Collection1 = 'ETH_Collection1', inEVM_Collection1 = 'inEVM_Collection1', AITECH_Collection1 = 'AITECH_Collection1', + GPT_Collection1 = 'GPT_Collection1', } export const defaultBillArtCollection = BillArtCollection.ApeSwap_Collection1 From 0f0550e447a50c882a78ece97f6de2acbf4b4c1d Mon Sep 17 00:00:00 2001 From: RandomApe Date: Thu, 15 Aug 2024 16:15:03 -0300 Subject: [PATCH 2/2] v2.69.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c41ad4c4..09a2bc57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "2.69.10", + "version": "2.69.11", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": {