Skip to content

Add Stork as oracle for Helix #9709

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54695,23 +54695,18 @@ const data3: Protocol[] = [
module: "injective-orderbook/index.js",
twitter: "HelixApp_",
forkedFrom: [],
oracles: ["Band"], // band oracle was confirmed by helix team
oracles: ["Stork","Pyth"],
oraclesBreakdown: [
{
name: "Band",
name: "Stork",
type: "Primary",
proof: ["https://api.injective.exchange/#injectiveoraclerpc-oraclelist"]
proof: ["https://docs.helixapp.com/trading/perpetuals"]
},
{
name: "Pyth",
type: "Secondary",
proof: ["https://api.injective.exchange/#injectiveoraclerpc-oraclelist"]
type: "Primary",
proof: ["https://docs.helixapp.com/trading/perpetuals"]
},
{
name: "Stork",
type: "Fallback",
proof: ["https://helixapp.zendesk.com/hc/en-us/articles/8790962218383-Which-oracle-provider-does-Helix-use"]
}
],
parentProtocol: "parent#helix",
listedAt: 1724923885
Expand Down