Skip to content

Commit

Permalink
Merge pull request #521 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Update soldout bonds
  • Loading branch information
ape-fede authored Aug 28, 2024
2 parents 9b75870 + 4f2fc6f commit 519d49d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"initTime": {
"8822": 1719260043
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down Expand Up @@ -259,7 +259,7 @@
"initPrice": {
"8453": 0.005450086440702347
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down Expand Up @@ -1421,7 +1421,7 @@
"initTime": {
"56": 1723037484
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down Expand Up @@ -2312,7 +2312,7 @@
"initPrice": {
"56": 0.000398917904465581
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down Expand Up @@ -11704,7 +11704,7 @@
"initPrice": {
"137": 0.00254
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "Quickswap_Collection1"
},
Expand Down Expand Up @@ -11814,7 +11814,7 @@
"initTime": {
"137": 1721207158
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "PlanetIX_Collection1"
},
Expand Down Expand Up @@ -16702,7 +16702,7 @@
"initPrice": {
"1": 0.0334978015237449
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ETH_Collection1"
},
Expand Down
14 changes: 7 additions & 7 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const bills: BillsConfig[] = [
projectLink: 'https://fomofox.info/',
twitter: 'https://x.com/FOMO_Fox',
initTime: { [ChainId.IOTA]: 1719260043 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down Expand Up @@ -145,7 +145,7 @@ const bills: BillsConfig[] = [
twitter: 'https://twitter.com/sophiaverse_ai',
initTime: { [ChainId.BASE]: 1716217474 },
initPrice: { [ChainId.BASE]: 0.005450086440702347 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down Expand Up @@ -725,7 +725,7 @@ const bills: BillsConfig[] = [
projectLink: 'https://www.eldarune.com/',
twitter: 'https://x.com/PlayEldarune',
initTime: { [ChainId.BSC]: 1723037484 },
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 Expand Up @@ -1178,7 +1178,7 @@ const bills: BillsConfig[] = [
audit: 'https://docs.ichi.org/home/technical-resources/audits',
initTime: { [ChainId.BSC]: 1717085021 },
initPrice: { [ChainId.BSC]: 0.000398917904465581 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down Expand Up @@ -5657,7 +5657,7 @@ const bills: BillsConfig[] = [
audit: 'https://skynet.certik.com/projects/gensokishi-online-metaworld',
initTime: { [ChainId.MATIC]: 1701892800 },
initPrice: { [ChainId.MATIC]: 0.00254 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.Quickswap_Collection1,
},
Expand Down Expand Up @@ -5714,7 +5714,7 @@ const bills: BillsConfig[] = [
projectLink: 'https://planetix.com/',
twitter: 'https://twitter.com/Planetix0',
initTime: { [ChainId.MATIC]: 1721207158 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.PlanetIX_Collection1,
},
Expand Down Expand Up @@ -8164,7 +8164,7 @@ const bills: BillsConfig[] = [
audit: 'https://paladinsec.co/projects/apebond/',
initTime: { [ChainId.MAINNET]: 1711828677 },
initPrice: { [ChainId.MAINNET]: 0.0334978015237449 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ETH_Collection1,
},
Expand Down

0 comments on commit 519d49d

Please sign in to comment.