Skip to content

Commit

Permalink
Merge pull request #660 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
ichi bond
  • Loading branch information
efeDaniels authored Feb 4, 2025
2 parents 1665473 + 4367d5e commit 35445a0
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 0 deletions.
54 changes: 54 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -14961,6 +14961,60 @@
"inactive": true,
"soldOut": true
},
{
"index": 173,
"chainId": 137,
"contractAddress": {
"137": "0xD4Acb5a13B74575BE0135F2eeD82E127a2b66427"
},
"billType": "liquidity",
"billVersion": "V2",
"lpToken": {
"symbol": "USDT-FAN",
"address": {
"137": "0x6132f58e6b9d984331DDD5194B3DD37fCb721eaC"
},
"decimals": {
"137": 18
},
"liquidityDex": {
"137": "UniswapV3"
},
"active": true,
"lpToken": true,
"liquidityWrapper": 1,
"ichiUnderlyingDex": "Uniswap V3"
},
"earnToken": {
"symbol": "FAN",
"address": {
"137": "0x3B9E9100Db1389c518d47c635D80a90ad4C4f41b"
},
"decimals": {
"137": 8
},
"liquidityDex": {
"137": "UniswapV3"
},
"active": true
},
"billNnftAddress": {
"137": "0x8860ABc05FefEF93306c8d65a5eFD421F155d67E"
},
"inactive": false,
"projectLink": "https://film.io/",
"twitter": "https://x.com/Filmio_Official",
"initTime": {
"137": 1738686666
},
"soldOut": false,
"billArt": {
"collection": "ApeBond_Collection1"
},
"shortDescription": "Film.io is a decentralized filmmaking ecosystem that puts Hollywood decision-making into the hands of creators and fans through blockchain technology. Governed by a filmmaking industry DAO, it champions inclusion, diversity, and transparency. With FAN and FILM Tokens, Film.io empowers collaboration to validate, fund, and distribute content, replacing centralized control with creative freedom.",
"fullDescription": "Film.io is the world's most powerful decentralized filmmaking ecosystem, revolutionizing Hollywood by transferring decision-making to creators and fans through blockchain technology. Governed by the first-ever filmmaking industry DAO, Film.io champions inclusion, equality, and diversity in global entertainment. It empowers creators and fans to collaboratively validate, fund, and distribute content in a transparent, inclusive environment, replacing traditional centralized power structures. Utilizing a dual-token model, Film.io offers FAN Tokens for governance and platform participation, while FILM Tokens support crowdfunding, DeFi loans, and NFT campaigns. Together, these tokens fuel collaboration between creators, fans, and investors, liberating the entertainment industry and fostering a new era of creative freedom.",
"tags": ["Entertainment"]
},
{
"index": 172,
"cmcId": 12312,
Expand Down
16 changes: 16 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -6342,6 +6342,22 @@
"liquidityWrapper": 1,
"ichiUnderlyingDex": "QuickSwap"
},
"usdtFan_Ichi": {
"symbol": "USDT-FAN",
"address": {
"137": "0x6132f58e6b9d984331DDD5194B3DD37fCb721eaC"
},
"decimals": {
"137": 18
},
"liquidityDex": {
"137": "UniswapV3"
},
"active": true,
"lpToken": true,
"liquidityWrapper": 1,
"ichiUnderlyingDex": "Uniswap V3"
},
"polRum_Ichi": {
"symbol": "POL-RUM",
"address": {
Expand Down
26 changes: 26 additions & 0 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7362,6 +7362,32 @@ Blockasset’s media arm has amassed over 250 million views, working with top at
/*
Polygon Bills
*/
{
index: 173,
chainId: ChainId.MATIC,
contractAddress: {
[ChainId.MATIC]: '0xD4Acb5a13B74575BE0135F2eeD82E127a2b66427',
},
billType: 'liquidity',
billVersion: BillVersion.V2,
lpToken: tokens.usdtFan_Ichi,
earnToken: tokens.fan,
billNnftAddress: {
[ChainId.MATIC]: '0x8860ABc05FefEF93306c8d65a5eFD421F155d67E',
},
inactive: false,
projectLink: 'https://film.io/',
twitter: 'https://x.com/Filmio_Official',
initTime: { [ChainId.MATIC]: 1738686666 },
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
shortDescription:
'Film.io is a decentralized filmmaking ecosystem that puts Hollywood decision-making into the hands of creators and fans through blockchain technology. Governed by a filmmaking industry DAO, it champions inclusion, diversity, and transparency. With FAN and FILM Tokens, Film.io empowers collaboration to validate, fund, and distribute content, replacing centralized control with creative freedom.',
fullDescription: `Film.io is the world's most powerful decentralized filmmaking ecosystem, revolutionizing Hollywood by transferring decision-making to creators and fans through blockchain technology. Governed by the first-ever filmmaking industry DAO, Film.io champions inclusion, equality, and diversity in global entertainment. It empowers creators and fans to collaboratively validate, fund, and distribute content in a transparent, inclusive environment, replacing traditional centralized power structures. Utilizing a dual-token model, Film.io offers FAN Tokens for governance and platform participation, while FILM Tokens support crowdfunding, DeFi loans, and NFT campaigns. Together, these tokens fuel collaboration between creators, fans, and investors, liberating the entertainment industry and fostering a new era of creative freedom.`,
tags: ['Entertainment'],
},
{
index: 172,
cmcId: 12312,
Expand Down
16 changes: 16 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6125,6 +6125,22 @@ const tokens: Record<string, Token> = {
liquidityWrapper: Wrappers.Ichi,
ichiUnderlyingDex: IchiSupportedDex.Quickswap,
},
usdtFan_Ichi: {
symbol: 'USDT-FAN',
address: {
[ChainId.MATIC]: '0x6132f58e6b9d984331DDD5194B3DD37fCb721eaC',
},
decimals: {
[ChainId.MATIC]: 18,
},
liquidityDex: {
[ChainId.MATIC]: LiquidityDex.UniswapV3,
},
active: true,
lpToken: true,
liquidityWrapper: Wrappers.Ichi,
ichiUnderlyingDex: IchiSupportedDex.UniswapV3,
},
polRum_Ichi: {
symbol: 'POL-RUM',
address: {
Expand Down

0 comments on commit 35445a0

Please sign in to comment.