Skip to content

Commit

Permalink
Merge pull request #6828 from DefiLlama/enable-nlx-protocol
Browse files Browse the repository at this point in the history
enable nlx-swap
  • Loading branch information
dtmkeng authored May 6, 2024
2 parents a6f603a + 34d2410 commit d9b7552
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions defi/src/adaptors/data/derivatives/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -784,5 +784,15 @@ export default {
"bsx": {
enabled: true,
id: "4458",
},
"nlx": {
enabled: true,
id: "4568",
protocolsData: {
"nlx-trade": {
"id": "4568",
"enabled": true,
}
}
}
} as AdaptorsConfig
10 changes: 10 additions & 0 deletions defi/src/adaptors/data/dexs/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2690,5 +2690,15 @@ export default {
"1714953600": true,
}
}
},
"nlx": {
enabled: true,
id: "4568",
protocolsData: {
"nlx-swap": {
"id": "4568",
"enabled": true,
}
}
}
} as AdaptorsConfig

0 comments on commit d9b7552

Please sign in to comment.