diff --git a/config/bills.json b/config/bills.json index 20452a1a..10d6c162 100644 --- a/config/bills.json +++ b/config/bills.json @@ -11230,9 +11230,10 @@ "initTime": { "137": 1723642568 }, + "bondPartner": "QuickSwap", "soldOut": false, "billArt": { - "collection": "ApeBond_Collection1" + "collection": "Quickswap_Collection1" }, "shortDescription": "Verida is a layer zero private self-sovereign database DePIN with confidential compute for AI applications. Verida’s Private Data Bridge enables user data to be unlocked from centralized platforms and used or a new generation of personal AI applications. Verida’s Self-Sovereign Compute Network enables a user’s personal, encrypted data to be integrated with leading AI models, with end-to-end privacy, safeguarding personal data from model owners, and unlocking a new era of hyper-personal and safe AI experiences powered by the VDA utility token.", "fullDescription": "Verida is a groundbreaking layer zero private self-sovereign database DePIN, specifically designed to offer confidential compute for advanced AI applications. With Verida’s innovative Private Data Bridge, user data can be seamlessly unlocked from centralized platforms, empowering a new generation of personal AI applications that are more intuitive and personalized. Verida’s Self-Sovereign Compute Network takes privacy to the next level by enabling a user’s personal, encrypted data to be securely integrated with leading AI models. This ensures end-to-end privacy, effectively safeguarding personal data from unauthorized access by model owners. By doing so, Verida is pioneering a new era of hyper-personalized and safe AI experiences, all powered by the VDA utility token. This infrastructure not only redefines how AI interacts with personal data but also paves the way for more secure, user-controlled digital ecosystems in the rapidly evolving world of decentralized technology.", diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 86005039..0aa0eee6 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -5379,6 +5379,43 @@ const bills: BillsConfig[] = [ /* Polygon Bills */ + // { + // index: 162, + // cmcId: 29157, + // chainId: ChainId.MATIC, + // contractAddress: { + // [ChainId.MATIC]: '0x2f6533F111f5972D277724d3484DbF50A32B3B15', + // }, + // billType: 'reserve', + // billVersion: BillVersion.V2, + // lpToken: tokens.usdt, + // earnToken: tokens.abond, + // billNnftAddress: { + // [ChainId.MATIC]: '0x0f59f11AA94e19b796e8a834A89a66F328155181', + // }, + // inactive: false, + // projectLink: 'https://ape.bond/', + // twitter: 'https://twitter.com/apebond', + // audit: 'https://paladinsec.co/projects/apebond/', + // initTime: { [ChainId.MATIC]: 1724353449 }, + // soldOut: false, + // billArt: { + // collection: BillArtCollection.ApeBond_Collection1, + // }, + // tags: ['Bonding'], + // 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 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. '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.'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.'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.", + // 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: 161, cmcId: 24789, @@ -5426,9 +5463,10 @@ const bills: BillsConfig[] = [ twitter: 'https://x.com/Verida_io', audit: 'https://community.verida.network/verida-network/security-audits', initTime: { [ChainId.MATIC]: 1723642568 }, + bondPartner: 'QuickSwap', soldOut: false, billArt: { - collection: BillArtCollection.ApeBond_Collection1, + collection: BillArtCollection.Quickswap_Collection1, }, shortDescription: 'Verida is a layer zero private self-sovereign database DePIN with confidential compute for AI applications. Verida’s Private Data Bridge enables user data to be unlocked from centralized platforms and used or a new generation of personal AI applications. Verida’s Self-Sovereign Compute Network enables a user’s personal, encrypted data to be integrated with leading AI models, with end-to-end privacy, safeguarding personal data from model owners, and unlocking a new era of hyper-personal and safe AI experiences powered by the VDA utility token.',