We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08de0d1 + ad8144e commit d6ac367Copy full SHA for d6ac367
projects/duckswap/index.js
@@ -0,0 +1,10 @@
1
+const { iziswapExport } = require('../helper/iziswap')
2
+
3
+const poolHelpers = {
4
+ 'duckchain': ['0x19b683A2F45012318d9B2aE1280d68d3eC54D663'],
5
+} // liquidityManager contracts
6
7
8
+Object.keys(poolHelpers).forEach(chain => {
9
+ module.exports[chain] = { tvl: iziswapExport({ poolHelpers: poolHelpers[chain], }), }
10
+})
0 commit comments