Skip to content

Commit

Permalink
enable pinnako
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Jul 7, 2023
1 parent 892b71f commit a4fdcae
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 a4fdcae

Please sign in to comment.