Skip to content

Commit

Permalink
chore: Change CDX tag
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Feb 7, 2024
1 parent 4807565 commit 74eb33e
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@ -1812,7 +1812,7 @@
"billArt": {
"collection": "ApeBond_Collection1"
},
"tags": ["Launchpad"],
"tags": ["AI"],
"fullDescription": "CodeX is the fastest way to build DApps without code. It is an all-in-one no-code AI-powered ecosystem for WEB3 mass adoption. Users can now craft DApp platforms effortlessly, thanks to CodeX’s user-friendly solutions, such as CodeXGPT or Screen2code. CodeX: Made For People, Built For Speed And Mass Adoption."
},
{
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.46",
"version": "1.8.47",
"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 @@ -541,7 +541,7 @@ const bills: BillsConfig[] = [
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
tags: ['Launchpad'],
tags: ['AI'],
fullDescription:
'CodeX is the fastest way to build DApps without code. It is an all-in-one no-code AI-powered ecosystem for WEB3 mass adoption. Users can now craft DApp platforms effortlessly, thanks to CodeX’s user-friendly solutions, such as CodeXGPT or Screen2code. CodeX: Made For People, Built For Speed And Mass Adoption.',
},
Expand Down

0 comments on commit 74eb33e

Please sign in to comment.