From c4aa84b1840f3bf14071fdceb80896652c00af71 Mon Sep 17 00:00:00 2001 From: Efe Date: Tue, 5 Mar 2024 13:19:19 +0300 Subject: [PATCH 1/2] chore: Add liqDex flag to GQ token --- config/bills.json | 30 ++++++++++++++++++++++++------ config/tokens.json | 5 ++++- src/constants/tokens.ts | 3 +++ 3 files changed, 31 insertions(+), 7 deletions(-) diff --git a/config/bills.json b/config/bills.json index aa681d60..4a345533 100644 --- a/config/bills.json +++ b/config/bills.json @@ -5630,7 +5630,10 @@ "decimals": { "56": 18 }, - "active": true + "active": true, + "liquidityDex": { + "56": "PancakeSwapV2" + } }, "quoteToken": { "symbol": "BUSD", @@ -5663,7 +5666,10 @@ "decimals": { "56": 18 }, - "active": true + "active": true, + "liquidityDex": { + "56": "PancakeSwapV2" + } }, "billNnftAddress": { "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" @@ -8132,7 +8138,10 @@ "decimals": { "56": 18 }, - "active": true + "active": true, + "liquidityDex": { + "56": "PancakeSwapV2" + } }, "quoteToken": { "symbol": "BUSD", @@ -8165,7 +8174,10 @@ "decimals": { "56": 18 }, - "active": true + "active": true, + "liquidityDex": { + "56": "PancakeSwapV2" + } }, "billNnftAddress": { "56": "0x7FD203888661d1F0AE625eD599909f8F97698670" @@ -8662,7 +8674,10 @@ "decimals": { "56": 18 }, - "active": true + "active": true, + "liquidityDex": { + "56": "PancakeSwapV2" + } }, "quoteToken": { "symbol": "BUSD", @@ -8695,7 +8710,10 @@ "decimals": { "56": 18 }, - "active": true + "active": true, + "liquidityDex": { + "56": "PancakeSwapV2" + } }, "billNnftAddress": { "56": "0x7fd203888661d1f0ae625ed599909f8f97698670" diff --git a/config/tokens.json b/config/tokens.json index bb6c6bc5..73a94242 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -1594,7 +1594,10 @@ "decimals": { "56": 18 }, - "active": true + "active": true, + "liquidityDex": { + "56": "PancakeSwapV2" + } }, "aspo": { "symbol": "ASPO", diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 3f1b6b7f..5c13cd90 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -1600,6 +1600,9 @@ const tokens: Record = { [ChainId.BSC]: 18, }, active: true, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.PancakeSwapV2, + }, }, aspo: { symbol: 'ASPO', From aa31fb8e24fae2c95f960422608b9efc5842d311 Mon Sep 17 00:00:00 2001 From: Efe Date: Wed, 6 Mar 2024 13:20:16 +0300 Subject: [PATCH 2/2] chore: Add GQ bond --- config/bills.json | 87 ++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- src/constants/bills.ts | 29 +++++++++++++- 3 files changed, 116 insertions(+), 2 deletions(-) diff --git a/config/bills.json b/config/bills.json index 4a345533..b02f95ea 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1821,6 +1821,93 @@ "fullDescription": "ApeBond is a multi-chain bonding protocol dedicated to creating a sustainable DeFi future for projects and communities. Leveraging their innovative Bonding technology and collaborating with over 70 partners, they strive to become the leading protocol for bond solutions and sustainable liquidity.", "tags": ["Reserve"] }, + { + "index": 1033, + "contractAddress": { + "56": "0xD21e9754e988a711E03F94131c9a3024522E2C51" + }, + "billType": "reserve", + "billVersion": "V2", + "token": { + "symbol": "USDT", + "address": { + "40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73", + "56": "0x55d398326f99059fF775485246999027B3197955", + "137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F", + "42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" + }, + "decimals": { + "40": 6, + "56": 18, + "137": 6, + "42161": 6 + }, + "active": true + }, + "quoteToken": { + "symbol": "USDT", + "address": { + "40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73", + "56": "0x55d398326f99059fF775485246999027B3197955", + "137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F", + "42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" + }, + "decimals": { + "40": 6, + "56": 18, + "137": 6, + "42161": 6 + }, + "active": true + }, + "lpToken": { + "symbol": "USDT", + "address": { + "40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73", + "56": "0x55d398326f99059fF775485246999027B3197955", + "137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F", + "42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9" + }, + "decimals": { + "40": 6, + "56": 18, + "137": 6, + "42161": 6 + }, + "active": true + }, + "earnToken": { + "symbol": "GQ", + "address": { + "56": "0xF700D4c708C2be1463E355F337603183D20E0808" + }, + "decimals": { + "56": 18 + }, + "active": true, + "liquidityDex": { + "56": "PancakeSwapV2" + } + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "inactive": false, + "projectLink": "https://outerringmmo.com/", + "twitter": "https://twitter.com/OuterRingMMO", + "initTime": { + "56": 1709719908 + }, + "initPrice": { + "56": 0.001565790008091875 + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + }, + "fullDescription": "Embark on an epic journey through galaxies and science fiction worlds. Discover exciting quests and ancient mysteries. Be the protagonist of your own adventure and forge your legend. Discover a metaverse full of possibilities in Outer Ring and Become a Space Corsaire now!", + "tags": ["GameFi (Play To Earn)"] + }, { "index": 1032, "contractAddress": { diff --git a/package.json b/package.json index 5c016c66..754f3763 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.8.65", + "version": "1.8.66", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 3382e54d..a3fc19f6 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -2,7 +2,7 @@ import { ChainId } from '@ape.swap/sdk' import tokens from './tokens' import { BillArtCollection, BillsConfig, BillVersion, MigrationVestingTerms } from '../types' -// BNB Largest ID: 1031 +// BNB Largest ID: 1033 // Polygon Largest ID: 133 // Telos Largest ID: 215 // Arbitrum Largest ID: 2004 @@ -545,6 +545,33 @@ const bills: BillsConfig[] = [ 'ApeBond is a multi-chain bonding protocol dedicated to creating a sustainable DeFi future for projects and communities. Leveraging their innovative Bonding technology and collaborating with over 70 partners, they strive to become the leading protocol for bond solutions and sustainable liquidity.', tags: ['Reserve'], }, + { + index: 1033, + contractAddress: { + [ChainId.BSC]: '0xD21e9754e988a711E03F94131c9a3024522E2C51', + }, + billType: 'reserve', + billVersion: BillVersion.V2, + token: tokens.usdt, + quoteToken: tokens.usdt, + lpToken: tokens.usdt, + earnToken: tokens.gq, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + inactive: false, + projectLink: 'https://outerringmmo.com/', + twitter: 'https://twitter.com/OuterRingMMO', + initTime: { [ChainId.BSC]: 1709719908 }, + initPrice: { [ChainId.BSC]: 0.001565790008091875 }, + soldOut: false, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + fullDescription: + 'Embark on an epic journey through galaxies and science fiction worlds. Discover exciting quests and ancient mysteries. Be the protagonist of your own adventure and forge your legend. Discover a metaverse full of possibilities in Outer Ring and Become a Space Corsaire now!', + tags: ['GameFi (Play To Earn)'], + }, { index: 1032, contractAddress: {