Skip to content

Commit

Permalink
add nuri-exchange (#10103)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShad0w authored May 6, 2024
1 parent 2c83096 commit 93b8e37
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions projects/nuri-exchange-v1/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const {getUniTVL} = require('../helper/unknownTokens')
const { staking } = require('../helper/staking')

module.exports = {
misrepresentedTokens: true,
scroll:{
tvl: getUniTVL({ factory: '0xAAA16c016BF556fcD620328f0759252E29b1AB57', useDefaultCoreAssets: true, hasStablePools: true, stablePoolSymbol: 'crAMM' }),
staking: staking("0xAAAEa1fB9f3DE3F70E89f37B69Ab11B47eb9Ce6F", "0xAAAE8378809bb8815c08D3C59Eb0c7D1529aD769"),
},
}
5 changes: 5 additions & 0 deletions projects/nuri-exchange/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const { uniV3Export } = require('../helper/uniswapV3')

module.exports = uniV3Export({
scroll: { factory: '0xAAA32926fcE6bE95ea2c51cB4Fcb60836D320C42', fromBlock: 5300905 },
})

0 comments on commit 93b8e37

Please sign in to comment.