Skip to content

Commit

Permalink
chore: Fix initTime-Price bug
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Oct 2, 2023
1 parent 6359676 commit fcd5500
Show file tree
Hide file tree
Showing 5 changed files with 73 additions and 17 deletions.
16 changes: 8 additions & 8 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -818,10 +818,10 @@
"twitter": "https://twitter.com/MetaPlayersGG",
"audit": "https://mfps.gg/assets/docs/mfps_audit.pdf",
"initTime": {
"56": 0.00190751
"56": 1693846800
},
"initPrice": {
"56": 1693846800
"56": 0.00190751
},
"soldOut": false
},
Expand Down Expand Up @@ -895,10 +895,10 @@
"twitter": "https://twitter.com/AITECHio",
"audit": "https://skynet.certik.com/projects/solidus-ai-tech",
"initTime": {
"56": 0.0370027
"56": 1693584000
},
"initPrice": {
"56": 1693584000
"56": 0.0370027
},
"soldOut": false,
"bannerURL": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1694711638/aitech_xeshl8.png",
Expand Down Expand Up @@ -1001,10 +1001,10 @@
"twitter": "https://twitter.com/DexCheck_io",
"audit": "https://skynet.certik.com/projects/dexcheck",
"initTime": {
"56": 0.0224148
"56": 1693497600
},
"initPrice": {
"56": 1693497600
"56": 0.0224148
},
"soldOut": false
},
Expand Down Expand Up @@ -1080,10 +1080,10 @@
"twitter": "https://twitter.com/CogitoProtocol",
"audit": "https://wp.hacken.io/wp-content/uploads/2023/05/Cogito_SC-Audit-Report_11_05_2023_SA-1337-1.pdf",
"initTime": {
"56": 0.0262588
"56": 1693411200
},
"initPrice": {
"56": 1693411200
"56": 0.0262588
},
"soldOut": false
},
Expand Down
30 changes: 30 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2031,6 +2031,19 @@
},
"active": true
},
"palm": {
"symbol": "PALM",
"address": {
"56": "0x29745314B4D294B7C77cDB411B8AAa95923aae38"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV2"
},
"active": true
},
"gymnet": {
"symbol": "GYMNET",
"address": {
Expand Down Expand Up @@ -3039,6 +3052,23 @@
"56": "https://pancakeswap.finance/v2/add/BNB/0x5829e758859b74426B0b2447E82E19AD8e68E87a"
}
},
"palmBnb_PCS": {
"symbol": "PALM-BNB",
"address": {
"56": "0x044066f6Ce410407CC738d0feb5E40b5ab69e83a"
},
"decimals": {
"56": 18
},
"active": true,
"lpToken": true,
"liquidityDex": {
"56": "PancakeSwapV2"
},
"getLpUrl": {
"56": "https://pancakeswap.finance/v2/add/BNB/0x29745314B4D294B7C77cDB411B8AAa95923aae38"
}
},
"gymnetBusd_PCS": {
"symbol": "GYMNET-BUSD",
"address": {
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.5.25",
"version": "1.5.26",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
16 changes: 8 additions & 8 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ const bills: BillsConfig[] = [
projectLink: 'https://metaplayers.gg/landing',
twitter: 'https://twitter.com/MetaPlayersGG',
audit: 'https://mfps.gg/assets/docs/mfps_audit.pdf',
initTime: { [ChainId.BSC]: 0.00190751 },
initPrice: { [ChainId.BSC]: 1693846800 },
initTime: { [ChainId.BSC]: 1693846800 },
initPrice: { [ChainId.BSC]: 0.00190751 },
soldOut: false,
},
{
Expand All @@ -266,8 +266,8 @@ const bills: BillsConfig[] = [
projectLink: 'https://ai-tech.io/',
twitter: 'https://twitter.com/AITECHio',
audit: 'https://skynet.certik.com/projects/solidus-ai-tech',
initTime: { [ChainId.BSC]: 0.0370027 },
initPrice: { [ChainId.BSC]: 1693584000 },
initTime: { [ChainId.BSC]: 1693584000 },
initPrice: { [ChainId.BSC]: 0.0370027 },
soldOut: false,
bannerURL: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1694711638/aitech_xeshl8.png',
showcaseToken: tokens.aitech,
Expand Down Expand Up @@ -308,8 +308,8 @@ const bills: BillsConfig[] = [
projectLink: 'https://dexcheck.io/',
twitter: 'https://twitter.com/DexCheck_io',
audit: 'https://skynet.certik.com/projects/dexcheck',
initTime: { [ChainId.BSC]: 0.0224148 },
initPrice: { [ChainId.BSC]: 1693497600 },
initTime: { [ChainId.BSC]: 1693497600 },
initPrice: { [ChainId.BSC]: 0.0224148 },
soldOut: false,
},
{
Expand All @@ -330,8 +330,8 @@ const bills: BillsConfig[] = [
projectLink: 'https://www.cogitoprotocol.com/',
twitter: 'https://twitter.com/CogitoProtocol',
audit: 'https://wp.hacken.io/wp-content/uploads/2023/05/Cogito_SC-Audit-Report_11_05_2023_SA-1337-1.pdf',
initTime: { [ChainId.BSC]: 0.0262588 },
initPrice: { [ChainId.BSC]: 1693411200 },
initTime: { [ChainId.BSC]: 1693411200 },
initPrice: { [ChainId.BSC]: 0.0262588 },
soldOut: false,
},
{
Expand Down
26 changes: 26 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2012,6 +2012,17 @@ const tokens: Record<string, Token> = {
},
active: true,
},
palm: {
symbol: 'PALM',
address: {
[ChainId.BSC]: '0x29745314B4D294B7C77cDB411B8AAa95923aae38',
},
decimals: { [ChainId.BSC]: 18 },
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV2,
},
active: true,
},
gymnet: {
symbol: 'GYMNET',
address: {
Expand Down Expand Up @@ -3014,6 +3025,21 @@ const tokens: Record<string, Token> = {
[ChainId.BSC]: 'https://pancakeswap.finance/v2/add/BNB/0x5829e758859b74426B0b2447E82E19AD8e68E87a',
},
},
palmBnb_PCS: {
symbol: 'PALM-BNB',
address: {
[ChainId.BSC]: '0x044066f6Ce410407CC738d0feb5E40b5ab69e83a',
},
decimals: { [ChainId.BSC]: 18 },
active: true,
lpToken: true,
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV2,
},
getLpUrl: {
[ChainId.BSC]: 'https://pancakeswap.finance/v2/add/BNB/0x29745314B4D294B7C77cDB411B8AAa95923aae38',
},
},
gymnetBusd_PCS: {
symbol: 'GYMNET-BUSD',
address: {
Expand Down

0 comments on commit fcd5500

Please sign in to comment.