Skip to content

Commit

Permalink
chore: Add FAV bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Mar 8, 2024
1 parent 76f4520 commit a9149ec
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 4 deletions.
105 changes: 104 additions & 1 deletion config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -1859,13 +1859,116 @@
"initPrice": {
"56": 0.002404165611
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
"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": 1035,
"contractAddress": {
"56": "0x66B3D959675427904a5Fa74aa3cC49ddDCa06b52"
},
"billType": "reserve",
"billVersion": "V2",
"token": {
"symbol": "USDT",
"address": {
"40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73",
"56": "0x55d398326f99059fF775485246999027B3197955",
"137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
"2525": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5",
"42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"
},
"decimals": {
"40": 6,
"56": 18,
"137": 6,
"2525": 6,
"42161": 6
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"quoteToken": {
"symbol": "USDT",
"address": {
"40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73",
"56": "0x55d398326f99059fF775485246999027B3197955",
"137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
"2525": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5",
"42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"
},
"decimals": {
"40": 6,
"56": 18,
"137": 6,
"2525": 6,
"42161": 6
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"lpToken": {
"symbol": "USDT",
"address": {
"40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73",
"56": "0x55d398326f99059fF775485246999027B3197955",
"137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
"2525": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5",
"42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"
},
"decimals": {
"40": 6,
"56": 18,
"137": 6,
"2525": 6,
"42161": 6
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"earnToken": {
"symbol": "FAV",
"address": {
"56": "0x1A076E4633FA139D7B908b88326de603Fbe8c199"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV3"
},
"active": true
},
"billNnftAddress": {
"56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9"
},
"inactive": false,
"projectLink": "https://home.alphaverse.com/",
"twitter": "https://twitter.com/AlphaVersegame",
"audit": "https://omniscia.io/reports/fav-token-implementation-64805de3e824970014254148",
"initTime": {
"56": 1704891600
},
"initPrice": {
"56": 0.00173967992950712
},
"soldOut": false,
"billArt": {
"collection": "ApeBond_Collection1"
},
"tags": ["Metaverse"],
"fullDescription": "AlphaVerse is always growing with new universes getting connected. Some are native to AlphaVerse, some are developed by their partners and third parties. Explore all of them seamlessly with one account. AlphaVerse: the central Hub where multiple universes get connected."
},
{
"index": 1034,
"contractAddress": {
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.8.70",
"version": "1.8.71",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
32 changes: 30 additions & 2 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ChainId } from '@ape.swap/sdk'
import tokens from './tokens'
import { BillArtCollection, BillsConfig, BillVersion, MigrationVestingTerms } from '../types'

// BNB Largest ID: 1034
// BNB Largest ID: 1035
// Polygon Largest ID: 133
// Telos Largest ID: 215
// Arbitrum Largest ID: 2004
Expand Down Expand Up @@ -537,14 +537,42 @@ const bills: BillsConfig[] = [
audit: 'https://paladinsec.co/projects/apeswap/',
initTime: { [ChainId.BSC]: 1700485200 },
initPrice: { [ChainId.BSC]: 0.002404165611 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
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: 1035,
contractAddress: {
[ChainId.BSC]: '0x66B3D959675427904a5Fa74aa3cC49ddDCa06b52',
},
billType: 'reserve',
billVersion: BillVersion.V2,
token: tokens.usdt,
quoteToken: tokens.usdt,
lpToken: tokens.usdt,
earnToken: tokens.fav,
billNnftAddress: {
[ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
},
inactive: false,
projectLink: 'https://home.alphaverse.com/',
twitter: 'https://twitter.com/AlphaVersegame',
audit: 'https://omniscia.io/reports/fav-token-implementation-64805de3e824970014254148',
initTime: { [ChainId.BSC]: 1704891600 },
initPrice: { [ChainId.BSC]: 0.00173967992950712 },
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
tags: ['Metaverse'],
fullDescription:
'AlphaVerse is always growing with new universes getting connected. Some are native to AlphaVerse, some are developed by their partners and third parties. Explore all of them seamlessly with one account. AlphaVerse: the central Hub where multiple universes get connected.',
},
{
index: 1034,
contractAddress: {
Expand Down

0 comments on commit a9149ec

Please sign in to comment.