From 2adb89a5885300da82a7097a386fc78bfe85c4ef Mon Sep 17 00:00:00 2001 From: RandomApe Date: Tue, 9 Jul 2024 10:36:28 -0300 Subject: [PATCH 1/5] chore: added zap to thena --- src/constants/dexToZapMapping.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/dexToZapMapping.ts b/src/constants/dexToZapMapping.ts index 01dee4fa..5d102182 100644 --- a/src/constants/dexToZapMapping.ts +++ b/src/constants/dexToZapMapping.ts @@ -24,7 +24,7 @@ export const dexToZapMapping: Record Date: Tue, 9 Jul 2024 10:37:14 -0300 Subject: [PATCH 2/5] v2.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea7a0c5d..a92aad31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "2.0.7", + "version": "2.0.8", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { From 3592a7387a28647d3b6326cd5fb9705a27b63883 Mon Sep 17 00:00:00 2001 From: RandomApe Date: Tue, 9 Jul 2024 10:47:05 -0300 Subject: [PATCH 3/5] chore: added hbr liq bond --- config/bills.json | 83 ++++++++++++++++++++++++++++++++++++++++++ src/constants/bills.ts | 60 +++++++++++++++++++++++++++++- 2 files changed, 142 insertions(+), 1 deletion(-) diff --git a/config/bills.json b/config/bills.json index 9c8586bd..93ea5a29 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1355,6 +1355,89 @@ "tags": ["DeFi"], "shortDescription": "Metavault is a perpetual DEX aggregator featuring an all-in-one DeFi super dApp, allowing users to trade multichain with a seamless user experience. With over $2.9 billion in trading volume and trusted by over 139,000 users, Metavault is the go-to solution for all DeFi needs!" }, + { + "index": 1078, + "chainId": 56, + "contractAddress": { + "56": "0x8882039c997990210Fe55D1c1c2eae5F50d6fc81" + }, + "billType": "liquidity", + "billVersion": "V2", + "token": { + "symbol": "HBR", + "address": { + "56": "0x42c95788F791a2be3584446854c8d9BB01BE88A9" + }, + "decimals": { + "56": 18 + }, + "active": true, + "liquidityDex": { + "56": "ThenaV1" + } + }, + "quoteToken": { + "symbol": "BNB", + "address": { + "56": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c", + "97": "0xae13d989daC2f0dEbFf460aC112a837C89BAa7cd", + "137": "0xA649325Aa7C5093d12D6F98EB4378deAe68CE23F" + }, + "decimals": { + "56": 18, + "97": 18, + "137": 18 + }, + "active": true + }, + "lpToken": { + "symbol": "HBR-BNB", + "address": { + "56": "0x5134729Cd5a5b40336BC3CA71349f2c108718428" + }, + "decimals": { + "56": 18 + }, + "active": true, + "lpToken": true, + "liquidityDex": { + "56": "ThenaV1" + }, + "getLpUrl": { + "56": "https://thena.fi/pools/0x5134729cd5a5b40336bc3ca71349f2c108718428" + } + }, + "earnToken": { + "symbol": "HBR", + "address": { + "56": "0x42c95788F791a2be3584446854c8d9BB01BE88A9" + }, + "decimals": { + "56": 18 + }, + "active": true, + "liquidityDex": { + "56": "ThenaV1" + } + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "inactive": false, + "projectLink": "https://www.harbor.market", + "twitter": "https://x.com/0xHarborMarket", + "audit": "", + "initTime": { + "56": 1720544400 + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + }, + "shortDescription": "Harbor Market is a decentralized lending protocol on BNBChain, designed to optimize your crypto trading, lending, and investment experience. It features oTokens for unique hedging and speculative opportunities, and liquidity provider staking that rewards contributors in $oHBR and $USDT. With a user-friendly interface, robust security protocols, and a vibrant community, Harbor Market offers advanced strategies for maximizing returns and ensuring the safety of your assets.", + "fullDescription": "Harbor Market is a decentralized lending protocol on BNBChain, designed to optimize your crypto trading, lending, and investment experience. This DeFi platform stands out with its innovative features like oTokens, which offer unique hedging and speculative opportunities for sophisticated risk management and income generation. It also includes liquidity provider staking, where contributors to liquidity pools earn rewards in $oHBR and $USDT, with half of all fees collected going directly to LP stakers. Harbor Market boasts a user-friendly interface, making it easy to navigate the world of DeFi with intuitive tools and resources. The platform emphasizes security with robust protocols to ensure the safety of users' assets. Additionally, Harbor Market is community-driven, engaging a vibrant community of DeFi enthusiasts and experts. With its advanced strategies for maximizing returns and strong focus on security, Harbor Market provides a comprehensive and secure DeFi experience.", + "tags": ["DeFi", "Lending"] + }, { "index": 1076, "cmcId": 29157, diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 9c706767..e5e31537 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -1,7 +1,7 @@ import tokens from './tokens' import { BillArtCollection, BillsConfig, BillVersion, ChainId, MigrationVestingTerms } from '../types' -// BNB Largest ID: 1076 +// BNB Largest ID: 1078 // Polygon Largest ID: 152 // Telos Largest ID: 215 // Arbitrum Largest ID: 2007 @@ -355,6 +355,64 @@ const bills: BillsConfig[] = [ // // BNB chain // + { + index: 1078, + chainId: ChainId.BSC, + contractAddress: { + [ChainId.BSC]: '0x8882039c997990210Fe55D1c1c2eae5F50d6fc81', + }, + billType: 'liquidity', + billVersion: BillVersion.V2, + token: tokens.hbr, + quoteToken: tokens.wbnb, + lpToken: tokens.hbrBnb_Thena, + earnToken: tokens.hbr, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + inactive: false, + projectLink: 'https://www.harbor.market', + twitter: 'https://x.com/0xHarborMarket', + audit: '', + initTime: { [ChainId.BSC]: 1720544400 }, + soldOut: false, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + shortDescription: + 'Harbor Market is a decentralized lending protocol on BNBChain, designed to optimize your crypto trading, lending, and investment experience. It features oTokens for unique hedging and speculative opportunities, and liquidity provider staking that rewards contributors in $oHBR and $USDT. With a user-friendly interface, robust security protocols, and a vibrant community, Harbor Market offers advanced strategies for maximizing returns and ensuring the safety of your assets.', + fullDescription: `Harbor Market is a decentralized lending protocol on BNBChain, designed to optimize your crypto trading, lending, and investment experience. This DeFi platform stands out with its innovative features like oTokens, which offer unique hedging and speculative opportunities for sophisticated risk management and income generation. It also includes liquidity provider staking, where contributors to liquidity pools earn rewards in $oHBR and $USDT, with half of all fees collected going directly to LP stakers. Harbor Market boasts a user-friendly interface, making it easy to navigate the world of DeFi with intuitive tools and resources. The platform emphasizes security with robust protocols to ensure the safety of users' assets. Additionally, Harbor Market is community-driven, engaging a vibrant community of DeFi enthusiasts and experts. With its advanced strategies for maximizing returns and strong focus on security, Harbor Market provides a comprehensive and secure DeFi experience.`, + tags: ['DeFi', 'Lending'], + }, + // { + // index: 1077, + // chainId: ChainId.BSC, + // contractAddress: { + // [ChainId.BSC]: '', + // }, + // billType: 'reserve', + // billVersion: BillVersion.V2, + // token: tokens.usdt, + // quoteToken: tokens.usdt, + // lpToken: tokens.usdt, + // earnToken: tokens.hbr, + // billNnftAddress: { + // [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + // }, + // inactive: false, + // projectLink: 'https://www.harbor.market', + // twitter: 'https://x.com/0xHarborMarket', + // audit: '', + // initTime: { [ChainId.BSC]: 1720544400 }, + // soldOut: false, + // billArt: { + // collection: BillArtCollection.ApeBond_Collection1, + // }, + // shortDescription: + // 'Harbor Market is a decentralized lending protocol on BNBChain, designed to optimize your crypto trading, lending, and investment experience. It features oTokens for unique hedging and speculative opportunities, and liquidity provider staking that rewards contributors in $oHBR and $USDT. With a user-friendly interface, robust security protocols, and a vibrant community, Harbor Market offers advanced strategies for maximizing returns and ensuring the safety of your assets.', + // fullDescription: `Harbor Market is a decentralized lending protocol on BNBChain, designed to optimize your crypto trading, lending, and investment experience. This DeFi platform stands out with its innovative features like oTokens, which offer unique hedging and speculative opportunities for sophisticated risk management and income generation. It also includes liquidity provider staking, where contributors to liquidity pools earn rewards in $oHBR and $USDT, with half of all fees collected going directly to LP stakers. Harbor Market boasts a user-friendly interface, making it easy to navigate the world of DeFi with intuitive tools and resources. The platform emphasizes security with robust protocols to ensure the safety of users' assets. Additionally, Harbor Market is community-driven, engaging a vibrant community of DeFi enthusiasts and experts. With its advanced strategies for maximizing returns and strong focus on security, Harbor Market provides a comprehensive and secure DeFi experience.`, + // tags: ['DeFi', 'Lending'], + // }, { index: 1076, cmcId: 29157, From 2c43ff92549da95ac87cf1158afe46ff176340b5 Mon Sep 17 00:00:00 2001 From: ape-fede Date: Tue, 9 Jul 2024 11:08:24 -0300 Subject: [PATCH 4/5] chore: add thena router --- package.json | 2 +- src/constants/dexFactories.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a92aad31..12c2da8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "2.0.8", + "version": "2.0.9", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/dexFactories.ts b/src/constants/dexFactories.ts index d57ced16..33bf40a9 100644 --- a/src/constants/dexFactories.ts +++ b/src/constants/dexFactories.ts @@ -49,6 +49,7 @@ export const dexFactories: Partial< [LiquidityDex.ThenaV1]: { factory: '0xAFD89d21BdB66d00817d4153E055830B1c2B3970', //ThenaV1 protocol: Protocols.Solidly, + router: '0xd4ae6eCA985340Dd434D38F470aCCce4DC78D109', }, }, [ChainId.MATIC]: { From 3e984cff5af80ccc59191b1b6d99708af78de4c1 Mon Sep 17 00:00:00 2001 From: RandomApe Date: Tue, 9 Jul 2024 11:36:19 -0300 Subject: [PATCH 5/5] chore: added hbr reserve bond --- config/bills.json | 135 +++++++++++++++++++++++++++++++++++++++++ src/constants/bills.ts | 58 +++++++++--------- 2 files changed, 164 insertions(+), 29 deletions(-) diff --git a/config/bills.json b/config/bills.json index 93ea5a29..dc5d8237 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1438,6 +1438,141 @@ "fullDescription": "Harbor Market is a decentralized lending protocol on BNBChain, designed to optimize your crypto trading, lending, and investment experience. This DeFi platform stands out with its innovative features like oTokens, which offer unique hedging and speculative opportunities for sophisticated risk management and income generation. It also includes liquidity provider staking, where contributors to liquidity pools earn rewards in $oHBR and $USDT, with half of all fees collected going directly to LP stakers. Harbor Market boasts a user-friendly interface, making it easy to navigate the world of DeFi with intuitive tools and resources. The platform emphasizes security with robust protocols to ensure the safety of users' assets. Additionally, Harbor Market is community-driven, engaging a vibrant community of DeFi enthusiasts and experts. With its advanced strategies for maximizing returns and strong focus on security, Harbor Market provides a comprehensive and secure DeFi experience.", "tags": ["DeFi", "Lending"] }, + { + "index": 1077, + "chainId": 56, + "contractAddress": { + "56": "0x42a2dD8D1fCb15f65EE3d4d3cF813ff71424E208" + }, + "billType": "reserve", + "billVersion": "V2", + "token": { + "symbol": "USDT", + "address": { + "1": "0xdAC17F958D2ee523a2206206994597C13D831ec7", + "40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73", + "56": "0x55d398326f99059fF775485246999027B3197955", + "97": "0x337610d27c682E347C9cD60BD4b3b107C9d34dDd", + "137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F", + "1890": "0x6308fa9545126237158778e74AE1b6b89022C5c0", + "2525": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5", + "42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9", + "59144": "0xA219439258ca9da29E9Cc4cE5596924745e12B93" + }, + "decimals": { + "1": 6, + "40": 6, + "56": 18, + "97": 18, + "137": 6, + "1890": 6, + "2525": 6, + "42161": 6, + "59144": 6 + }, + "liquidityDex": { + "1": "UniswapV2", + "1890": "Elektrik", + "2525": "External", + "59144": "Nile" + }, + "active": true + }, + "quoteToken": { + "symbol": "USDT", + "address": { + "1": "0xdAC17F958D2ee523a2206206994597C13D831ec7", + "40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73", + "56": "0x55d398326f99059fF775485246999027B3197955", + "97": "0x337610d27c682E347C9cD60BD4b3b107C9d34dDd", + "137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F", + "1890": "0x6308fa9545126237158778e74AE1b6b89022C5c0", + "2525": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5", + "42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9", + "59144": "0xA219439258ca9da29E9Cc4cE5596924745e12B93" + }, + "decimals": { + "1": 6, + "40": 6, + "56": 18, + "97": 18, + "137": 6, + "1890": 6, + "2525": 6, + "42161": 6, + "59144": 6 + }, + "liquidityDex": { + "1": "UniswapV2", + "1890": "Elektrik", + "2525": "External", + "59144": "Nile" + }, + "active": true + }, + "lpToken": { + "symbol": "USDT", + "address": { + "1": "0xdAC17F958D2ee523a2206206994597C13D831ec7", + "40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73", + "56": "0x55d398326f99059fF775485246999027B3197955", + "97": "0x337610d27c682E347C9cD60BD4b3b107C9d34dDd", + "137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F", + "1890": "0x6308fa9545126237158778e74AE1b6b89022C5c0", + "2525": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5", + "42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9", + "59144": "0xA219439258ca9da29E9Cc4cE5596924745e12B93" + }, + "decimals": { + "1": 6, + "40": 6, + "56": 18, + "97": 18, + "137": 6, + "1890": 6, + "2525": 6, + "42161": 6, + "59144": 6 + }, + "liquidityDex": { + "1": "UniswapV2", + "1890": "Elektrik", + "2525": "External", + "59144": "Nile" + }, + "active": true + }, + "earnToken": { + "symbol": "HBR", + "address": { + "56": "0x42c95788F791a2be3584446854c8d9BB01BE88A9" + }, + "decimals": { + "56": 18 + }, + "active": true, + "liquidityDex": { + "56": "ThenaV1" + } + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "inactive": false, + "projectLink": "https://www.harbor.market", + "twitter": "https://x.com/0xHarborMarket", + "audit": "", + "initTime": { + "56": 1720544400 + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + }, + "shortDescription": "Harbor Market is a decentralized lending protocol on BNBChain, designed to optimize your crypto trading, lending, and investment experience. It features oTokens for unique hedging and speculative opportunities, and liquidity provider staking that rewards contributors in $oHBR and $USDT. With a user-friendly interface, robust security protocols, and a vibrant community, Harbor Market offers advanced strategies for maximizing returns and ensuring the safety of your assets.", + "fullDescription": "Harbor Market is a decentralized lending protocol on BNBChain, designed to optimize your crypto trading, lending, and investment experience. This DeFi platform stands out with its innovative features like oTokens, which offer unique hedging and speculative opportunities for sophisticated risk management and income generation. It also includes liquidity provider staking, where contributors to liquidity pools earn rewards in $oHBR and $USDT, with half of all fees collected going directly to LP stakers. Harbor Market boasts a user-friendly interface, making it easy to navigate the world of DeFi with intuitive tools and resources. The platform emphasizes security with robust protocols to ensure the safety of users' assets. Additionally, Harbor Market is community-driven, engaging a vibrant community of DeFi enthusiasts and experts. With its advanced strategies for maximizing returns and strong focus on security, Harbor Market provides a comprehensive and secure DeFi experience.", + "tags": ["DeFi", "Lending"] + }, { "index": 1076, "cmcId": 29157, diff --git a/src/constants/bills.ts b/src/constants/bills.ts index e5e31537..ed3d2c23 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -384,35 +384,35 @@ const bills: BillsConfig[] = [ fullDescription: `Harbor Market is a decentralized lending protocol on BNBChain, designed to optimize your crypto trading, lending, and investment experience. This DeFi platform stands out with its innovative features like oTokens, which offer unique hedging and speculative opportunities for sophisticated risk management and income generation. It also includes liquidity provider staking, where contributors to liquidity pools earn rewards in $oHBR and $USDT, with half of all fees collected going directly to LP stakers. Harbor Market boasts a user-friendly interface, making it easy to navigate the world of DeFi with intuitive tools and resources. The platform emphasizes security with robust protocols to ensure the safety of users' assets. Additionally, Harbor Market is community-driven, engaging a vibrant community of DeFi enthusiasts and experts. With its advanced strategies for maximizing returns and strong focus on security, Harbor Market provides a comprehensive and secure DeFi experience.`, tags: ['DeFi', 'Lending'], }, - // { - // index: 1077, - // chainId: ChainId.BSC, - // contractAddress: { - // [ChainId.BSC]: '', - // }, - // billType: 'reserve', - // billVersion: BillVersion.V2, - // token: tokens.usdt, - // quoteToken: tokens.usdt, - // lpToken: tokens.usdt, - // earnToken: tokens.hbr, - // billNnftAddress: { - // [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', - // }, - // inactive: false, - // projectLink: 'https://www.harbor.market', - // twitter: 'https://x.com/0xHarborMarket', - // audit: '', - // initTime: { [ChainId.BSC]: 1720544400 }, - // soldOut: false, - // billArt: { - // collection: BillArtCollection.ApeBond_Collection1, - // }, - // shortDescription: - // 'Harbor Market is a decentralized lending protocol on BNBChain, designed to optimize your crypto trading, lending, and investment experience. It features oTokens for unique hedging and speculative opportunities, and liquidity provider staking that rewards contributors in $oHBR and $USDT. With a user-friendly interface, robust security protocols, and a vibrant community, Harbor Market offers advanced strategies for maximizing returns and ensuring the safety of your assets.', - // fullDescription: `Harbor Market is a decentralized lending protocol on BNBChain, designed to optimize your crypto trading, lending, and investment experience. This DeFi platform stands out with its innovative features like oTokens, which offer unique hedging and speculative opportunities for sophisticated risk management and income generation. It also includes liquidity provider staking, where contributors to liquidity pools earn rewards in $oHBR and $USDT, with half of all fees collected going directly to LP stakers. Harbor Market boasts a user-friendly interface, making it easy to navigate the world of DeFi with intuitive tools and resources. The platform emphasizes security with robust protocols to ensure the safety of users' assets. Additionally, Harbor Market is community-driven, engaging a vibrant community of DeFi enthusiasts and experts. With its advanced strategies for maximizing returns and strong focus on security, Harbor Market provides a comprehensive and secure DeFi experience.`, - // tags: ['DeFi', 'Lending'], - // }, + { + index: 1077, + chainId: ChainId.BSC, + contractAddress: { + [ChainId.BSC]: '0x42a2dD8D1fCb15f65EE3d4d3cF813ff71424E208', + }, + billType: 'reserve', + billVersion: BillVersion.V2, + token: tokens.usdt, + quoteToken: tokens.usdt, + lpToken: tokens.usdt, + earnToken: tokens.hbr, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + inactive: false, + projectLink: 'https://www.harbor.market', + twitter: 'https://x.com/0xHarborMarket', + audit: '', + initTime: { [ChainId.BSC]: 1720544400 }, + soldOut: false, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + shortDescription: + 'Harbor Market is a decentralized lending protocol on BNBChain, designed to optimize your crypto trading, lending, and investment experience. It features oTokens for unique hedging and speculative opportunities, and liquidity provider staking that rewards contributors in $oHBR and $USDT. With a user-friendly interface, robust security protocols, and a vibrant community, Harbor Market offers advanced strategies for maximizing returns and ensuring the safety of your assets.', + fullDescription: `Harbor Market is a decentralized lending protocol on BNBChain, designed to optimize your crypto trading, lending, and investment experience. This DeFi platform stands out with its innovative features like oTokens, which offer unique hedging and speculative opportunities for sophisticated risk management and income generation. It also includes liquidity provider staking, where contributors to liquidity pools earn rewards in $oHBR and $USDT, with half of all fees collected going directly to LP stakers. Harbor Market boasts a user-friendly interface, making it easy to navigate the world of DeFi with intuitive tools and resources. The platform emphasizes security with robust protocols to ensure the safety of users' assets. Additionally, Harbor Market is community-driven, engaging a vibrant community of DeFi enthusiasts and experts. With its advanced strategies for maximizing returns and strong focus on security, Harbor Market provides a comprehensive and secure DeFi experience.`, + tags: ['DeFi', 'Lending'], + }, { index: 1076, cmcId: 29157,