Skip to content

Commit

Permalink
Merge pull request #213 from ApeSwapFinance/feat/bond-info
Browse files Browse the repository at this point in the history
chore: dummy single bond info
  • Loading branch information
efeDaniels authored Sep 17, 2023
2 parents 509d80c + 07dbd5a commit e5cb82b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ dist
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn-error.log*

.idea/
6 changes: 5 additions & 1 deletion config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,11 @@
"initPrice": {
"56": 1693584000
},
"soldOut": false
"soldOut": false,
"bannerURL": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1694711638/aitech_xeshl8.png",
"shortDescription": "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.",
"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.",
"apeswapNote": "AITech stands at the crossroads of AI and blockchain, striving to merge two pioneering technologies that are reshaping the digital landscape, with the aim of propelling them further into the mainstream. This is an exciting opportunity to support a project that's not just following the industry's pulse but aiming to set it."
},
{
"index": 85,
Expand Down
7 changes: 7 additions & 0 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,13 @@ const bills: BillsConfig[] = [
initTime: { [ChainId.BSC]: 0.0370027 },
initPrice: { [ChainId.BSC]: 1693584000 },
soldOut: false,
bannerURL: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1694711638/aitech_xeshl8.png',
shortDescription:
'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.',
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.',
apeswapNote:
"AITech stands at the crossroads of AI and blockchain, striving to merge two pioneering technologies that are reshaping the digital landscape, with the aim of propelling them further into the mainstream. This is an exciting opportunity to support a project that's not just following the industry's pulse but aiming to set it.",
},
{
index: 85,
Expand Down
4 changes: 4 additions & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ export interface BillsConfig {
}
showcaseToken?: Token
bondPartner?: string
bannerURL?: string
shortDescription?: string
fullDescription?: string
apeswapNote?: string
}

export enum VaultVersion {
Expand Down

0 comments on commit e5cb82b

Please sign in to comment.