Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update soldout bonds #521

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading