From 7ed5722102daf05479cb177f009f6c73af4d6a69 Mon Sep 17 00:00:00 2001 From: Ape Fede Date: Wed, 22 Nov 2023 11:40:32 -0300 Subject: [PATCH 1/8] chore: Remove RPG bond --- config/bills.json | 80 ----------------------------------------- config/tokens.json | 17 --------- package.json | 2 +- src/constants/bills.ts | 27 +------------- src/constants/tokens.ts | 16 --------- 5 files changed, 2 insertions(+), 140 deletions(-) diff --git a/config/bills.json b/config/bills.json index 23fce316..b4ddebe8 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1419,86 +1419,6 @@ "collection": "ApeBond_Collection1" } }, - { - "index": 1006, - "contractAddress": { - "56": "0x5c43Ad9E1241b8432cF34FAf070A93E7676e9263" - }, - "billType": "liquidity", - "billVersion": "V2", - "token": { - "symbol": "BUSD", - "address": { - "56": "0xe9e7cea3dedca5984780bafc599bd69add087d56", - "97": "0xeD24FC36d5Ee211Ea25A80239Fb8C4Cfd80f12Ee" - }, - "decimals": { - "56": 18, - "97": 18 - }, - "active": true - }, - "quoteToken": { - "symbol": "RPG", - "address": { - "56": "0x01E0d17a533E5930A349C2BB71304F04F20AB12B" - }, - "decimals": { - "56": 18 - }, - "liquidityDex": { - "56": "PancakeSwapV2" - }, - "active": true - }, - "lpToken": { - "symbol": "RPG-BUSD", - "address": { - "56": "0xA9C815B975B72172d220065319902B176c527D72" - }, - "decimals": { - "56": 18 - }, - "active": true, - "lpToken": true, - "liquidityDex": { - "56": "PancakeSwapV2" - }, - "getLpUrl": { - "56": "https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x01E0d17a533E5930A349C2BB71304F04F20AB12B" - } - }, - "earnToken": { - "symbol": "RPG", - "address": { - "56": "0x01E0d17a533E5930A349C2BB71304F04F20AB12B" - }, - "decimals": { - "56": 18 - }, - "liquidityDex": { - "56": "PancakeSwapV2" - }, - "active": true - }, - "billNnftAddress": { - "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" - }, - "inactive": false, - "projectLink": "https://revolvegames.io/", - "twitter": "https://twitter.com/RevolveGamesio", - "audit": "https://drive.google.com/file/d/1lJdF7lEM3KQZmOW1p42Gm0eMbp7DF82C/view", - "initTime": { - "56": 1700658000 - }, - "initPrice": { - "56": 0.022797917366 - }, - "soldOut": false, - "billArt": { - "collection": "ApeBond_Collection1" - } - }, { "index": 1005, "contractAddress": { diff --git a/config/tokens.json b/config/tokens.json index 0eb5522b..689cf399 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -3064,23 +3064,6 @@ "56": "https://pancakeswap.finance/v2/add/0x55d398326f99059fF775485246999027B3197955/0x7B56748A3Ef9970A5bAe99c58aD8bC67b26c525F" } }, - "rpgBusd_PCS": { - "symbol": "RPG-BUSD", - "address": { - "56": "0xA9C815B975B72172d220065319902B176c527D72" - }, - "decimals": { - "56": 18 - }, - "active": true, - "lpToken": true, - "liquidityDex": { - "56": "PancakeSwapV2" - }, - "getLpUrl": { - "56": "https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x01E0d17a533E5930A349C2BB71304F04F20AB12B" - } - }, "cgvBnb_PCS": { "symbol": "CGV-BNB", "address": { diff --git a/package.json b/package.json index 93e75c96..4ead9354 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.53", + "version": "1.5.54", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 05492a13..80e5c332 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: 1006 +// BNB Largest ID: 1005 // Polygon Largest ID: 109 // Telos Largest ID: 215 // Arbitrum Largest ID: 2004 @@ -438,31 +438,6 @@ const bills: BillsConfig[] = [ collection: BillArtCollection.ApeBond_Collection1, }, }, - { - index: 1006, - contractAddress: { - [ChainId.BSC]: '0x5c43Ad9E1241b8432cF34FAf070A93E7676e9263', - }, - billType: 'liquidity', - billVersion: BillVersion.V2, - token: tokens.busd, - quoteToken: tokens.rpg, - lpToken: tokens.rpgBusd_PCS, - earnToken: tokens.rpg, - billNnftAddress: { - [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', - }, - inactive: false, - projectLink: 'https://revolvegames.io/', - twitter: 'https://twitter.com/RevolveGamesio', - audit: 'https://drive.google.com/file/d/1lJdF7lEM3KQZmOW1p42Gm0eMbp7DF82C/view', - initTime: { [ChainId.BSC]: 1700658000 }, - initPrice: { [ChainId.BSC]: 0.022797917366 }, - soldOut: false, - billArt: { - collection: BillArtCollection.ApeBond_Collection1, - }, - }, { index: 1005, contractAddress: { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 535fdd50..6b9514b9 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -3034,22 +3034,6 @@ const tokens: Record = { 'https://pancakeswap.finance/v2/add/0x55d398326f99059fF775485246999027B3197955/0x7B56748A3Ef9970A5bAe99c58aD8bC67b26c525F', }, }, - rpgBusd_PCS: { - symbol: 'RPG-BUSD', - address: { - [ChainId.BSC]: '0xA9C815B975B72172d220065319902B176c527D72', - }, - decimals: { [ChainId.BSC]: 18 }, - active: true, - lpToken: true, - liquidityDex: { - [ChainId.BSC]: LiquidityDex.PancakeSwapV2, - }, - getLpUrl: { - [ChainId.BSC]: - 'https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x01E0d17a533E5930A349C2BB71304F04F20AB12B', - }, - }, cgvBnb_PCS: { symbol: 'CGV-BNB', address: { From c9184612bcc76583c4de0f0a08f6244e924d56e1 Mon Sep 17 00:00:00 2001 From: Ape Fede Date: Wed, 22 Nov 2023 11:50:25 -0300 Subject: [PATCH 2/8] Revert "chore: Remove RPG bond" This reverts commit 7ed5722102daf05479cb177f009f6c73af4d6a69. --- config/bills.json | 80 +++++++++++++++++++++++++++++++++++++++++ config/tokens.json | 17 +++++++++ package.json | 2 +- src/constants/bills.ts | 27 +++++++++++++- src/constants/tokens.ts | 16 +++++++++ 5 files changed, 140 insertions(+), 2 deletions(-) diff --git a/config/bills.json b/config/bills.json index b4ddebe8..23fce316 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1419,6 +1419,86 @@ "collection": "ApeBond_Collection1" } }, + { + "index": 1006, + "contractAddress": { + "56": "0x5c43Ad9E1241b8432cF34FAf070A93E7676e9263" + }, + "billType": "liquidity", + "billVersion": "V2", + "token": { + "symbol": "BUSD", + "address": { + "56": "0xe9e7cea3dedca5984780bafc599bd69add087d56", + "97": "0xeD24FC36d5Ee211Ea25A80239Fb8C4Cfd80f12Ee" + }, + "decimals": { + "56": 18, + "97": 18 + }, + "active": true + }, + "quoteToken": { + "symbol": "RPG", + "address": { + "56": "0x01E0d17a533E5930A349C2BB71304F04F20AB12B" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, + "lpToken": { + "symbol": "RPG-BUSD", + "address": { + "56": "0xA9C815B975B72172d220065319902B176c527D72" + }, + "decimals": { + "56": 18 + }, + "active": true, + "lpToken": true, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "getLpUrl": { + "56": "https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x01E0d17a533E5930A349C2BB71304F04F20AB12B" + } + }, + "earnToken": { + "symbol": "RPG", + "address": { + "56": "0x01E0d17a533E5930A349C2BB71304F04F20AB12B" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "inactive": false, + "projectLink": "https://revolvegames.io/", + "twitter": "https://twitter.com/RevolveGamesio", + "audit": "https://drive.google.com/file/d/1lJdF7lEM3KQZmOW1p42Gm0eMbp7DF82C/view", + "initTime": { + "56": 1700658000 + }, + "initPrice": { + "56": 0.022797917366 + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + } + }, { "index": 1005, "contractAddress": { diff --git a/config/tokens.json b/config/tokens.json index 689cf399..0eb5522b 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -3064,6 +3064,23 @@ "56": "https://pancakeswap.finance/v2/add/0x55d398326f99059fF775485246999027B3197955/0x7B56748A3Ef9970A5bAe99c58aD8bC67b26c525F" } }, + "rpgBusd_PCS": { + "symbol": "RPG-BUSD", + "address": { + "56": "0xA9C815B975B72172d220065319902B176c527D72" + }, + "decimals": { + "56": 18 + }, + "active": true, + "lpToken": true, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "getLpUrl": { + "56": "https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x01E0d17a533E5930A349C2BB71304F04F20AB12B" + } + }, "cgvBnb_PCS": { "symbol": "CGV-BNB", "address": { diff --git a/package.json b/package.json index 4ead9354..93e75c96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.54", + "version": "1.5.53", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 80e5c332..05492a13 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: 1005 +// BNB Largest ID: 1006 // Polygon Largest ID: 109 // Telos Largest ID: 215 // Arbitrum Largest ID: 2004 @@ -438,6 +438,31 @@ const bills: BillsConfig[] = [ collection: BillArtCollection.ApeBond_Collection1, }, }, + { + index: 1006, + contractAddress: { + [ChainId.BSC]: '0x5c43Ad9E1241b8432cF34FAf070A93E7676e9263', + }, + billType: 'liquidity', + billVersion: BillVersion.V2, + token: tokens.busd, + quoteToken: tokens.rpg, + lpToken: tokens.rpgBusd_PCS, + earnToken: tokens.rpg, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + inactive: false, + projectLink: 'https://revolvegames.io/', + twitter: 'https://twitter.com/RevolveGamesio', + audit: 'https://drive.google.com/file/d/1lJdF7lEM3KQZmOW1p42Gm0eMbp7DF82C/view', + initTime: { [ChainId.BSC]: 1700658000 }, + initPrice: { [ChainId.BSC]: 0.022797917366 }, + soldOut: false, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + }, { index: 1005, contractAddress: { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 6b9514b9..535fdd50 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -3034,6 +3034,22 @@ const tokens: Record = { 'https://pancakeswap.finance/v2/add/0x55d398326f99059fF775485246999027B3197955/0x7B56748A3Ef9970A5bAe99c58aD8bC67b26c525F', }, }, + rpgBusd_PCS: { + symbol: 'RPG-BUSD', + address: { + [ChainId.BSC]: '0xA9C815B975B72172d220065319902B176c527D72', + }, + decimals: { [ChainId.BSC]: 18 }, + active: true, + lpToken: true, + liquidityDex: { + [ChainId.BSC]: LiquidityDex.PancakeSwapV2, + }, + getLpUrl: { + [ChainId.BSC]: + 'https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x01E0d17a533E5930A349C2BB71304F04F20AB12B', + }, + }, cgvBnb_PCS: { symbol: 'CGV-BNB', address: { From 8713e4eca11e668857510f4ef164c4342551ccec Mon Sep 17 00:00:00 2001 From: Ape Fede Date: Wed, 22 Nov 2023 12:34:12 -0300 Subject: [PATCH 3/8] chore: remove RPG liquidity bond --- config/bills.json | 80 ----------------------------------------- config/tokens.json | 17 --------- package.json | 2 +- src/constants/bills.ts | 27 +------------- src/constants/tokens.ts | 16 --------- 5 files changed, 2 insertions(+), 140 deletions(-) diff --git a/config/bills.json b/config/bills.json index 23fce316..b4ddebe8 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1419,86 +1419,6 @@ "collection": "ApeBond_Collection1" } }, - { - "index": 1006, - "contractAddress": { - "56": "0x5c43Ad9E1241b8432cF34FAf070A93E7676e9263" - }, - "billType": "liquidity", - "billVersion": "V2", - "token": { - "symbol": "BUSD", - "address": { - "56": "0xe9e7cea3dedca5984780bafc599bd69add087d56", - "97": "0xeD24FC36d5Ee211Ea25A80239Fb8C4Cfd80f12Ee" - }, - "decimals": { - "56": 18, - "97": 18 - }, - "active": true - }, - "quoteToken": { - "symbol": "RPG", - "address": { - "56": "0x01E0d17a533E5930A349C2BB71304F04F20AB12B" - }, - "decimals": { - "56": 18 - }, - "liquidityDex": { - "56": "PancakeSwapV2" - }, - "active": true - }, - "lpToken": { - "symbol": "RPG-BUSD", - "address": { - "56": "0xA9C815B975B72172d220065319902B176c527D72" - }, - "decimals": { - "56": 18 - }, - "active": true, - "lpToken": true, - "liquidityDex": { - "56": "PancakeSwapV2" - }, - "getLpUrl": { - "56": "https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x01E0d17a533E5930A349C2BB71304F04F20AB12B" - } - }, - "earnToken": { - "symbol": "RPG", - "address": { - "56": "0x01E0d17a533E5930A349C2BB71304F04F20AB12B" - }, - "decimals": { - "56": 18 - }, - "liquidityDex": { - "56": "PancakeSwapV2" - }, - "active": true - }, - "billNnftAddress": { - "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" - }, - "inactive": false, - "projectLink": "https://revolvegames.io/", - "twitter": "https://twitter.com/RevolveGamesio", - "audit": "https://drive.google.com/file/d/1lJdF7lEM3KQZmOW1p42Gm0eMbp7DF82C/view", - "initTime": { - "56": 1700658000 - }, - "initPrice": { - "56": 0.022797917366 - }, - "soldOut": false, - "billArt": { - "collection": "ApeBond_Collection1" - } - }, { "index": 1005, "contractAddress": { diff --git a/config/tokens.json b/config/tokens.json index 0eb5522b..689cf399 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -3064,23 +3064,6 @@ "56": "https://pancakeswap.finance/v2/add/0x55d398326f99059fF775485246999027B3197955/0x7B56748A3Ef9970A5bAe99c58aD8bC67b26c525F" } }, - "rpgBusd_PCS": { - "symbol": "RPG-BUSD", - "address": { - "56": "0xA9C815B975B72172d220065319902B176c527D72" - }, - "decimals": { - "56": 18 - }, - "active": true, - "lpToken": true, - "liquidityDex": { - "56": "PancakeSwapV2" - }, - "getLpUrl": { - "56": "https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x01E0d17a533E5930A349C2BB71304F04F20AB12B" - } - }, "cgvBnb_PCS": { "symbol": "CGV-BNB", "address": { diff --git a/package.json b/package.json index 93e75c96..4ead9354 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.53", + "version": "1.5.54", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 05492a13..80e5c332 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: 1006 +// BNB Largest ID: 1005 // Polygon Largest ID: 109 // Telos Largest ID: 215 // Arbitrum Largest ID: 2004 @@ -438,31 +438,6 @@ const bills: BillsConfig[] = [ collection: BillArtCollection.ApeBond_Collection1, }, }, - { - index: 1006, - contractAddress: { - [ChainId.BSC]: '0x5c43Ad9E1241b8432cF34FAf070A93E7676e9263', - }, - billType: 'liquidity', - billVersion: BillVersion.V2, - token: tokens.busd, - quoteToken: tokens.rpg, - lpToken: tokens.rpgBusd_PCS, - earnToken: tokens.rpg, - billNnftAddress: { - [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', - }, - inactive: false, - projectLink: 'https://revolvegames.io/', - twitter: 'https://twitter.com/RevolveGamesio', - audit: 'https://drive.google.com/file/d/1lJdF7lEM3KQZmOW1p42Gm0eMbp7DF82C/view', - initTime: { [ChainId.BSC]: 1700658000 }, - initPrice: { [ChainId.BSC]: 0.022797917366 }, - soldOut: false, - billArt: { - collection: BillArtCollection.ApeBond_Collection1, - }, - }, { index: 1005, contractAddress: { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 535fdd50..6b9514b9 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -3034,22 +3034,6 @@ const tokens: Record = { 'https://pancakeswap.finance/v2/add/0x55d398326f99059fF775485246999027B3197955/0x7B56748A3Ef9970A5bAe99c58aD8bC67b26c525F', }, }, - rpgBusd_PCS: { - symbol: 'RPG-BUSD', - address: { - [ChainId.BSC]: '0xA9C815B975B72172d220065319902B176c527D72', - }, - decimals: { [ChainId.BSC]: 18 }, - active: true, - lpToken: true, - liquidityDex: { - [ChainId.BSC]: LiquidityDex.PancakeSwapV2, - }, - getLpUrl: { - [ChainId.BSC]: - 'https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x01E0d17a533E5930A349C2BB71304F04F20AB12B', - }, - }, cgvBnb_PCS: { symbol: 'CGV-BNB', address: { From d0fcb26726ad493a6ead419ea4104d8bb603f494 Mon Sep 17 00:00:00 2001 From: Efe Date: Wed, 22 Nov 2023 19:57:05 +0300 Subject: [PATCH 4/8] chore: Add RPG reserve bond --- config/bills.json | 102 +++++++++++++++++++++++++++++++++++++---- package.json | 2 +- src/constants/bills.ts | 43 +++++++++++++---- 3 files changed, 129 insertions(+), 18 deletions(-) diff --git a/config/bills.json b/config/bills.json index b4ddebe8..58b5c8bf 100644 --- a/config/bills.json +++ b/config/bills.json @@ -752,7 +752,7 @@ "billNnftAddress": { "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" }, - "inactive": false, + "inactive": true, "projectLink": "https://apeswap.finance/", "twitter": "https://twitter.com/ApeBond", "audit": "https://paladinsec.co/projects/apeswap/", @@ -1152,7 +1152,7 @@ "billNnftAddress": { "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" }, - "inactive": false, + "inactive": true, "projectLink": "https://apeswap.finance/", "twitter": "https://twitter.com/ApeBond", "audit": "https://paladinsec.co/projects/apeswap/", @@ -1162,7 +1162,7 @@ "initPrice": { "56": 0.02559786 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" } @@ -1234,7 +1234,7 @@ "billNnftAddress": { "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" }, - "inactive": false, + "inactive": true, "projectLink": "https://apeswap.finance/", "twitter": "https://twitter.com/ApeBond", "audit": "https://paladinsec.co/projects/apeswap/", @@ -1244,7 +1244,7 @@ "initPrice": { "56": 0.02559786 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" } @@ -1320,7 +1320,7 @@ "billNnftAddress": { "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" }, - "inactive": false, + "inactive": true, "projectLink": "https://apeswap.finance/", "twitter": "https://twitter.com/ApeBond", "audit": "https://paladinsec.co/projects/apeswap/", @@ -1330,7 +1330,7 @@ "initPrice": { "56": 0.02559786 }, - "soldOut": false, + "soldOut": true, "billArt": { "collection": "ApeBond_Collection1" } @@ -1404,7 +1404,7 @@ "billNnftAddress": { "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" }, - "inactive": false, + "inactive": true, "projectLink": "https://apeswap.finance/", "twitter": "https://twitter.com/ApeBond", "audit": "https://paladinsec.co/projects/apeswap/", @@ -1414,6 +1414,92 @@ "initPrice": { "56": 0.02559786 }, + "soldOut": true, + "billArt": { + "collection": "ApeBond_Collection1" + } + }, + { + "index": 1006, + "contractAddress": { + "56": "0x286483b8b5E30d89b8B39C2817A9c9777e22C2C1" + }, + "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": "RPG", + "address": { + "56": "0x01E0d17a533E5930A349C2BB71304F04F20AB12B" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "inactive": false, + "projectLink": "https://revolvegames.io/", + "twitter": "https://twitter.com/RevolveGamesio", + "audit": "https://drive.google.com/file/d/1lJdF7lEM3KQZmOW1p42Gm0eMbp7DF82C/view", + "initTime": { + "56": 1700676000 + }, + "initPrice": { + "56": 0.022797917366 + }, "soldOut": false, "billArt": { "collection": "ApeBond_Collection1" diff --git a/package.json b/package.json index 4ead9354..e0d48ee2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.54", + "version": "1.5.55", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 80e5c332..9b8a5c2b 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: 1005 +// BNB Largest ID: 1006 // Polygon Largest ID: 109 // Telos Largest ID: 215 // Arbitrum Largest ID: 2004 @@ -239,7 +239,7 @@ const bills: BillsConfig[] = [ billNnftAddress: { [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', }, - inactive: false, + inactive: true, projectLink: 'https://apeswap.finance/', twitter: 'https://twitter.com/ApeBond', audit: 'https://paladinsec.co/projects/apeswap/', @@ -352,13 +352,13 @@ const bills: BillsConfig[] = [ billNnftAddress: { [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', }, - inactive: false, + inactive: true, projectLink: 'https://apeswap.finance/', twitter: 'https://twitter.com/ApeBond', audit: 'https://paladinsec.co/projects/apeswap/', initTime: { [ChainId.BSC]: 1699621200 }, initPrice: { [ChainId.BSC]: 0.02559786 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ApeBond_Collection1, }, @@ -377,13 +377,13 @@ const bills: BillsConfig[] = [ billNnftAddress: { [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', }, - inactive: false, + inactive: true, projectLink: 'https://apeswap.finance/', twitter: 'https://twitter.com/ApeBond', audit: 'https://paladinsec.co/projects/apeswap/', initTime: { [ChainId.BSC]: 1699621200 }, initPrice: { [ChainId.BSC]: 0.02559786 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ApeBond_Collection1, }, @@ -402,13 +402,13 @@ const bills: BillsConfig[] = [ billNnftAddress: { [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', }, - inactive: false, + inactive: true, projectLink: 'https://apeswap.finance/', twitter: 'https://twitter.com/ApeBond', audit: 'https://paladinsec.co/projects/apeswap/', initTime: { [ChainId.BSC]: 1699621200 }, initPrice: { [ChainId.BSC]: 0.02559786 }, - soldOut: false, + soldOut: true, billArt: { collection: BillArtCollection.ApeBond_Collection1, }, @@ -427,12 +427,37 @@ const bills: BillsConfig[] = [ billNnftAddress: { [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', }, - inactive: false, + inactive: true, projectLink: 'https://apeswap.finance/', twitter: 'https://twitter.com/ApeBond', audit: 'https://paladinsec.co/projects/apeswap/', initTime: { [ChainId.BSC]: 1699621200 }, initPrice: { [ChainId.BSC]: 0.02559786 }, + soldOut: true, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + }, + { + index: 1006, + contractAddress: { + [ChainId.BSC]: '0x286483b8b5E30d89b8B39C2817A9c9777e22C2C1', + }, + billType: 'reserve', + billVersion: BillVersion.V2, + token: tokens.usdt, + quoteToken: tokens.usdt, + lpToken: tokens.usdt, + earnToken: tokens.rpg, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + inactive: false, + projectLink: 'https://revolvegames.io/', + twitter: 'https://twitter.com/RevolveGamesio', + audit: 'https://drive.google.com/file/d/1lJdF7lEM3KQZmOW1p42Gm0eMbp7DF82C/view', + initTime: { [ChainId.BSC]: 1700676000 }, + initPrice: { [ChainId.BSC]: 0.022797917366 }, soldOut: false, billArt: { collection: BillArtCollection.ApeBond_Collection1, From 51c9e13b80e5bc9a883af05e3aa070adfcb26f0e Mon Sep 17 00:00:00 2001 From: Efe Date: Fri, 24 Nov 2023 18:37:34 +0300 Subject: [PATCH 5/8] chore: Add ACF CEX bond --- config/bills.json | 83 +++++++++++++++++++++++++++++++++++++++++ config/tokens.json | 10 +++++ package.json | 2 +- src/constants/bills.ts | 27 +++++++++++++- src/constants/tokens.ts | 10 +++++ 5 files changed, 130 insertions(+), 2 deletions(-) diff --git a/config/bills.json b/config/bills.json index 58b5c8bf..dbda13a0 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1419,6 +1419,89 @@ "collection": "ApeBond_Collection1" } }, + { + "index": 1007, + "contractAddress": { + "56": "0x6D7637683eaD28F775F56506602191fdE417fF60" + }, + "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": "ACF", + "address": { + "56": "0x5C2047b2Ca5A2F561e06804ead73AF116845C235" + }, + "decimals": { + "56": 18 + }, + "active": true + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "inactive": false, + "projectLink": "https://apeswap.finance/", + "twitter": "https://twitter.com/ape_swap", + "audit": "https://paladinsec.co/projects/apeswap/", + "initTime": { + "56": 1702472400 + }, + "initPrice": { + "56": 1 + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + } + }, { "index": 1006, "contractAddress": { diff --git a/config/tokens.json b/config/tokens.json index 689cf399..ed8c9def 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -833,6 +833,16 @@ }, "active": true }, + "acf": { + "symbol": "ACF", + "address": { + "56": "0x5C2047b2Ca5A2F561e06804ead73AF116845C235" + }, + "decimals": { + "56": 18 + }, + "active": true + }, "lime": { "symbol": "LIME", "address": { diff --git a/package.json b/package.json index e0d48ee2..65e4a73d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.55", + "version": "1.5.56", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 9b8a5c2b..a1803ac5 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: 1006 +// BNB Largest ID: 1007 // Polygon Largest ID: 109 // Telos Largest ID: 215 // Arbitrum Largest ID: 2004 @@ -438,6 +438,31 @@ const bills: BillsConfig[] = [ collection: BillArtCollection.ApeBond_Collection1, }, }, + { + index: 1007, //ACF 60 DAYS + contractAddress: { + [ChainId.BSC]: '0x6D7637683eaD28F775F56506602191fdE417fF60', + }, + billType: 'reserve', + billVersion: BillVersion.V2, + token: tokens.usdt, + quoteToken: tokens.usdt, + lpToken: tokens.usdt, + earnToken: tokens.acf, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + inactive: false, + projectLink: 'https://apeswap.finance/', + twitter: 'https://twitter.com/ape_swap', + audit: 'https://paladinsec.co/projects/apeswap/', + initTime: { [ChainId.BSC]: 1702472400 }, + initPrice: { [ChainId.BSC]: 1 }, + soldOut: false, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + }, { index: 1006, contractAddress: { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 6b9514b9..778d6704 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -835,6 +835,16 @@ const tokens: Record = { }, active: true, }, + acf: { + symbol: 'ACF', + address: { + [ChainId.BSC]: '0x5C2047b2Ca5A2F561e06804ead73AF116845C235', + }, + decimals: { + [ChainId.BSC]: 18, + }, + active: true, + }, lime: { symbol: 'LIME', address: { From a422901915a277eb915531e1cec4a84f92a136e8 Mon Sep 17 00:00:00 2001 From: Ape Fede Date: Fri, 24 Nov 2023 14:55:07 -0300 Subject: [PATCH 6/8] chore: fix URLS for cex bond --- config/bills.json | 4 ++-- package.json | 2 +- src/constants/bills.ts | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/bills.json b/config/bills.json index dbda13a0..97e67fde 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1488,8 +1488,8 @@ "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" }, "inactive": false, - "projectLink": "https://apeswap.finance/", - "twitter": "https://twitter.com/ape_swap", + "projectLink": "https://ape.bond/", + "twitter": "https://twitter.com/apebond", "audit": "https://paladinsec.co/projects/apeswap/", "initTime": { "56": 1702472400 diff --git a/package.json b/package.json index 65e4a73d..8c2bdbde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.56", + "version": "1.5.57", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index a1803ac5..18d69eee 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -453,8 +453,8 @@ const bills: BillsConfig[] = [ [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', }, inactive: false, - projectLink: 'https://apeswap.finance/', - twitter: 'https://twitter.com/ape_swap', + projectLink: 'https://ape.bond/', + twitter: 'https://twitter.com/apebond', audit: 'https://paladinsec.co/projects/apeswap/', initTime: { [ChainId.BSC]: 1702472400 }, initPrice: { [ChainId.BSC]: 1 }, From 2b02d862b4ac0ff216b1a8d52e5c043d191d2c84 Mon Sep 17 00:00:00 2001 From: Efe Date: Sun, 26 Nov 2023 13:03:02 +0300 Subject: [PATCH 7/8] chore: Add AITECH reserve bond --- config/bills.json | 86 ++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- src/constants/bills.ts | 27 ++++++++++++- 3 files changed, 113 insertions(+), 2 deletions(-) diff --git a/config/bills.json b/config/bills.json index 97e67fde..28f5f12b 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1502,6 +1502,92 @@ "collection": "ApeBond_Collection1" } }, + { + "index": 1008, + "contractAddress": { + "56": "0x80BfFF3E62384302058a3185e7FF4F087F8be9bA" + }, + "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": "AITECH", + "address": { + "56": "0x2d060ef4d6bf7f9e5edde373ab735513c0e4f944" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "inactive": false, + "projectLink": "https://ai-tech.io/", + "twitter": "https://twitter.com/AITECHio", + "audit": "https://skynet.certik.com/projects/solidus-ai-tech", + "initTime": { + "56": 1700992815 + }, + "initPrice": { + "56": 0.02511437248 + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + } + }, { "index": 1006, "contractAddress": { diff --git a/package.json b/package.json index 8c2bdbde..14486857 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.57", + "version": "1.5.58", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 18d69eee..f3e7e432 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: 1007 +// BNB Largest ID: 1008 // Polygon Largest ID: 109 // Telos Largest ID: 215 // Arbitrum Largest ID: 2004 @@ -463,6 +463,31 @@ const bills: BillsConfig[] = [ collection: BillArtCollection.ApeBond_Collection1, }, }, + { + index: 1008, + contractAddress: { + [ChainId.BSC]: '0x80BfFF3E62384302058a3185e7FF4F087F8be9bA', + }, + billType: 'reserve', + billVersion: BillVersion.V2, + token: tokens.usdt, + quoteToken: tokens.usdt, + lpToken: tokens.usdt, + earnToken: tokens.aitech, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + inactive: false, + projectLink: 'https://ai-tech.io/', + twitter: 'https://twitter.com/AITECHio', + audit: 'https://skynet.certik.com/projects/solidus-ai-tech', + initTime: { [ChainId.BSC]: 1700992815 }, + initPrice: { [ChainId.BSC]: 0.02511437248 }, + soldOut: false, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + }, { index: 1006, contractAddress: { From 0245b995d75acf58ac714c1e959df77f86e33b55 Mon Sep 17 00:00:00 2001 From: Efe Date: Sun, 26 Nov 2023 21:14:50 +0300 Subject: [PATCH 8/8] chore: Update AITECH bill contract --- config/bills.json | 2 +- package.json | 2 +- src/constants/bills.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/bills.json b/config/bills.json index 28f5f12b..a86c8719 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1505,7 +1505,7 @@ { "index": 1008, "contractAddress": { - "56": "0x80BfFF3E62384302058a3185e7FF4F087F8be9bA" + "56": "0xdBBa7C8F6Db6fA1057E58Cc0307d26e7e3F0848E" }, "billType": "reserve", "billVersion": "V2", diff --git a/package.json b/package.json index 14486857..dc23db40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.58", + "version": "1.5.59", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index f3e7e432..9dc05966 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -466,7 +466,7 @@ const bills: BillsConfig[] = [ { index: 1008, contractAddress: { - [ChainId.BSC]: '0x80BfFF3E62384302058a3185e7FF4F087F8be9bA', + [ChainId.BSC]: '0xdBBa7C8F6Db6fA1057E58Cc0307d26e7e3F0848E', }, billType: 'reserve', billVersion: BillVersion.V2,