Skip to content

Commit

Permalink
feat: Add neby-dex uniswap v3 dex (#12738)
Browse files Browse the repository at this point in the history
  • Loading branch information
KovacZan authored Dec 17, 2024
1 parent 6e54896 commit 519da13
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions projects/neby-dex/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const { uniV3GraphExport } = require("../helper/uniswapV3");

module.exports = {
sapphire: {
tvl: uniV3GraphExport({
name: 'Neby Dex', graphURL: 'https://api.goldsky.com/api/public/project_clzi4lu67khgw01072ibvekvt/subgraphs/neby-dex-sapphire-mainnet/1.0.0/gn'
}),
}
}

0 comments on commit 519da13

Please sign in to comment.