Skip to content

Commit

Permalink
Merge pull request DefiLlama#3660 from DefiLlama/enable-pinnako
Browse files Browse the repository at this point in the history
enable pinnako
  • Loading branch information
dtmkeng authored Jul 7, 2023
2 parents 892b71f + a4fdcae commit a6fe99f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions defi/src/adaptors/data/derivatives/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,16 @@ export default {
"enabled": true
}
},
},
"pinnako": {
enabled: true,
id: "3209",
"protocolsData": {
"derivatives": {
"id": "3209",
"enabled": true,
"category": "Dexes",
}
},
}
} as AdaptorsConfig
11 changes: 11 additions & 0 deletions defi/src/adaptors/data/dexs/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1711,5 +1711,16 @@ export default {
"zkSwap_Finance": {
enabled: true,
id: "3180"
},
"pinnako": {
enabled: true,
id: "3209",
"protocolsData": {
"swap": {
"id": "3209",
"enabled": true,
"category": "Dexes",
}
},
}
} as AdaptorsConfig

0 comments on commit a6fe99f

Please sign in to comment.