Skip to content

Commit

Permalink
add excluded tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
0xngmi committed Nov 11, 2024
1 parent 06480b0 commit f779c99
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14223,6 +14223,9 @@ const data3: Protocol[] = [
],
listedAt: 1690897069,
parentProtocol: "parent#navi-protocol",
tokensExcludedFromParent: {
Sui: ["VSUI"],
},
},
{
id: "3324",
Expand Down Expand Up @@ -35844,6 +35847,9 @@ const data3: Protocol[] = [
forkedFrom: [],
audit_links: ["https://docs.suilend.fi/security/audit"],
parentProtocol: "parent#suilend-protocol",
tokensExcludedFromParent: {
Sui: ["SSUI"],
},
listedAt: 1710198832,
},
{
Expand Down

0 comments on commit f779c99

Please sign in to comment.