Skip to content

Commit

Permalink
chore: changed GPT bond to GPT collection
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mbr3al3at0r10 committed Aug 15, 2024
1 parent 4ff11e0 commit bfb1816
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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 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 bfb1816

Please sign in to comment.