Skip to content

Commit

Permalink
Merge pull request #584 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
staging
  • Loading branch information
n0mbr3al3at0r10 authored Dec 5, 2024
2 parents 74d463c + a933686 commit c847d1e
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 29 deletions.
54 changes: 53 additions & 1 deletion config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
"fullDescription": "FOMOFox is the first market-driven storytelling meme coin on IOTA EVM. Follow the thrilling journey of FOMOFox on TwitterX and help him conquer his FOMO by influencing the $FOMO Token’s market performance. Loyal holders will find countless opportunities to grow their $FOMO bags through raffles, solving riddles, or simply holding and supporting the fox. Along the way, FOMOFox faces diverse challenges and meets intriguing characters. Your influence on the market helps him make the right choices. This project offers pure entertainment and rewards those who stick with it! Join the adventure now and visit their website for more details!"
},
{
"index": 8015,
"index": 8016,
"chainId": 8453,
"contractAddress": {
"8453": "0x2796EB8B3794C51f6557d55472558bB05A6815CB"
Expand Down Expand Up @@ -370,6 +370,58 @@
"fullDescription": "Magnify Cash is a non-custodial and permissionless decentralized credit market that allows users to lend ERC-20 tokens and borrow against non-fungible tokens (NFTs) with unmatched flexibility and transparency. At its core is an automated framework that prices risk through linear interpolation, adapting to tenor and principal. Magnify Cash supports ERC-20 tokens for lending and ERC-1155/ERC-721 assets as collateral. Lenders can create custom lending desks by adjusting loan-to-value (LTV) ratios, interest rates, and durations. Borrowers benefit from fixed-term loans, free from unexpected liquidations or mid-term changes.",
"tags": ["DeFi"]
},
{
"index": 8015,
"chainId": 8453,
"contractAddress": {
"8453": "0x6dE586e314456f15cf70860D554D6351BdEa9503"
},
"billType": "staking",
"billVersion": "V2",
"lpToken": {
"symbol": "USDC",
"address": {
"8453": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"
},
"decimals": {
"8453": 6
},
"liquidityDex": {
"8453": "Aerodrome"
},
"active": true
},
"earnToken": {
"symbol": "BPAD",
"address": {
"8453": "0x2105CCA8bf6f00769a45C734C740b0c42C74C03E"
},
"decimals": {
"8453": 18
},
"active": true,
"liquidityDex": {
"8453": "UniswapV3"
}
},
"billNnftAddress": {
"8453": "0xD8C7fe06E24A2862d78D0F1BF040bA79463d9351"
},
"inactive": false,
"projectLink": "https://basepad.finance/",
"twitter": "https://x.com/BasePad_Fi",
"audit": "https://tokensniffer.com/token/base/n6x1bbf9vjzkzxxuqkohe9s1ebqc40mos5bqsx5jxbcu3snbluqs8bl8x40a",
"initTime": {
"8453": 1733402100
},
"soldOut": false,
"billArt": {
"collection": "ApeBond_Collection1"
},
"tags": ["Launchpad"],
"shortDescription": "BasePad is a decentralized fundraising protocol on Base, designed to support projects at both pre- and post-TGE stages. It revolutionizes funding with innovative methods that connect projects to a global network of supporters, integrating crowd-sourced funding into their strategies. Powered by the BPAD token, BasePad shares 100% of its revenue with token holders, who can stake $BPAD to earn Real Yield in $USDC.",
"fullDescription": "BasePad is a cutting-edge fundraising protocol native to the Base ecosystem, designed to support projects at both pre- and post-TGE stages. Offering innovative and decentralized raising methods, BasePad empowers projects to thrive by connecting them with a global network of supporters. Its unique Raise system integrates crowd-sourced funding into project strategies, bolstering liquidity, treasury strength, and adaptive token pricing, while enabling gradual token distribution. More than a platform, BasePad serves as a gateway to decentralized innovation, fostering a community of investors and visionaries dedicated to reshaping the financial landscape. Powered by the BPAD token, BasePad shares 100% of its revenue with token holders, enabling them to stake $BPAD and earn Real Yield in $USDC, driving sustainable value and success within the ecosystem."
},
{
"index": 8014,
"chainId": 8453,
Expand Down
26 changes: 13 additions & 13 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
},
"active": true
},
"bpad": {
"symbol": "BPAD",
"address": {
"8453": "0x2105CCA8bf6f00769a45C734C740b0c42C74C03E"
},
"decimals": {
"8453": 18
},
"active": true,
"liquidityDex": {
"8453": "UniswapV3"
}
},
"glq": {
"symbol": "WGLQ",
"address": {
Expand Down Expand Up @@ -4151,19 +4164,6 @@
"42161": "UniswapV3"
}
},
"bpad": {
"symbol": "BPAD",
"address": {
"8453": "0x2105CCA8bf6f00769a45C734C740b0c42C74C03E"
},
"decimals": {
"8453": 18
},
"active": true,
"liquidityDex": {
"8453": "UniswapV3"
}
},
"wethLdy_Ichi": {
"symbol": "WETH-LDY",
"address": {
Expand Down
30 changes: 28 additions & 2 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { BillArtCollection, BillsConfig, BillVersion, ChainId, MigrationVestingT
// Arbitrum Largest ID: 2011
// ETH Largest ID: 3031
// Linea Largest ID: 6011
// Base Largest ID: 8015
// Base Largest ID: 8016
// Lightlink Largest ID: 7000
// IOTA largest ID: 9003
// Migration Bonds ID: 5007
Expand Down Expand Up @@ -181,7 +181,7 @@ const bills: BillsConfig[] = [
// BASE
//
{
index: 8015,
index: 8016,
chainId: ChainId.BASE,
contractAddress: {
[ChainId.BASE]: '0x2796EB8B3794C51f6557d55472558bB05A6815CB',
Expand All @@ -207,6 +207,32 @@ const bills: BillsConfig[] = [
'Magnify Cash is a non-custodial and permissionless decentralized credit market that allows users to lend ERC-20 tokens and borrow against non-fungible tokens (NFTs) with unmatched flexibility and transparency. At its core is an automated framework that prices risk through linear interpolation, adapting to tenor and principal. Magnify Cash supports ERC-20 tokens for lending and ERC-1155/ERC-721 assets as collateral. Lenders can create custom lending desks by adjusting loan-to-value (LTV) ratios, interest rates, and durations. Borrowers benefit from fixed-term loans, free from unexpected liquidations or mid-term changes.',
tags: ['DeFi'],
},
{
index: 8015,
chainId: ChainId.BASE,
contractAddress: {
[ChainId.BASE]: '0x6dE586e314456f15cf70860D554D6351BdEa9503',
},
billType: 'staking',
billVersion: BillVersion.V2,
lpToken: tokens.usdc,
earnToken: tokens.bpad,
billNnftAddress: {
[ChainId.BASE]: '0xD8C7fe06E24A2862d78D0F1BF040bA79463d9351',
},
inactive: false,
projectLink: 'https://basepad.finance/',
twitter: 'https://x.com/BasePad_Fi',
audit: 'https://tokensniffer.com/token/base/n6x1bbf9vjzkzxxuqkohe9s1ebqc40mos5bqsx5jxbcu3snbluqs8bl8x40a',
initTime: { [ChainId.BASE]: 1733402100 },
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
tags: ['Launchpad'],
shortDescription: `BasePad is a decentralized fundraising protocol on Base, designed to support projects at both pre- and post-TGE stages. It revolutionizes funding with innovative methods that connect projects to a global network of supporters, integrating crowd-sourced funding into their strategies. Powered by the BPAD token, BasePad shares 100% of its revenue with token holders, who can stake $BPAD to earn Real Yield in $USDC.`,
fullDescription: `BasePad is a cutting-edge fundraising protocol native to the Base ecosystem, designed to support projects at both pre- and post-TGE stages. Offering innovative and decentralized raising methods, BasePad empowers projects to thrive by connecting them with a global network of supporters. Its unique Raise system integrates crowd-sourced funding into project strategies, bolstering liquidity, treasury strength, and adaptive token pricing, while enabling gradual token distribution. More than a platform, BasePad serves as a gateway to decentralized innovation, fostering a community of investors and visionaries dedicated to reshaping the financial landscape. Powered by the BPAD token, BasePad shares 100% of its revenue with token holders, enabling them to stake $BPAD and earn Real Yield in $USDC, driving sustainable value and success within the ecosystem.`,
},
{
index: 8014,
chainId: ChainId.BASE,
Expand Down
26 changes: 13 additions & 13 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ const tokens: Record<string, Token> = {
},
active: true,
},
bpad: {
symbol: 'BPAD',
address: {
[ChainId.BASE]: '0x2105CCA8bf6f00769a45C734C740b0c42C74C03E',
},
decimals: {
[ChainId.BASE]: 18,
},
active: true,
liquidityDex: {
[ChainId.BASE]: LiquidityDex.UniswapV3,
},
},
glq: {
symbol: 'WGLQ',
address: {
Expand Down Expand Up @@ -4008,19 +4021,6 @@ const tokens: Record<string, Token> = {
[ChainId.ARBITRUM]: LiquidityDex.UniswapV3,
},
},
bpad: {
symbol: 'BPAD',
address: {
[ChainId.BASE]: '0x2105CCA8bf6f00769a45C734C740b0c42C74C03E',
},
decimals: {
[ChainId.BASE]: 18,
},
active: true,
liquidityDex: {
[ChainId.BASE]: LiquidityDex.UniswapV3,
},
},
wethLdy_Ichi: {
symbol: 'WETH-LDY',
address: {
Expand Down

0 comments on commit c847d1e

Please sign in to comment.