Skip to content

Commit

Permalink
add spinaqdex adapter (DefiLlama#8393)
Browse files Browse the repository at this point in the history
* add spinaqdex adapter

* add chain to tvl config

* remove wrong network asociacion
  • Loading branch information
WolfWearingSuit authored Dec 14, 2023
1 parent e63ea5e commit b42ffc2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions projects/spinaqdex/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const { getUniTVL } = require('../helper/unknownTokens');

const SPINAQ = "0x802124EB78E43FD8d3d4E6DAAAa4Be28Dc7993dc";
const FACTORY = "0x36E0F99A19481976C42CC45Aec7205B10807E275"


module.exports = {
misrepresentedTokens: true,
methodology: `Uses Uniswap-style factory address to find and price liquidity pairs.`,
arbitrum: {
tvl: getUniTVL({ factory: FACTORY, useDefaultCoreAssets: true, fetchBalances: true, chain: 'arbitrum' }),
},
};

0 comments on commit b42ffc2

Please sign in to comment.