Skip to content

Commit

Permalink
fix parentprotocol entry
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 10, 2025
1 parent d53e637 commit c90a294
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 @@ -64699,7 +64699,7 @@ const data3: Protocol[] = [
forkedFrom: [],
oracles: [],
audit_links: ["https://skynet.certik.com/projects/PRYZM"],
parentProtocol: "parent#pryzm-protocol",
parentProtocol: "parent#pryzm",
listedAt: 1735228524
},
{
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 @@ -830,7 +830,7 @@ const data4: Protocol[] = [
forkedFrom: [],
oracles: [],
audit_links: ["https://skynet.certik.com/projects/PRYZM"],
parentProtocol: "parent#pryzm-protocol",
parentProtocol: "parent#pryzm",
listedAt: 1736533711
},
];
Expand Down

0 comments on commit c90a294

Please sign in to comment.