Skip to content

Commit

Permalink
Merge pull request #511 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
hide vda bond
  • Loading branch information
ape-fede authored Aug 21, 2024
2 parents 561ee06 + e993bbe commit e90f90a
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -11166,7 +11166,7 @@
"initTime": {
"137": 1723642568
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "ApeBond_Collection1"
},
Expand Down
46 changes: 42 additions & 4 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import tokens from './tokens'
import { BillArtCollection, BillsConfig, BillVersion, ChainId, MigrationVestingTerms } from '../types'

// BNB Largest ID: 1087
// Polygon Largest ID: 161
// BNB Largest ID: 1088
// Polygon Largest ID: 162
// Telos Largest ID: 215
// Arbitrum Largest ID: 2010
// ETH Largest ID: 3016
// ETH Largest ID: 3019
// Linea Largest ID: 6007
// Base Largest ID: 8007
// Lightlink Largest ID: 7000
Expand Down Expand Up @@ -551,6 +551,44 @@ const bills: BillsConfig[] = [
//
// BNB chain
//
// {
// index: 1088,
// cmcId: 29157,
// chainId: ChainId.BSC,
// contractAddress: {
// [ChainId.BSC]: '0xBFDF130e393D6Ec6019F81C67964EBDd2ff2d874',
// },
// billType: 'reserve',
// billVersion: BillVersion.V2,
// lpToken: tokens.usdt,
// earnToken: tokens.abond,
// billNnftAddress: {
// [ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
// },
// inactive: false,
// projectLink: 'https://ape.bond/',
// twitter: 'https://twitter.com/apebond',
// audit: 'https://paladinsec.co/projects/apebond/',
// initTime: { [ChainId.BSC]: 1714137138 },
// initPrice: { [ChainId.BSC]: 0.02599658552546072 },
// soldOut: false,
// billArt: {
// collection: BillArtCollection.ApeBond_Collection1,
// },
// shortDescription:
// '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.',
// fullDescription:
// 'ApeBond is building a sustainable DeFi future through its innovative Bonds products and strategic partnerships. Known for its Crowdsource OTC solution and treasury diversification expertise, ApeBond has launched Bonds with over 140 partners, sold 38,000+ Bonds for a total of $14,000,000 USD, and achieved a top 10 Dapp status by daily active users (DAU) according to CoinMarketCap. The ABOND token ties users with the platform by unlocking special Bonds, new earning opportunities, and more utilities coming up in the pipeline.',
// tags: ['Bonding'],
// partnersURLS: [
// 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613243/Seedify_fbt392.svg',
// 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613244/ORBS_anzm60.png',
// 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613242/quickLogo_2_1_g95ynz.png',
// 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613243/aitech_logo_100_real_no_fake_bjskiq.png',
// 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613243/FLOKI_LOGO_1_o9rffp.png',
// 'https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613242/animoca_1_w2z9m1.png',
// ],
// },
{
index: 1087,
cmcId: 29635,
Expand Down Expand Up @@ -5388,7 +5426,7 @@ const bills: BillsConfig[] = [
twitter: 'https://x.com/Verida_io',
audit: 'https://community.verida.network/verida-network/security-audits',
initTime: { [ChainId.MATIC]: 1723642568 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
Expand Down

0 comments on commit e90f90a

Please sign in to comment.