From a81be911b4a9788840e251d386770241e02f35e0 Mon Sep 17 00:00:00 2001 From: efeDaniels Date: Thu, 12 Dec 2024 18:55:24 +0300 Subject: [PATCH] chore: add RECORD bond --- config/bills.json | 52 ++++++++++++++++++++++++++++++++++++++++++ src/constants/bills.ts | 28 ++++++++++++++++++++++- 2 files changed, 79 insertions(+), 1 deletion(-) diff --git a/config/bills.json b/config/bills.json index 5b67e8df..4af95244 100644 --- a/config/bills.json +++ b/config/bills.json @@ -315,6 +315,58 @@ "shortDescription": "FOMOFox is the first market-driven storytelling meme coin on IOTA EVM. Follow FOMOFox on TwitterX and help him conquer FOMO by influencing the $FOMO Token’s market performance. Holders can grow their $FOMO bags through raffles, solving riddles, or holding. FOMOFox faces challenges and meets intriguing characters, with market influence guiding his choices!", "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": 8024, + "cmcId": 32229, + "chainId": 8453, + "contractAddress": { + "8453": "0x37f368a590B817bb68462457FbA268447a470f12" + }, + "billType": "reserve", + "billVersion": "V2", + "lpToken": { + "symbol": "ETH", + "address": { + "8453": "0x4200000000000000000000000000000000000006" + }, + "decimals": { + "8453": 18 + }, + "liquidityDex": { + "8453": "Aerodrome" + }, + "active": true + }, + "earnToken": { + "symbol": "RECORD", + "address": { + "8453": "0xE642657E4F43e6DcF0bd73Ef24008394574Dee28" + }, + "decimals": { + "8453": 18 + }, + "active": true, + "liquidityDex": { + "8453": "Aerodrome" + } + }, + "billNnftAddress": { + "8453": "0xD8C7fe06E24A2862d78D0F1BF040bA79463d9351" + }, + "inactive": false, + "projectLink": "https://web3music.org/", + "twitter": "https://x.com/MusicProtocolX", + "initTime": { + "8453": 1722253943 + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + }, + "tags": ["RWA"], + "shortDescription": "Music Protocol is revolutionizing music IP management in the digital space. By leveraging blockchain, it redefines how music intellectual property is licensed and managed. The platform’s utility token, $RECORD, provides governance rights, access to exclusive content, and participation in tokenized music royalties, allowing holders to benefit from future earnings while engaging directly with artists.", + "fullDescription": "Music Protocol is leading a new wave of innovation in the music industry. It is redefining the management and licensing of music intellectual property across the digital landscape. Created from an extensive three-year collaboration intersecting the legal, music business, and technology sectors, it is a transformational infrastructure intended to facilitate digital evolution in the music industry. At its core, Music Protocol is a blockchain-based solution for intricate IP management, with a modular architecture that empowers IP owners to manage rights in both digital and analogue formats. This system seamlessly integrates these formats, adapting to the industry's evolving needs. The platform’s utility token, $RECORD, provides governance rights, access to exclusive content, and participation in tokenized music royalties, allowing holders to benefit from future earnings while engaging directly with artists." + }, { "index": 8023, "cmcId": 34365, diff --git a/src/constants/bills.ts b/src/constants/bills.ts index d47d6ffc..97d45e1a 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -7,7 +7,7 @@ import { BillArtCollection, BillsConfig, BillVersion, ChainId, MigrationVestingT // Arbitrum Largest ID: 2011 // ETH Largest ID: 3032 // Linea Largest ID: 6011 -// Base Largest ID: 8019 +// Base Largest ID: 8024 // Lightlink Largest ID: 7000 // IOTA largest ID: 9003 // Migration Bonds ID: 5007 @@ -180,6 +180,32 @@ const bills: BillsConfig[] = [ // // BASE // + { + index: 8024, + cmcId: 32229, + chainId: ChainId.BASE, + contractAddress: { + [ChainId.BASE]: '0x37f368a590B817bb68462457FbA268447a470f12', + }, + billType: 'reserve', + billVersion: BillVersion.V2, + lpToken: tokens.eth, + earnToken: tokens.record, + billNnftAddress: { + [ChainId.BASE]: '0xD8C7fe06E24A2862d78D0F1BF040bA79463d9351', + }, + inactive: false, + projectLink: 'https://web3music.org/', + twitter: 'https://x.com/MusicProtocolX', + initTime: { [ChainId.BASE]: 1722253943 }, + soldOut: false, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + tags: ['RWA'], + shortDescription: `Music Protocol is revolutionizing music IP management in the digital space. By leveraging blockchain, it redefines how music intellectual property is licensed and managed. The platform’s utility token, $RECORD, provides governance rights, access to exclusive content, and participation in tokenized music royalties, allowing holders to benefit from future earnings while engaging directly with artists.`, + fullDescription: `Music Protocol is leading a new wave of innovation in the music industry. It is redefining the management and licensing of music intellectual property across the digital landscape. Created from an extensive three-year collaboration intersecting the legal, music business, and technology sectors, it is a transformational infrastructure intended to facilitate digital evolution in the music industry. At its core, Music Protocol is a blockchain-based solution for intricate IP management, with a modular architecture that empowers IP owners to manage rights in both digital and analogue formats. This system seamlessly integrates these formats, adapting to the industry's evolving needs. The platform’s utility token, $RECORD, provides governance rights, access to exclusive content, and participation in tokenized music royalties, allowing holders to benefit from future earnings while engaging directly with artists.`, + }, { index: 8023, cmcId: 34365,