Skip to content

Commit

Permalink
chore: add RECORD bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Dec 12, 2024
1 parent f83855b commit a81be91
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 1 deletion.
52 changes: 52 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
28 changes: 27 additions & 1 deletion 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: 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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit a81be91

Please sign in to comment.