Skip to content

Commit

Permalink
update oracle and audit meso finance (#8465)
Browse files Browse the repository at this point in the history
* update oracle and audit meso finance

* add reference link and fix audit entries

add reference link and fix audit entries

---------

Co-authored-by: Real Shaman <85087525+realdealshaman@users.noreply.github.com>
  • Loading branch information
gin-meso and realdealshaman authored Nov 5, 2024
1 parent 6bad165 commit 2e29ba3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50781,16 +50781,17 @@ const data3: Protocol[] = [
description: "The capital-efficient Money Market, empowering credit expansion on Aptos",
chain: "Aptos",
logo: `${baseIconsUrl}/meso-finance.png`,
audits: "0",
audits: "2",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Lending",
chains: ["Aptos"],
oracles: [],
oracles: ["Pyth"], // https://doc.meso.finance/risk-control/oracles
forkedFrom: [],
module: "meso-finance/index.js",
twitter: "Meso_Finance",
audit_links: ["https://doc.meso.finance/security-audit"],
listedAt: 1722616523,
},
{
Expand All @@ -50804,7 +50805,7 @@ const data3: Protocol[] = [
chain: "Ethereum",
logo: `${baseIconsUrl}/maha.xyz.png`,
audits: "2",
audit_note: "https://github.com/mahaxyz/contracts/blob/master/audits/2024-08-halborn-core.pdf",
audit_note: null,
gecko_id: "mahadao",
cmcId: "8043",
category: "CDP",
Expand All @@ -50815,6 +50816,7 @@ const data3: Protocol[] = [
twitter: "mahaxyz_",
github: ["mahaxyz"],
treasury: "mahaxyz.js",
audit_links: ["https://github.com/mahaxyz/contracts/blob/master/audits/2024-08-halborn-core.pdf"],
listedAt: 1722616997,
governanceID: ["snapshot:maha.eth"],
},
Expand All @@ -50828,7 +50830,7 @@ const data3: Protocol[] = [
chain: "Ethereum",
logo: `${baseIconsUrl}/bracket.png`,
audits: "2",
audit_note: "https://bracket-labs.gitbook.io/bracket/security/audits",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Farm",
Expand All @@ -50837,6 +50839,7 @@ const data3: Protocol[] = [
chains: ["Ethereum", "Arbitrum"],
module: "bracket-fi/index.js",
twitter: "bracket_fi",
audit_links: ["https://bracket-labs.gitbook.io/bracket/security/audits"],
parentProtocol: "parent#bracket-protocol",
listedAt: 1722618473,
},
Expand Down

0 comments on commit 2e29ba3

Please sign in to comment.