Skip to content

Commit

Permalink
chore: mark soldOut bonds as soldOut
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Dec 12, 2024
1 parent d472abc commit bbaec44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -2721,7 +2721,7 @@
"initTime": {
"56": 1730188465
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down Expand Up @@ -2945,7 +2945,7 @@
"initTime": {
"56": 1728392841
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down
4 changes: 2 additions & 2 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1393,7 +1393,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at
twitter: 'https://twitter.com/apebond',
audit: 'https://paladinsec.co/projects/apebond/',
initTime: { [ChainId.BSC]: 1730188465 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down Expand Up @@ -1518,7 +1518,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at
twitter: 'https://x.com/PlayEldarune',
audit: 'https://hacken.io/audits/eldarune/',
initTime: { [ChainId.BSC]: 1728392841 },
soldOut: false,
soldOut: true,
billArt: { collection: BillArtCollection.ApeBond_Collection1 },
shortDescription:
"Eldarune is a game studio creating interoperable, medieval-themed blockchain games where NFTs can be used across multiple titles. The ELDA token serves as the studio's native currency and unlocks diverse gaming experiences. Inspired by classics like Warcraft and Dota, Eldarune is transforming the gaming landscape by offering seamless, interconnected gameplay across its ecosystem.",
Expand Down

0 comments on commit bbaec44

Please sign in to comment.