From 0552bf96413dc55d081a4349c65a5cf2028f9415 Mon Sep 17 00:00:00 2001 From: Efe Date: Tue, 3 Oct 2023 11:38:07 +0300 Subject: [PATCH] chore: Add PALM bond --- config/bills.json | 79 ++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- src/constants/bills.ts | 24 ++++++++++++- 3 files changed, 103 insertions(+), 2 deletions(-) diff --git a/config/bills.json b/config/bills.json index 40e679d1..592a1c9c 100644 --- a/config/bills.json +++ b/config/bills.json @@ -404,6 +404,85 @@ }, "soldOut": false }, + { + "index": 92, + "contractAddress": { + "56": "0xC7d087fBF15584E38a3d7d9448E4FEEe9E12c3DB" + }, + "billType": "liquidity", + "billVersion": "V2", + "token": { + "symbol": "PALM", + "address": { + "56": "0x29745314B4D294B7C77cDB411B8AAa95923aae38" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, + "quoteToken": { + "symbol": "BNB", + "address": { + "56": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c", + "97": "0xae13d989dac2f0debff460ac112a837c89baa7cd", + "137": "0xa649325aa7c5093d12d6f98eb4378deae68ce23f" + }, + "decimals": { + "56": 18, + "97": 18, + "137": 18 + }, + "active": true + }, + "lpToken": { + "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" + } + }, + "earnToken": { + "symbol": "PALM", + "address": { + "56": "0x29745314B4D294B7C77cDB411B8AAa95923aae38" + }, + "decimals": { + "56": 18 + }, + "liquidityDex": { + "56": "PancakeSwapV2" + }, + "active": true + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "inactive": false, + "projectLink": "https://palmswap.org/", + "twitter": "https://twitter.com/Palmswaporg", + "audit": "https://docs.palmswap.org/developers/audit", + "initTime": { + "56": 1696334400 + }, + "initPrice": { + "56": 0.00758 + }, + "soldOut": false + }, { "index": 91, "contractAddress": { diff --git a/package.json b/package.json index ca645ede..d771cf1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.26", + "version": "1.5.27", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index f67d80c8..891aca48 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 { BillsConfig, BillVersion } from '../types' -// BNB Largest ID: 91 +// BNB Largest ID: 92 // Polygon Largest ID: 109 // Telos Largest ID: 215 // Arbitrum Largest ID: 2003 @@ -118,6 +118,28 @@ const bills: BillsConfig[] = [ initPrice: { [ChainId.BSC]: 0.0303088 }, soldOut: false, }, + { + index: 92, + contractAddress: { + [ChainId.BSC]: '0xC7d087fBF15584E38a3d7d9448E4FEEe9E12c3DB', + }, + billType: 'liquidity', + billVersion: BillVersion.V2, + token: tokens.palm, + quoteToken: tokens.wbnb, + lpToken: tokens.palmBnb_PCS, + earnToken: tokens.palm, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + inactive: false, + projectLink: 'https://palmswap.org/', + twitter: 'https://twitter.com/Palmswaporg', + audit: 'https://docs.palmswap.org/developers/audit', + initTime: { [ChainId.BSC]: 1696334400 }, + initPrice: { [ChainId.BSC]: 0.00758 }, + soldOut: false, + }, { index: 91, contractAddress: {