Skip to content

Commit

Permalink
Merge pull request #580 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: updating SoldOut Bonds
  • Loading branch information
efeDaniels authored Dec 3, 2024
2 parents 54c9787 + e1633ab commit e6178b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
"initTime": {
"8453": 1722253943
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down Expand Up @@ -2097,7 +2097,7 @@
"initTime": {
"56": 1729522195
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down Expand Up @@ -17348,7 +17348,7 @@
"initTime": {
"42161": 1723814011
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down Expand Up @@ -19085,7 +19085,7 @@
"initTime": {
"1": 1726567494
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ETH_Collection1"
},
Expand Down
8 changes: 4 additions & 4 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ const bills: BillsConfig[] = [
projectLink: 'https://web3music.org/',
twitter: 'https://x.com/MusicProtocolX',
initTime: { [ChainId.BASE]: 1722253943 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down Expand Up @@ -1092,7 +1092,7 @@ const bills: BillsConfig[] = [
projectLink: 'https://home.blockasset.co/',
twitter: 'https://x.com/blockassetco',
initTime: { [ChainId.BSC]: 1729522195 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down Expand Up @@ -8505,7 +8505,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at
projectLink: 'https://x.com/Bonsai_DAO',
twitter: 'https://www.bonsaidao.xyz/',
initTime: { [ChainId.ARBITRUM]: 1723814011 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down Expand Up @@ -9407,7 +9407,7 @@ Blockasset’s media arm has amassed over 250 million views, working with top at
projectLink: 'https://www.frictionless.network/',
twitter: 'https://x.com/FrictionlessX',
initTime: { [ChainId.MAINNET]: 1726567494 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ETH_Collection1,
},
Expand Down

0 comments on commit e6178b7

Please sign in to comment.