Skip to content

Commit

Permalink
Merge pull request #502 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
n0mbr3al3at0r10 authored Aug 15, 2024
2 parents 9dabf8c + 0f0550e commit f326fc1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f326fc1

Please sign in to comment.