Skip to content

Commit

Permalink
Merge pull request #330 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
n0mbr3al3at0r10 authored Mar 28, 2024
2 parents 7997368 + fb08f0a commit 90ea6ee
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 @@ -217,7 +217,7 @@
},
"soldOut": false,
"billArt": {
"collection": "ApeBond_Collection1"
"collection": "AITECH_Collection1"
},
"tags": ["AI"],
"fullDescription": "Octavia is your web3-based autonomous assistant powered by the $VIA token. It can provide Crypto Insights, Analytics and users can automate web3 tasks. This assistant also allows easy integrations with X for sharing, and detailed project research. Octavia: the cutting-edge Web3 AI chatbot designed to revolutionize both web3 trading and managing web3 communities is here!"
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.9.1",
"version": "1.9.2",
"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 @@ -59,7 +59,7 @@ const bills: BillsConfig[] = [
initPrice: { [ChainId.BSC]: 1.31 },
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
collection: BillArtCollection.AITECH_Collection1,
},
tags: ['AI'],
fullDescription:
Expand Down

0 comments on commit 90ea6ee

Please sign in to comment.