From 1df46bd0560d3924966ec8f782223fdf9775e024 Mon Sep 17 00:00:00 2001 From: Efe Date: Mon, 18 Dec 2023 23:30:28 +0300 Subject: [PATCH] chore: Add XCREDI Bond --- config/bills.json | 73 +++++++++++++++++++++++++++++++++++++++++ config/tokens.json | 24 ++++++++++++++ package.json | 2 +- src/constants/bills.ts | 25 ++++++++++++++ src/constants/tokens.ts | 20 +++++++++++ 5 files changed, 143 insertions(+), 1 deletion(-) diff --git a/config/bills.json b/config/bills.json index 25eca659..3b2f3473 100644 --- a/config/bills.json +++ b/config/bills.json @@ -1558,6 +1558,79 @@ "collection": "ApeBond_Collection1" } }, + { + "index": 1011, + "contractAddress": { + "56": "0x8704d68C870B0d8faF50DE0071A474a2B6640558" + }, + "billType": "liquidity", + "billVersion": "V2", + "token": { + "symbol": "xCREDI", + "address": { + "56": "0x1265DAdE08e13F1c6f9706287FBE39083dC5a4b4" + }, + "decimals": { + "56": 18 + }, + "active": true + }, + "quoteToken": { + "symbol": "BNB", + "address": { + "56": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c", + "97": "0xae13d989dac2f0debff460ac112a837c89baa7cd", + "137": "0xa649325aa7c5093d12d6f98eb4378deae68ce23f" + }, + "decimals": { + "56": 18, + "97": 18, + "137": 18 + }, + "active": true + }, + "lpToken": { + "symbol": "xCREDI-BNB", + "address": { + "56": "0x79d6f5D3cDE38b51DABA455F710B92441123feca" + }, + "decimals": { + "56": 18 + }, + "active": true, + "lpToken": true, + "getLpUrl": { + "56": "https://apeswap.finance/add-liquidity/ETH/0x1265DAdE08e13F1c6f9706287FBE39083dC5a4b4" + } + }, + "earnToken": { + "symbol": "xCREDI", + "address": { + "56": "0x1265DAdE08e13F1c6f9706287FBE39083dC5a4b4" + }, + "decimals": { + "56": 18 + }, + "active": true + }, + "billNnftAddress": { + "56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9" + }, + "inactive": false, + "projectLink": "https://www.credefi.finance/", + "twitter": "https://twitter.com/credefi_finance/", + "audit": "https://www.certik.com/projects/credefi?utm_source=CMC&utm_campaign=AuditByCertiKLink", + "initTime": { + "56": 1701205200 + }, + "initPrice": { + "56": 0.00543082778284093 + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + } + }, { "index": 1009, "contractAddress": { diff --git a/config/tokens.json b/config/tokens.json index 896ab015..6765a2b7 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -2143,6 +2143,16 @@ }, "active": true }, + "xcredi": { + "symbol": "xCREDI", + "address": { + "56": "0x1265DAdE08e13F1c6f9706287FBE39083dC5a4b4" + }, + "decimals": { + "56": 18 + }, + "active": true + }, "ubxs": { "symbol": "UBXS", "address": { @@ -3181,6 +3191,20 @@ "active": true, "lpToken": true }, + "xcrediBnb": { + "symbol": "xCREDI-BNB", + "address": { + "56": "0x79d6f5D3cDE38b51DABA455F710B92441123feca" + }, + "decimals": { + "56": 18 + }, + "active": true, + "lpToken": true, + "getLpUrl": { + "56": "https://apeswap.finance/add-liquidity/ETH/0x1265DAdE08e13F1c6f9706287FBE39083dC5a4b4" + } + }, "rockBnb": { "symbol": "ROCK-BNB", "address": { diff --git a/package.json b/package.json index bb7dffaa..0d820a33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.7.8", + "version": "1.7.8-test.6969", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index e9f0b960..29eb5363 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -463,6 +463,31 @@ const bills: BillsConfig[] = [ collection: BillArtCollection.ApeBond_Collection1, }, }, + { + index: 1011, + contractAddress: { + [ChainId.BSC]: '0x8704d68C870B0d8faF50DE0071A474a2B6640558', + }, + billType: 'liquidity', + billVersion: BillVersion.V2, + token: tokens.xcredi, + quoteToken: tokens.wbnb, + lpToken: tokens.xcrediBnb, + earnToken: tokens.xcredi, + billNnftAddress: { + [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9', + }, + inactive: false, + projectLink: 'https://www.credefi.finance/', + twitter: 'https://twitter.com/credefi_finance/', + audit: 'https://www.certik.com/projects/credefi?utm_source=CMC&utm_campaign=AuditByCertiKLink', + initTime: { [ChainId.BSC]: 1701205200 }, + initPrice: { [ChainId.BSC]: 0.00543082778284093 }, + soldOut: false, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + }, { index: 1009, contractAddress: { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index b70d587c..053d4dfe 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -2147,6 +2147,14 @@ const tokens: Record = { decimals: { [ChainId.BSC]: 18 }, active: true, }, + xcredi: { + symbol: 'xCREDI', + address: { + [ChainId.BSC]: '0x1265DAdE08e13F1c6f9706287FBE39083dC5a4b4', + }, + decimals: { [ChainId.BSC]: 18 }, + active: true, + }, ubxs: { symbol: 'UBXS', address: { @@ -3166,6 +3174,18 @@ const tokens: Record = { active: true, lpToken: true, }, + xcrediBnb: { + symbol: 'xCREDI-BNB', + address: { + [ChainId.BSC]: '0x79d6f5D3cDE38b51DABA455F710B92441123feca', + }, + decimals: { [ChainId.BSC]: 18 }, + active: true, + lpToken: true, + getLpUrl: { + [ChainId.BSC]: 'https://apeswap.finance/add-liquidity/ETH/0x1265DAdE08e13F1c6f9706287FBE39083dC5a4b4', + }, + }, rockBnb: { symbol: 'ROCK-BNB', address: {