Skip to content

Commit

Permalink
chore: Add PLT bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Dec 20, 2024
1 parent f0ff2bb commit c8cc310
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 1 deletion.
53 changes: 53 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -2508,6 +2508,59 @@
"tags": ["DeFi"],
"shortDescription": "Metavault is a perpetual DEX aggregator featuring an all-in-one DeFi super dApp, allowing users to trade multichain with a seamless user experience. With over $2.9 billion in trading volume and trusted by over 139,000 users, Metavault is the go-to solution for all DeFi needs!"
},
{
"index": 1112,
"cmcId": 15921,
"chainId": 56,
"contractAddress": {
"56": "0x7F12943E9124Ef6023ba797358053FC3dc53ae73"
},
"billType": "reserve",
"billVersion": "V2",
"lpToken": {
"symbol": "BNB",
"address": {
"56": "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV3"
},
"active": true
},
"earnToken": {
"symbol": "PLT",
"address": {
"56": "0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV3"
},
"active": true
},
"billNnftAddress": {
"56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9"
},
"inactive": false,
"projectLink": "https://www.poollotto.finance/",
"twitter": "https://twitter.com/pltfinance/",
"audit": "https://github.com/Quillhash/QuillAudit_Reports/blob/master/Poollotto%20Smart%20Contract%20Audit%20Report%20-%20QuillAudits.pdf",
"initTime": {
"56": 1734695095
},
"soldOut": false,
"billArt": {
"collection": "ApeBond_Collection1"
},
"shortDescription": "Poollotto is a pioneering technology company specializing in blockchain-powered lottery solutions, utilizing the Poollotto Token (PLT) to revolutionize the industry. By creating a transparent, fair, and secure platform, Poollotto enables decentralized management of global lottery pools, ensuring automated and secure payments. With their innovative approach, they aim to transform the lottery experience for users worldwide. <a href=\"https://metalottery.win/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #38A611\">Purchase $100 or more worth of $PLT Bonds to earn 2 free lotto game ticket NFTs!</a>",
"fullDescription": "Poollotto is a leading technology company specializing in blockchain-powered lottery solutions, utilizing the Poollotto Token (PLT) to revolutionize the industry. Launched to create a transparent and fair token economy, Poollotto leverages blockchain technology to ensure secure, tamper-proof transactions, and records all lottery activities on a public ledger, eliminating doubts of manipulation. By automating processes through smart contracts, Poollotto reduces administrative costs and improves efficiency, while allowing operators to customize their platforms for a unique experience. The PLT token enables global participation in decentralized lottery pools, enhancing inclusivity and ensuring automated, secure payments, ultimately transforming the lottery industry with fairness and transparency at its core. <a href=\"https://metalottery.win/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: #38A611\">Purchase $100 or more worth of $PLT Bonds to earn 2 free lotto game ticket NFTs!</a>",
"tags": ["GAMEFI"]
},
{
"index": 1111,
"cmcId": 29157,
Expand Down
30 changes: 29 additions & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import tokens from './tokens'
import { BillArtCollection, BillsConfig, BillVersion, ChainId, MigrationVestingTerms } from '../types'

// BNB Largest ID: 1109
// BNB Largest ID: 1112
// Polygon Largest ID: 165
// Telos Largest ID: 215
// Arbitrum Largest ID: 2011
Expand Down Expand Up @@ -1285,6 +1285,34 @@ const bills: BillsConfig[] = [
//
// BNB chain
//
{
index: 1112,
cmcId: 15921,
chainId: ChainId.BSC,
contractAddress: {
[ChainId.BSC]: '0x7F12943E9124Ef6023ba797358053FC3dc53ae73',
},
billType: 'reserve',
billVersion: BillVersion.V2,
lpToken: tokens.wbnb,
earnToken: tokens.plt,
billNnftAddress: {
[ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
},
inactive: false,
projectLink: 'https://www.poollotto.finance/',
twitter: 'https://twitter.com/pltfinance/',
audit:
'https://github.com/Quillhash/QuillAudit_Reports/blob/master/Poollotto%20Smart%20Contract%20Audit%20Report%20-%20QuillAudits.pdf',
initTime: { [ChainId.BSC]: 1734695095 },
soldOut: false,
billArt: { collection: BillArtCollection.ApeBond_Collection1 },
shortDescription:
'Poollotto is a pioneering technology company specializing in blockchain-powered lottery solutions, utilizing the Poollotto Token (PLT) to revolutionize the industry. By creating a transparent, fair, and secure platform, Poollotto enables decentralized management of global lottery pools, ensuring automated and secure payments. With their innovative approach, they aim to transform the lottery experience for users worldwide. <a href="https://metalottery.win/" target="_blank" rel="noopener noreferrer" style="color: #38A611">Purchase $100 or more worth of $PLT Bonds to earn 2 free lotto game ticket NFTs!</a>',
fullDescription:
'Poollotto is a leading technology company specializing in blockchain-powered lottery solutions, utilizing the Poollotto Token (PLT) to revolutionize the industry. Launched to create a transparent and fair token economy, Poollotto leverages blockchain technology to ensure secure, tamper-proof transactions, and records all lottery activities on a public ledger, eliminating doubts of manipulation. By automating processes through smart contracts, Poollotto reduces administrative costs and improves efficiency, while allowing operators to customize their platforms for a unique experience. The PLT token enables global participation in decentralized lottery pools, enhancing inclusivity and ensuring automated, secure payments, ultimately transforming the lottery industry with fairness and transparency at its core. <a href="https://metalottery.win/" target="_blank" rel="noopener noreferrer" style="color: #38A611">Purchase $100 or more worth of $PLT Bonds to earn 2 free lotto game ticket NFTs!</a>',
tags: ['GAMEFI'],
},
{
index: 1111,
cmcId: 29157,
Expand Down

0 comments on commit c8cc310

Please sign in to comment.