Skip to content

Commit

Permalink
Merge pull request DefiLlama#3651 from Define101/master
Browse files Browse the repository at this point in the history
listing arcadia and pinnako
  • Loading branch information
Define101 authored Jul 7, 2023
2 parents 88b5a85 + 92aa1e4 commit 6b1aa6a
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
Binary file added defi/icons/arcadia-finance.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defi/icons/pinnako.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 48 additions & 0 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11039,6 +11039,54 @@ const data3: Protocol[] = [
parentProtocol: "parent#unicrypt",
listedAt: 1688652343
},
{
id: "3209",
name: "Pinnako",
address: "era:0xf8C6dA1bbdc31Ea5F968AcE76E931685cA7F9962",
symbol: "PIKO",
url: "https://app.pinnako.io",
description: `Next-Gen Derivatives Exchange on the Zksync & Mantle.`,
chain: "zkSync Era",
logo: `${baseIconsUrl}/pinnako.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Derivatives",
chains: ["zkSync Era"],
module: "pinnako/index.js",
twitter: "PinnakoDex",
oracles: [],
forkedFrom: [],
github: ["pinnakoex"],
listedAt: 1688728443
},
{
id: "3210",
name: "Arcadia Finance",
address: null,
symbol: "-",
url: "https://arcadia.finance",
description: `Arcadia is a non-custodial protocol enabling composable cross-margin accounts on-chain. Margin account users can collateralize entire portfolios, access up to 10x more capital than their initial collateral value, and use their deposited collateral and the borrowed capital to permissionless interact with any other protocol from a single cross-margin account. Lenders supply assets to Arcadia's lending pools, earning passive yields for providing liquidity to margin account users.`,
chain: "Ethereum",
logo: `${baseIconsUrl}/arcadia-finance.jpg`,
audits: "2",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Leveraged Farming",
chains: ["Ethereum", "Optimism"],
module: "arcadia-finance/index.js",
twitter: "ArcadiaFi",
oracles: ["Chainlink"],
forkedFrom: [],
github: ["arcadia-finance"],
audit_links: [
"https://solidity.finance/audits/ArcadiaFinance",
"https://github.com/NethermindEth/PublicAuditReports/blob/main/NM0072-FINAL_ARCADIA.pdf"
],
listedAt: 1688728448
},
]

export default data3

0 comments on commit 6b1aa6a

Please sign in to comment.