Skip to content

Commit

Permalink
chore: add WMINIMA Bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Nov 13, 2024
1 parent 671b3b6 commit 64d9f1f
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
52 changes: 52 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -18979,5 +18979,57 @@
"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": 3030,
"cmcId": 23421,
"chainId": 1,
"contractAddress": {
"1": "0xf30Bff1373d0878734173307cdC50C83FE7696cf"
},
"billType": "reserve",
"billVersion": "V3",
"lpToken": {
"symbol": "USDT",
"address": {
"1": "0xdAC17F958D2ee523a2206206994597C13D831ec7"
},
"decimals": {
"1": 6
},
"liquidityDex": {
"1": "UniswapV2"
},
"active": true
},
"earnToken": {
"symbol": "WMINIMA",
"address": {
"1": "0x669c01CAF0eDcaD7c2b8Dc771474aD937A7CA4AF"
},
"decimals": {
"1": 18
},
"liquidityDex": {
"1": "UniswapV3"
},
"active": true
},
"billNnftAddress": {
"1": "0xeDF145A02763008ef760Cd75143796A40120e792"
},
"inactive": false,
"projectLink": "https://www.minima.global/",
"twitter": "https://x.com/Minima_Global",
"initTime": {
"1": 1731492492
},
"soldOut": false,
"billArt": {
"collection": "ETH_Collection1"
},
"tags": ["Blockchains"],
"shortDescription": "Minima pioneers full decentralization by enabling every device to run a blockchain node. As the world approaches 100 billion connected devices by 2035, Minima ensures scalable, low-power, and secure communication without central authorities. It transforms edge devices into autonomous agents, driving a decentralized future where transactions and data management are efficient and secure.",
"fullDescription": "Minima is transforming decentralization by empowering every device to act as a full blockchain node. As 100 billion devices come online by 2035, traditional blockchains fall short of the scalable, decentralized infrastructure needed for edge computing. Minima addresses this by eliminating central authorities, enabling secure transactions and communications directly between devices. This innovation turns connected devices into autonomous agents, capable of learning, making decisions, and transacting independently. Minima’s efficient design uses minimal power, ensuring even low-energy devices can participate, unlocking potential for applications like smart cities and industrial IoT. By supporting scalable and secure decentralization, Minima lays the foundation for an interconnected, autonomous future."
}
]
26 changes: 26 additions & 0 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9393,6 +9393,32 @@ Blockasset’s media arm has amassed over 250 million views, working with top at
'https://res.cloudinary.com/dswmrqgwy/image/upload/v1717613242/animoca_1_w2z9m1.png',
],
},
{
index: 3030,
cmcId: 23421,
chainId: ChainId.MAINNET,
contractAddress: {
[ChainId.MAINNET]: '0xf30Bff1373d0878734173307cdC50C83FE7696cf',
},
billType: 'reserve',
billVersion: BillVersion.V3,
lpToken: tokens.usdt,
earnToken: tokens.wminima,
billNnftAddress: {
[ChainId.MAINNET]: '0xeDF145A02763008ef760Cd75143796A40120e792',
},
inactive: false,
projectLink: 'https://www.minima.global/',
twitter: 'https://x.com/Minima_Global',
initTime: { [ChainId.MAINNET]: 1731492492 },
soldOut: false,
billArt: {
collection: BillArtCollection.ETH_Collection1,
},
tags: ['Blockchains'],
shortDescription: `Minima pioneers full decentralization by enabling every device to run a blockchain node. As the world approaches 100 billion connected devices by 2035, Minima ensures scalable, low-power, and secure communication without central authorities. It transforms edge devices into autonomous agents, driving a decentralized future where transactions and data management are efficient and secure.`,
fullDescription: `Minima is transforming decentralization by empowering every device to act as a full blockchain node. As 100 billion devices come online by 2035, traditional blockchains fall short of the scalable, decentralized infrastructure needed for edge computing. Minima addresses this by eliminating central authorities, enabling secure transactions and communications directly between devices. This innovation turns connected devices into autonomous agents, capable of learning, making decisions, and transacting independently. Minima’s efficient design uses minimal power, ensuring even low-energy devices can participate, unlocking potential for applications like smart cities and industrial IoT. By supporting scalable and secure decentralization, Minima lays the foundation for an interconnected, autonomous future.`,
},
]

export default bills

0 comments on commit 64d9f1f

Please sign in to comment.