Skip to content

Commit

Permalink
Merge pull request #9181 from DefiLlama/enable0derivatives
Browse files Browse the repository at this point in the history
enable amped
  • Loading branch information
dtmkeng authored Jan 30, 2025
2 parents 3cd4e81 + 915d166 commit 736a93e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions defi/src/adaptors/data/derivatives/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -785,5 +785,13 @@ export default {
},
"cvex": {
id: "5610"
},
"amped": {
id: "3833",
protocolsData: {
"derivatives": {
id: "3833",
}
}
}
} as AdaptorsConfig
8 changes: 8 additions & 0 deletions defi/src/adaptors/data/dexs/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2711,5 +2711,13 @@ export default {
},
"infinityPools": {
id: "5662"
},
"amped": {
id: "3833",
protocolsData: {
"swap": {
id: "3833",
}
}
}
} as AdaptorsConfig

0 comments on commit 736a93e

Please sign in to comment.