Skip to content

Commit ec7f5a5

Browse files
authored
Pyth and Stork as Aggregator (#11036)
* Pyth and Stork as Aggregator Added Pyth as Aggregate Oracle, and changed Stork to Agrregator as well * Rename 'Stork' to 'Pyth' in data4.ts
1 parent a50c6ac commit ec7f5a5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

defi/src/protocols/data4.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21082,7 +21082,12 @@ const data4: Protocol[] = [
2108221082
oraclesBreakdown: [
2108321083
{
2108421084
name: "Stork",
21085-
type: "Primary",
21085+
type: "Aggregator",
21086+
proof: ["https://docs.rysk.finance/resources/oracle"],
21087+
},
21088+
{
21089+
name: "Pyth",
21090+
type: "Aggregator",
2108621091
proof: ["https://docs.rysk.finance/resources/oracle"],
2108721092
},
2108821093
],

0 commit comments

Comments
 (0)