Skip to content

Commit

Permalink
Merge pull request #200 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
Showcase Flag
  • Loading branch information
obiedobo authored Aug 10, 2023
2 parents f40e73a + eb20843 commit 7aea508
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 6 deletions.
68 changes: 63 additions & 5 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,17 @@
"initPrice": {
"56": 0.0635458
},
"soldOut": true
"soldOut": true,
"showcaseToken": {
"symbol": "NFAi",
"address": {
"56": "0x4c48A4D089D13cB24a8a250c7051E8a3f8687460"
},
"decimals": {
"56": 18
},
"active": true
}
},
{
"index": 75,
Expand Down Expand Up @@ -1297,7 +1307,19 @@
"initPrice": {
"56": 0.0846315
},
"soldOut": true
"soldOut": true,
"showcaseToken": {
"symbol": "CGG",
"address": {
"56": "0x1613957159E9B0ac6c80e824F7Eea748a32a0AE2",
"137": "0x2Ab4f9aC80F33071211729e45Cfc346C1f8446d5"
},
"decimals": {
"56": 18,
"137": 18
},
"active": true
}
},
{
"index": 64,
Expand Down Expand Up @@ -1644,7 +1666,19 @@
"initPrice": {
"56": 0.110177
},
"soldOut": true
"soldOut": true,
"showcaseToken": {
"symbol": "CGG",
"address": {
"56": "0x1613957159E9B0ac6c80e824F7Eea748a32a0AE2",
"137": "0x2Ab4f9aC80F33071211729e45Cfc346C1f8446d5"
},
"decimals": {
"56": 18,
"137": 18
},
"active": true
}
},
{
"index": 57,
Expand Down Expand Up @@ -5885,7 +5919,19 @@
"initPrice": {
"137": 0.085485
},
"soldOut": true
"soldOut": true,
"showcaseToken": {
"symbol": "CGG",
"address": {
"56": "0x1613957159E9B0ac6c80e824F7Eea748a32a0AE2",
"137": "0x2Ab4f9aC80F33071211729e45Cfc346C1f8446d5"
},
"decimals": {
"56": 18,
"137": 18
},
"active": true
}
},
{
"index": 107,
Expand Down Expand Up @@ -6163,7 +6209,19 @@
"initPrice": {
"137": 0.077899
},
"soldOut": true
"soldOut": true,
"showcaseToken": {
"symbol": "CGG",
"address": {
"56": "0x1613957159E9B0ac6c80e824F7Eea748a32a0AE2",
"137": "0x2Ab4f9aC80F33071211729e45Cfc346C1f8446d5"
},
"decimals": {
"56": 18,
"137": 18
},
"active": true
}
},
{
"index": 103,
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.4.9",
"version": "1.5.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
5 changes: 5 additions & 0 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ const bills: BillsConfig[] = [
initTime: { [ChainId.BSC]: 1687816800 },
initPrice: { [ChainId.BSC]: 0.0635458 },
soldOut: true,
showcaseToken: tokens.nfai,
},
{
index: 75,
Expand Down Expand Up @@ -401,6 +402,7 @@ const bills: BillsConfig[] = [
initTime: { [ChainId.BSC]: 1682590408 },
initPrice: { [ChainId.BSC]: 0.0846315 },
soldOut: true,
showcaseToken: tokens.cgg,
},
{
index: 64,
Expand Down Expand Up @@ -512,6 +514,7 @@ const bills: BillsConfig[] = [
initTime: { [ChainId.BSC]: 1678269604 },
initPrice: { [ChainId.BSC]: 0.110177 },
soldOut: true,
showcaseToken: tokens.cgg,
},
{
index: 57,
Expand Down Expand Up @@ -1789,6 +1792,7 @@ const bills: BillsConfig[] = [
initTime: { [ChainId.MATIC]: 1682590408 },
initPrice: { [ChainId.MATIC]: 0.085485 },
soldOut: true,
showcaseToken: tokens.cgg,
},
{
index: 107,
Expand Down Expand Up @@ -1877,6 +1881,7 @@ const bills: BillsConfig[] = [
initTime: { [ChainId.MATIC]: 1676626187 },
initPrice: { [ChainId.MATIC]: 0.077899 },
soldOut: true,
showcaseToken: tokens.cgg,
},
{
index: 103,
Expand Down
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export interface BillsConfig {
billArt?: {
collection: BillArtCollection // i.e. BillArtCollection.ApeSwap_Collection1
}
showcaseToken?: Token
}

export enum VaultVersion {
Expand Down

0 comments on commit 7aea508

Please sign in to comment.