Skip to content

Commit

Permalink
Chore: added fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Prof-SD committed Dec 12, 2023
1 parent 9696274 commit c568271
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,9 @@ const bills: BillsConfig[] = [
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
fullDescription:
'We are paving the way for a more convenient and secure future by providing accessible Artificial Intelligence-as-a-Service (AIAAS), Blockchain-as-a-Service (BAAS), high-performance computing power (HPC), and an artificial intelligence marketplace. All of these cutting-edge technologies are powered by our native token, AITECH.',
tags: ['AI'],
},
{
index: 1006,
Expand Down
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export interface BillsConfig {
bannerURL?: string
shortDescription?: string
fullDescription?: string
tags?: string[]
apeswapNote?: string
featuredURLS?: string[] // add in frontend '-light|dark.png'
partnersURLS?: string[] // add in frontend '-light|dark.png'
Expand Down

0 comments on commit c568271

Please sign in to comment.