Skip to content

Commit

Permalink
add: MantisSwap-test-15 listing request
Browse files Browse the repository at this point in the history
  • Loading branch information
api3-pr-manager[bot] authored Jan 3, 2024
1 parent 73663a2 commit 492a5b8
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 0 deletions.
74 changes: 74 additions & 0 deletions projects/MantisSwap-test-15.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"name": "MantisSwap test 15",
"tagline": "Next Generation Stableswap",
"description": "Mantissa Finance is a new decentralized finance (DeFi) primitive on the Polygon blockchain that aims to redefine the trading experience for pegged assets./nMantissa introduces MantisSwap, a single-sided AMM for trading pegged assets that is designed to maximize capital efficiency and minimize principal losses for liquidity providers. Through its innovative design, MantisSwap will push the boundaries of traditional AMMs with greater capital efficiency, lower trading fees, principal protection for liquidity providers, and a super intuitive UI to fuel DeFi growth and adoption./nMantisSwap will allow seamless trades of different stablecoins and pegged assets while offering lower slippage, cheaper gas, and safer trades. With the majority of liquidity within a DeFi ecosystem flowing through its native DEX, we believe our ecosystem-centric DEX will become the liquidity hub on Polygon and the premier destination for trading pegged assets./n/nMantisSwap has partnered with API3 to get the latest price feeds for all the tokens in their protocol. These prices will always be consulted before a swap occurs to predict deeper risks.",
"status": "active",
"images": {
"logo": "https://ecosystem-website.s3.us-east-2.amazonaws.com/1704264326486_quick-logo.png",
"cover": "https://ecosystem-website.s3.us-east-2.amazonaws.com/1704264326486_quick-banner%20%282%29.png",
"screenshots": [
"https://ecosystem-website.s3.us-east-2.amazonaws.com/1704264326496_quick-s1.webp",
"https://ecosystem-website.s3.us-east-2.amazonaws.com/1704264326501_quick-s2.webp"
]
},
"categories": [
"defi",
"dex"
],
"productType": "datafeed",
"chains": [
"1101"
],
"proxies": {
"1101": [
{
"proxyType": "datafeedId",
"feedName": "ETH/USD",
"datafeedId": "0x4385954e058fbe6b6a744f32a4f89d67aad099f8fb8b23e7ea8dd366ae88151d",
"proxyAddress": "0x94C10721Bc55E81E40E5Db92060335374F32546b",
"oev": {
"enabled": false
}
},
{
"proxyType": "datafeedId",
"feedName": "ETH/USD",
"datafeedId": "0x4385954e058fbe6b6a744f32a4f89d67aad099f8fb8b23e7ea8dd366ae88151d",
"proxyAddress": "0x42e7638365215B18E969c7c71cAfd98fc035f3dc",
"oev": {
"enabled": true,
"beneficiary": "0xa5964a9CF2f8ADDF72b3e9Dd417b4E950Cd34e99"
}
}
]
},
"links": {
"website": "https://mantissa.finance/",
"dapp": "https://app.mantissa.finance/",
"docs": "https://docs.mantissa.finance/",
"explorer": "https://zkevm.polygonscan.com/address/0x12d41b6DF938C739F00c392575e3FD9292d98215",
"socials": [
{
"label": "twitter",
"url": "https://sleepswap.vercel.app/"
},
{
"label": "discord",
"url": "https://sleepswap.vercel.app/"
},
{
"label": "reddit",
"url": "https://sleepswap.vercel.app/"
},
{
"label": "github",
"url": "https://sleepswap.vercel.app/"
},
{
"label": "telegram",
"url": "https://sleepswap.vercel.app/"
}
]
},
"year": 2023
}
50 changes: 50 additions & 0 deletions src/generated/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,56 @@
import { Project } from '../types';

export const PROJECTS: Project[] = [
{
name: 'MantisSwap test 15',
tagline: 'Next Generation Stableswap',
description:
'Mantissa Finance is a new decentralized finance (DeFi) primitive on the Polygon blockchain that aims to redefine the trading experience for pegged assets./nMantissa introduces MantisSwap, a single-sided AMM for trading pegged assets that is designed to maximize capital efficiency and minimize principal losses for liquidity providers. Through its innovative design, MantisSwap will push the boundaries of traditional AMMs with greater capital efficiency, lower trading fees, principal protection for liquidity providers, and a super intuitive UI to fuel DeFi growth and adoption./nMantisSwap will allow seamless trades of different stablecoins and pegged assets while offering lower slippage, cheaper gas, and safer trades. With the majority of liquidity within a DeFi ecosystem flowing through its native DEX, we believe our ecosystem-centric DEX will become the liquidity hub on Polygon and the premier destination for trading pegged assets./n/nMantisSwap has partnered with API3 to get the latest price feeds for all the tokens in their protocol. These prices will always be consulted before a swap occurs to predict deeper risks.',
status: 'active',
images: {
logo: 'https://ecosystem-website.s3.us-east-2.amazonaws.com/1704264326486_quick-logo.png',
cover: 'https://ecosystem-website.s3.us-east-2.amazonaws.com/1704264326486_quick-banner%20%282%29.png',
screenshots: [
'https://ecosystem-website.s3.us-east-2.amazonaws.com/1704264326496_quick-s1.webp',
'https://ecosystem-website.s3.us-east-2.amazonaws.com/1704264326501_quick-s2.webp',
],
},
categories: ['defi', 'dex'],
productType: 'datafeed',
chains: ['1101'],
proxies: {
'1101': [
{
proxyType: 'datafeedId',
feedName: 'ETH/USD',
datafeedId: '0x4385954e058fbe6b6a744f32a4f89d67aad099f8fb8b23e7ea8dd366ae88151d',
proxyAddress: '0x94C10721Bc55E81E40E5Db92060335374F32546b',
oev: { enabled: false },
},
{
proxyType: 'datafeedId',
feedName: 'ETH/USD',
datafeedId: '0x4385954e058fbe6b6a744f32a4f89d67aad099f8fb8b23e7ea8dd366ae88151d',
proxyAddress: '0x42e7638365215B18E969c7c71cAfd98fc035f3dc',
oev: { enabled: true, beneficiary: '0xa5964a9CF2f8ADDF72b3e9Dd417b4E950Cd34e99' },
},
],
},
links: {
website: 'https://mantissa.finance/',
dapp: 'https://app.mantissa.finance/',
docs: 'https://docs.mantissa.finance/',
explorer: 'https://zkevm.polygonscan.com/address/0x12d41b6DF938C739F00c392575e3FD9292d98215',
socials: [
{ label: 'twitter', url: 'https://sleepswap.vercel.app/' },
{ label: 'discord', url: 'https://sleepswap.vercel.app/' },
{ label: 'reddit', url: 'https://sleepswap.vercel.app/' },
{ label: 'github', url: 'https://sleepswap.vercel.app/' },
{ label: 'telegram', url: 'https://sleepswap.vercel.app/' },
],
},
year: 2023,
},
{
name: 'MantisSwap test 2',
tagline: 'Next Generation Stableswap',
Expand Down

0 comments on commit 492a5b8

Please sign in to comment.