Skip to content

Commit

Permalink
add pyth oracle users (#7900)
Browse files Browse the repository at this point in the history
* add pyth oracle users

* reinstate api3

* reinstate api3

* add siren and remove jewelswap
  • Loading branch information
mariobern authored Aug 29, 2024
1 parent e9509b2 commit c06ccce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions defi/src/protocols/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2079,6 +2079,7 @@ const data: Protocol[] = [
chains: ["Ethereum", "Polygon"],
module: "siren/index.js",
twitter: "sirenprotocol",
oracles: ["Pyth"], // https://docs.siren.xyz/faq/pyth-integration
audit_links: ["https://docs.sirenmarkets.com/faq-general/for-users#is-the-siren-protocol-safe"],
governanceID: ["snapshot:sirenmarkets.eth"],
github: ["sirenmarkets"],
Expand Down
2 changes: 1 addition & 1 deletion defi/src/protocols/data2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6147,7 +6147,7 @@ const data2: Protocol[] = [
cmcId: null,
category: "Lending",
chains: ["Algorand"],
oracles: ["Internal"],
oracles: ["Internal", "Pyth", "Chainlink"], // https://github.com/Folks-Finance/folks-finance-xchain-contracts/tree/main/contracts/oracle
forkedFrom: [],
module: "folks-finance/index.js",
twitter: "FolksFinance",
Expand Down
4 changes: 2 additions & 2 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44299,7 +44299,7 @@ const data3: Protocol[] = [
chains: ["Aptos"],
module: "superposition/index.js",
forkedFrom: [],
oracles: [],
oracles: ["Pyth"], // https://docs.superposition.finance/asset-pricing
twitter: "superp_fi",
listedAt: 1716371512,
},
Expand Down Expand Up @@ -48616,7 +48616,7 @@ const data3: Protocol[] = [
cmcId: null,
category: "Derivatives",
chains: ["Linea"],
oracles: ["API3"], // https://docs.linehub.io/linehub-products/more#enhanced-security , https://lineascan.build/address/0xcea91eaa9f4d968c082efe8e48a107e6a74fef21#code
oracles: ["API3","Pyth"], // https://docs.linehub.io/linehub-products/more#enhanced-security , https://lineascan.build/address/0xcea91eaa9f4d968c082efe8e48a107e6a74fef21#code, https://lineascan.build/address/0x09b573a41d389fef53cb3abeaebfdebf9a32dbaa
forkedFrom: [],
module: "linehub-perps/index.js",
twitter: "LineDefiHub",
Expand Down

0 comments on commit c06ccce

Please sign in to comment.