Skip to content

Commit

Permalink
Update chains in IPOR Derivatives and IPOR Fusion (#8635)
Browse files Browse the repository at this point in the history
* Update chains in IPOR Derivatives and IPOR Fusion

Other updates in IPOR Derivatives and IPOR Fusion:
- url
- gecko_id
- cmcId

* Remove wrongLiquidity from IPOR Protocol
  • Loading branch information
rav-ipor authored Nov 25, 2024
1 parent 78974e4 commit b81049c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
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 @@ -55419,17 +55419,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

0 comments on commit b81049c

Please sign in to comment.