From 7be4cc2c4fd06c118749d481b5abd601f3d2c6bf Mon Sep 17 00:00:00 2001 From: Efe Date: Wed, 27 Sep 2023 15:32:26 +0300 Subject: [PATCH 1/5] chore: Add Wido PCS ZAP --- package.json | 2 +- src/constants/dexToZapMapping.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a5d9fa00..c1e9456b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.18", + "version": "1.5.19", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/dexToZapMapping.ts b/src/constants/dexToZapMapping.ts index 3b99b846..4ba64686 100644 --- a/src/constants/dexToZapMapping.ts +++ b/src/constants/dexToZapMapping.ts @@ -15,7 +15,7 @@ export const dexToZapMapping: Record Date: Thu, 28 Sep 2023 18:02:48 +0200 Subject: [PATCH 2/5] chore: Bond highlight aditional information --- config/bills.json | 48 +++++++++++++++++++++++++++++++++++++++--- package.json | 2 +- src/constants/bills.ts | 23 +++++++++++++++++++- src/types/index.ts | 2 ++ 4 files changed, 70 insertions(+), 5 deletions(-) diff --git a/config/bills.json b/config/bills.json index 5ea780ca..9e7ade16 100644 --- a/config/bills.json +++ b/config/bills.json @@ -479,7 +479,24 @@ "initPrice": { "56": 0.0421361050407099 }, - "soldOut": false + "soldOut": false, + "bannerURL": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1695916548/bond-highlights/gpt-banner.png", + "showcaseToken": { + "symbol": "CGPT", + "address": { + "56": "0x9840652DC04fb9db2C43853633f0F62BE6f00f98" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, + "shortDescription": "ChainGPT 🤖 #1 ranked AI infrastructure for Blockchain, Crypto & Web3. 🔥 Unleash the power of Blockchain AI with ChainGPT. Powered by $CGPT token", + "fullDescription": "Unleash the power of Blockchain AI with ChainGPT. An advanced AI model explicitly designed for Blockchain Technology and Crypto-related topics. It uses the latest algorithms and high-speed computing capabilities to address challenging issues in the Blockchain and Crypto space. The ecosystem is backed and powered by the $CGPT token, which enables access to ChainGPT's premium AI tools, Governance, Launchpad, Staking, and more.", + "apeswapNote": "With fresh partnerships materializing almost every week and a recent win with the BNB Chain ecosystem catalyst awards, ChainGPT is rapidly gaining momentum in the crypto realm. As it emerges as a standout in the AI Blockchain sector, ChainGPT is undeniably cementing itself as a project with an enormous potential. Their Liquidity Bond is the perfect opportunity to join its enthusiastic community!" }, { "index": 90, @@ -873,9 +890,34 @@ }, "soldOut": false, "bannerURL": "https://res.cloudinary.com/dswmrqgwy/image/upload/v1694711638/aitech_xeshl8.png", - "shortDescription": "We are paving the way for a more convenient and secure future by providing accessible Artificial Intelligence-as-a-Service (AIAAS), Blockchain-as-a-Service (BAAS), high-performance computing power (HPC), and an artificial intelligence marketplace. All of these cutting-edge technologies are powered by our native token, AITECH.", + "showcaseToken": { + "symbol": "AITECH", + "address": { + "56": "0x2d060ef4d6bf7f9e5edde373ab735513c0e4f944" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, + "shortDescription": "Empowering the future of AI | HPC data center | IaaS platform | AIaaS | BaaS | AI Marketplace | Powered by $AITECH token | Incubated by @Chain_GPT & @decubate", "fullDescription": "We are paving the way for a more convenient and secure future by providing accessible Artificial Intelligence-as-a-Service (AIAAS), Blockchain-as-a-Service (BAAS), high-performance computing power (HPC), and an artificial intelligence marketplace. All of these cutting-edge technologies are powered by our native token, AITECH.", - "apeswapNote": "AITech stands at the crossroads of AI and blockchain, striving to merge two pioneering technologies that are reshaping the digital landscape, with the aim of propelling them further into the mainstream. This is an exciting opportunity to support a project that's not just following the industry's pulse but aiming to set it." + "apeswapNote": "AITech stands at the crossroads of AI and blockchain, striving to merge two pioneering technologies that are reshaping the digital landscape, with the aim of propelling them further into the mainstream. This is an exciting opportunity to support a project that's not just following the industry's pulse but aiming to set it.", + "partnersURLS": [ + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1695915128/bond-highlights/bsc", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1695915051/bond-highlights/decubate", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1695914862/bond-highlights/gpt", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1695914651/bond-highlights/nvidia" + ], + "featuredURLS": [ + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1695915218/bond-highlights/btc", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1695914953/bond-highlights/forbes", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1695914131/bond-highlights/yahoo", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1695914539/bond-highlights/product-hunt" + ] }, { "index": 85, diff --git a/package.json b/package.json index c1e9456b..b6c765a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.19", + "version": "1.5.20-alpha.2", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index d7619ea0..42f35786 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -139,6 +139,14 @@ 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', + 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', + fullDescription: + "Unleash the power of Blockchain AI with ChainGPT. An advanced AI model explicitly designed for Blockchain Technology and Crypto-related topics. It uses the latest algorithms and high-speed computing capabilities to address challenging issues in the Blockchain and Crypto space. The ecosystem is backed and powered by the $CGPT token, which enables access to ChainGPT's premium AI tools, Governance, Launchpad, Staking, and more.", + apeswapNote: + 'With fresh partnerships materializing almost every week and a recent win with the BNB Chain ecosystem catalyst awards, ChainGPT is rapidly gaining momentum in the crypto realm. As it emerges as a standout in the AI Blockchain sector, ChainGPT is undeniably cementing itself as a project with an enormous potential. Their Liquidity Bond is the perfect opportunity to join its enthusiastic community!', }, { index: 90, @@ -250,12 +258,25 @@ const bills: BillsConfig[] = [ initPrice: { [ChainId.BSC]: 1693584000 }, soldOut: false, bannerURL: 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1694711638/aitech_xeshl8.png', + showcaseToken: tokens.aitech, shortDescription: - 'We are paving the way for a more convenient and secure future by providing accessible Artificial Intelligence-as-a-Service (AIAAS), Blockchain-as-a-Service (BAAS), high-performance computing power (HPC), and an artificial intelligence marketplace. All of these cutting-edge technologies are powered by our native token, AITECH.', + 'Empowering the future of AI | HPC data center | IaaS platform | AIaaS | BaaS | AI Marketplace | Powered by $AITECH token | Incubated by @Chain_GPT & @decubate', fullDescription: 'We are paving the way for a more convenient and secure future by providing accessible Artificial Intelligence-as-a-Service (AIAAS), Blockchain-as-a-Service (BAAS), high-performance computing power (HPC), and an artificial intelligence marketplace. All of these cutting-edge technologies are powered by our native token, AITECH.', apeswapNote: "AITech stands at the crossroads of AI and blockchain, striving to merge two pioneering technologies that are reshaping the digital landscape, with the aim of propelling them further into the mainstream. This is an exciting opportunity to support a project that's not just following the industry's pulse but aiming to set it.", + partnersURLS: [ + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1695915128/bond-highlights/bsc', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1695915051/bond-highlights/decubate', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1695914862/bond-highlights/gpt', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1695914651/bond-highlights/nvidia', + ], + featuredURLS: [ + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1695915218/bond-highlights/btc', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1695914953/bond-highlights/forbes', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1695914131/bond-highlights/yahoo', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1695914539/bond-highlights/product-hunt', + ], }, { index: 85, diff --git a/src/types/index.ts b/src/types/index.ts index 4080343f..6d8bbd8a 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -122,6 +122,8 @@ export interface BillsConfig { shortDescription?: string fullDescription?: string apeswapNote?: string + featuredURLS?: string[] // add in frontend '-light|dark.png' + partnersURLS?: string[] // * These are used for the bond migration page vestingTerm?: number multiplier?: number From e5f18fd56b58bffca4c6909f10e9efdef3b335aa Mon Sep 17 00:00:00 2001 From: Ape Fede Date: Thu, 28 Sep 2023 18:07:26 +0200 Subject: [PATCH 3/5] chore: bump package version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6c765a0..4e5d9080 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.20-alpha.2", + "version": "1.5.21", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { From 2582828c82a4cdc1adb912d2bb3ee1866c86918e Mon Sep 17 00:00:00 2001 From: Ape Fede Date: Fri, 29 Sep 2023 19:06:09 +0200 Subject: [PATCH 4/5] chore: Added partner and featured images for cgpt --- config/bills.json | 14 +++++++++++++- package.json | 2 +- src/constants/bills.ts | 12 ++++++++++++ 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/config/bills.json b/config/bills.json index 9e7ade16..e5004555 100644 --- a/config/bills.json +++ b/config/bills.json @@ -496,7 +496,19 @@ }, "shortDescription": "ChainGPT 🤖 #1 ranked AI infrastructure for Blockchain, Crypto & Web3. 🔥 Unleash the power of Blockchain AI with ChainGPT. Powered by $CGPT token", "fullDescription": "Unleash the power of Blockchain AI with ChainGPT. An advanced AI model explicitly designed for Blockchain Technology and Crypto-related topics. It uses the latest algorithms and high-speed computing capabilities to address challenging issues in the Blockchain and Crypto space. The ecosystem is backed and powered by the $CGPT token, which enables access to ChainGPT's premium AI tools, Governance, Launchpad, Staking, and more.", - "apeswapNote": "With fresh partnerships materializing almost every week and a recent win with the BNB Chain ecosystem catalyst awards, ChainGPT is rapidly gaining momentum in the crypto realm. As it emerges as a standout in the AI Blockchain sector, ChainGPT is undeniably cementing itself as a project with an enormous potential. Their Liquidity Bond is the perfect opportunity to join its enthusiastic community!" + "apeswapNote": "With fresh partnerships materializing almost every week and a recent win with the BNB Chain ecosystem catalyst awards, ChainGPT is rapidly gaining momentum in the crypto realm. As it emerges as a standout in the AI Blockchain sector, ChainGPT is undeniably cementing itself as a project with an enormous potential. Their Liquidity Bond is the perfect opportunity to join its enthusiastic community!", + "partnersURLS": [ + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1696005003/bond-highlights/bnbchain", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1696005160/bond-highlights/certik", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1696005284/bond-highlights/tron", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1696005229/bond-highlights/decrypt" + ], + "featuredURLS": [ + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1696004963/bond-highlights/bitcoincom", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1696005124/bond-highlights/bscnews", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1696004886/bond-highlights/beincrypto", + "https://res.cloudinary.com/dswmrqgwy/image/upload/v1696005194/bond-highlights/cryptodaily" + ] }, { "index": 90, diff --git a/package.json b/package.json index 4e5d9080..435fcde9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.21", + "version": "1.5.22", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 42f35786..dccd614f 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -147,6 +147,18 @@ const bills: BillsConfig[] = [ "Unleash the power of Blockchain AI with ChainGPT. An advanced AI model explicitly designed for Blockchain Technology and Crypto-related topics. It uses the latest algorithms and high-speed computing capabilities to address challenging issues in the Blockchain and Crypto space. The ecosystem is backed and powered by the $CGPT token, which enables access to ChainGPT's premium AI tools, Governance, Launchpad, Staking, and more.", apeswapNote: 'With fresh partnerships materializing almost every week and a recent win with the BNB Chain ecosystem catalyst awards, ChainGPT is rapidly gaining momentum in the crypto realm. As it emerges as a standout in the AI Blockchain sector, ChainGPT is undeniably cementing itself as a project with an enormous potential. Their Liquidity Bond is the perfect opportunity to join its enthusiastic community!', + partnersURLS: [ + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1696005003/bond-highlights/bnbchain', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1696005160/bond-highlights/certik', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1696005284/bond-highlights/tron', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1696005229/bond-highlights/decrypt', + ], + featuredURLS: [ + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1696004963/bond-highlights/bitcoincom', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1696005124/bond-highlights/bscnews', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1696004886/bond-highlights/beincrypto', + 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1696005194/bond-highlights/cryptodaily', + ], }, { index: 90, From 7603c63833583625b1ec5fe7f952acb36bfd4418 Mon Sep 17 00:00:00 2001 From: Ape Fede Date: Fri, 29 Sep 2023 19:15:04 +0200 Subject: [PATCH 5/5] chore: Remove wido from PCS --- package.json | 2 +- src/constants/dexToZapMapping.ts | 2 +- src/types/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 435fcde9..30f3361f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.22", + "version": "1.5.23", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/dexToZapMapping.ts b/src/constants/dexToZapMapping.ts index 4ba64686..3b99b846 100644 --- a/src/constants/dexToZapMapping.ts +++ b/src/constants/dexToZapMapping.ts @@ -15,7 +15,7 @@ export const dexToZapMapping: Record