diff --git a/config/bills.json b/config/bills.json index e5004555..40e679d1 100644 --- a/config/bills.json +++ b/config/bills.json @@ -480,7 +480,7 @@ "56": 0.0421361050407099 }, "soldOut": false, - "bannerURL": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1695916548/bond-highlights/gpt-banner.png", + "bannerURL": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1696008239/bond-highlights/gpt-banner.png", "showcaseToken": { "symbol": "CGPT", "address": { @@ -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 }, @@ -871,7 +871,7 @@ "56": "PancakeSwapV2" }, "getLpUrl": { - "56": "https://apeswap.finance/bond-highlight" + "56": "https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944" } }, "earnToken": { @@ -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", @@ -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 }, @@ -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 }, diff --git a/config/tokens.json b/config/tokens.json index 7b42c430..073aafd6 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -2031,6 +2031,19 @@ }, "active": true }, + "palm": { + "symbol": "PALM", + "address": { + "56": "0x29745314B4D294B7C77cDB411B8AAa95923aae38" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, "gymnet": { "symbol": "GYMNET", "address": { @@ -3002,7 +3015,7 @@ "56": "PancakeSwapV2" }, "getLpUrl": { - "56": "https://apeswap.finance/bond-highlight" + "56": "https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944" } }, "mfpsBnb_PCS": { @@ -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": { diff --git a/package.json b/package.json index 30f3361f..ca645ede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.23", + "version": "1.5.26", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index dccd614f..f67d80c8 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -139,7 +139,7 @@ const bills: BillsConfig[] = [ initTime: { [ChainId.BSC]: 1695225600 }, initPrice: { [ChainId.BSC]: 0.0421361050407099 }, soldOut: false, - bannerURL: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1695916548/bond-highlights/gpt-banner.png', + bannerURL: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1696008239/bond-highlights/gpt-banner.png', showcaseToken: tokens.cgpt, shortDescription: 'ChainGPT 🤖 #1 ranked AI infrastructure for Blockchain, Crypto & Web3. 🔥 Unleash the power of Blockchain AI with ChainGPT. Powered by $CGPT token', @@ -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, }, { @@ -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, @@ -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, }, { @@ -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, }, { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 6fa123bb..3f38a0c4 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -2012,6 +2012,17 @@ const tokens: Record = { }, active: true, }, + palm: { + symbol: 'PALM', + address: { + [ChainId.BSC]: '0x29745314B4D294B7C77cDB411B8AAa95923aae38', + }, + decimals: { [ChainId.BSC]: 18 }, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.PancakeSwapV2, + }, + active: true, + }, gymnet: { symbol: 'GYMNET', address: { @@ -2980,7 +2991,8 @@ const tokens: Record = { [ChainId.BSC]: LiquidityDex.PancakeSwapV2, }, getLpUrl: { - [ChainId.BSC]: 'https://apeswap.finance/bond-highlight', + [ChainId.BSC]: + 'https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x2D060Ef4d6BF7f9e5edDe373Ab735513c0e4F944', }, }, mfpsBnb_PCS: { @@ -3013,6 +3025,21 @@ const tokens: Record = { [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: {