Skip to content

Commit

Permalink
add pyth protocols (#9067)
Browse files Browse the repository at this point in the history
* add pyth protocols

* change sake
  • Loading branch information
mariobern authored Jan 17, 2025
1 parent 37cd9ad commit b8ab85f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48786,7 +48786,7 @@ const data3: Protocol[] = [
cmcId: null,
category: "Derivatives",
chains: ["Ethereum", "Binance"],
oracles: [],
oracles: ["Pyth"], // https://docs.astherus.com/overview/astherusex/trading-on-astherusex-onchain-perp/powered-by-pyth-oracle-and-chainlink
forkedFrom: [],
module: "astherus/index.js",
twitter: "AstherusHub",
Expand Down
2 changes: 1 addition & 1 deletion defi/src/protocols/data4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ const data4: Protocol[] = [
module: "sonefi-xyz/index.js",
twitter: "SoneFi_xyz",
forkedFrom: ["SyncSwap"],
oracles: [],
oracles: ["Pyth"], // https://docs.sonefi.xyz/overview/terminology#oracle-pricing
audit_links: [],
listedAt: 1736851567
},
Expand Down

0 comments on commit b8ab85f

Please sign in to comment.