Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chains in IPOR Derivatives and IPOR Fusion #8635

Merged
merged 2 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions defi/src/protocols/data2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17808,17 +17808,17 @@ const data2: Protocol[] = [
name: "IPOR Derivatives",
address: "0x1e4746dc744503b53b4a082cb3607b169a289090",
symbol: "IPOR",
url: "https://www.ipor.io",
url: "https://ipor.io",
description:
"IPOR (Inter Protocol Over-block Rate) is a DeFi permissionless interest rate index used by IPOR Protocol (an interest rate derivative DEX). IPOR Protocol allows users to hedge their exposure by leveraging non-custodian on-chain interest rate swaps.",
chain: "Ethereum",
logo: `${baseIconsUrl}/ipor-derivatives.svg`,
audits: "2",
audit_note: null,
gecko_id: null,
cmcId: null,
gecko_id: "ipor",
cmcId: "22880",
category: "Derivatives",
chains: ["Ethereum"],
chains: ["Ethereum", "Arbitrum", "Base"],
oracles: [],
forkedFrom: [],
module: "ipor/index.js",
Expand Down
8 changes: 4 additions & 4 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55420,17 +55420,17 @@ const data3: Protocol[] = [
name: "IPOR Fusion",
address: "0x1e4746dc744503b53b4a082cb3607b169a289090",
symbol: "IPOR",
url: "https://www.ipor.io",
url: "https://ipor.io",
description:
"IPOR Fusion is a meta DeFi aggregation, execution & intelligence engine that introduces a unified liquidity framework for on-chain asset management. Fusion combines various aggregation and routing protocols into a single smart contract layer, automating asset management and maximizing returns across yield sources. Imagine intelligence-driven execution for looping, carry trades, arbitrage, leveraged farming, and passive lending at your fingertips",
chain: "Arbitrum",
logo: `${baseIconsUrl}/ipor-fusion.svg`,
audits: "2",
audit_note: null,
gecko_id: null,
cmcId: null,
gecko_id: "ipor",
cmcId: "22880",
category: "Yield Aggregator",
chains: ["Arbitrum"],
chains: ["Arbitrum", "Ethereum", "Base"],
oracles: ["Chainlink"], // https://github.com/DefiLlama/DefiLlama-Adapters/pull/11616
forkedFrom: [],
module: "ipor-fusion/index.js",
Expand Down
3 changes: 1 addition & 2 deletions defi/src/protocols/parentProtocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5462,7 +5462,7 @@ const parentProtocols: IParentProtocol[] = [
{
id: "parent#ipor",
name: "IPOR Protocol",
url: "https://www.ipor.io",
url: "https://ipor.io",
description: "IPOR refers to a set of protocols, smart contracts, and software that forms a set of DApps for DeFi focused on interest rate derivatives",
logo: `${baseIconsUrl}/ipor-protocol.svg`,
gecko_id: "ipor",
Expand All @@ -5471,7 +5471,6 @@ const parentProtocols: IParentProtocol[] = [
twitter: "ipor_io",
treasury: "ipor.js",
github: ["IPOR-Labs"],
wrongLiquidity: true,
governanceID: ["snapshot:ipordao.eth"],
},
{
Expand Down