Skip to content

Commit

Permalink
fix(mim-swap): Adjust protocol data to multiple chain (#7899)
Browse files Browse the repository at this point in the history
* fix(mim-swap): Adjust protocol data to multiple chain

* Update data3.ts

revert change to initial chain entry

---------

Co-authored-by: Real Shaman <[email protected]>
  • Loading branch information
0xmDreamy and realdealshaman authored Aug 29, 2024
1 parent 4ceabd0 commit 5a95d9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40899,21 +40899,23 @@ const data3: Protocol[] = [
symbol: "-",
url: "https://app.abracadabra.money/#/mim-swap",
description:
"MIM_Spell in house stableswap AMM built on Blast_L2. Enjoy the best LP yield, while optimising Abracadabra's efficiency",
"Abracadabra's in house stableswap AMM! Enjoy the best LP yield, while optimising Abracadabra's efficiency.",
chain: "Blast",
logo: `${baseIconsUrl}/mim-swap.png`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Dexes",
chains: ["Blast"],
chains: ["Arbitrum", "Blast", "Kava"],
module: "mimswap/index.js",
twitter: "MIMSwap",
forkedFrom: [],
oracles: [],
tokensExcludedFromParent: {
Arbitrum: ["MIM"],
Blast: ["MIM"],
Kava: ["MIM"],
},
parentProtocol: "parent#abracadabra",
listedAt: 1713789617,
Expand Down

0 comments on commit 5a95d9d

Please sign in to comment.