Skip to content

Commit

Permalink
chore: Add XCREDI Bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Dec 18, 2023
1 parent 61772fb commit 1df46bd
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 1 deletion.
73 changes: 73 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
24 changes: 24 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2143,6 +2143,16 @@
},
"active": true
},
"xcredi": {
"symbol": "xCREDI",
"address": {
"56": "0x1265DAdE08e13F1c6f9706287FBE39083dC5a4b4"
},
"decimals": {
"56": 18
},
"active": true
},
"ubxs": {
"symbol": "UBXS",
"address": {
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
25 changes: 25 additions & 0 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
20 changes: 20 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2147,6 +2147,14 @@ const tokens: Record<string, Token> = {
decimals: { [ChainId.BSC]: 18 },
active: true,
},
xcredi: {
symbol: 'xCREDI',
address: {
[ChainId.BSC]: '0x1265DAdE08e13F1c6f9706287FBE39083dC5a4b4',
},
decimals: { [ChainId.BSC]: 18 },
active: true,
},
ubxs: {
symbol: 'UBXS',
address: {
Expand Down Expand Up @@ -3166,6 +3174,18 @@ const tokens: Record<string, Token> = {
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: {
Expand Down

0 comments on commit 1df46bd

Please sign in to comment.