Skip to content

Commit

Permalink
chore: Add bond description to GTAI bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Mar 7, 2024
1 parent cc24953 commit ac13745
Show file tree
Hide file tree
Showing 3 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 @@ -1954,7 +1954,7 @@
"billArt": {
"collection": "ApeBond_Collection1"
},
"fullDescription": "Good Project ser!",
"fullDescription": "GT Protocol is a Web3 AI execution technology that grants access to CeFi, DeFi, and NFT crypto markets through an all-in-one conversational AI interface. Incubated by ChainGPT, GT Protocol offers services including AI Crypto Management, AI NFT Management, and AI Shopping Assistance.",
"tags": ["AI"]
},
{
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": "1.8.68",
"version": "1.8.69",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,8 @@ const bills: BillsConfig[] = [
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
fullDescription: 'Good Project ser!',
fullDescription:
'GT Protocol is a Web3 AI execution technology that grants access to CeFi, DeFi, and NFT crypto markets through an all-in-one conversational AI interface. Incubated by ChainGPT, GT Protocol offers services including AI Crypto Management, AI NFT Management, and AI Shopping Assistance.',
tags: ['AI'],
},
{
Expand Down

0 comments on commit ac13745

Please sign in to comment.