Skip to content

Commit

Permalink
DackieSwap merge Mode Network chain (#9722)
Browse files Browse the repository at this point in the history
* update staking dackie

* update arbitrum

* update blast

* update blast factory

* update inevm factory

* update mode factory

---------

Co-authored-by: andreapn.eth <[email protected]>
  • Loading branch information
DackieSwap and andreapn authored Apr 7, 2024
1 parent 7f5feb8 commit db9cea4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/dackieswap-v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,12 @@ module.exports = {
useDefaultCoreAssets: true,
fetchBalances: true
})
},
mode: {
tvl: getUniTVL({
factory: "0x757cD583004400ee67e5cC3c7A60C6a62E3F6d30",
useDefaultCoreAssets: true,
fetchBalances: true
})
}
};
1 change: 1 addition & 0 deletions projects/dackieswap/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ module.exports = uniV3Export({
arbitrum: { factory: "0xaEdc38bD52b0380b2Af4980948925734fD54FbF4", fromBlock: 180722131 },
blast: { factory: "0xd1575B2e0C82fba9Eddc3de9c9AAF923AFA670cC", fromBlock: 286237 },
inevm: { factory: "0xf79A36F6f440392C63AD61252a64d5d3C43F860D", fromBlock: 291933 },
mode: { factory: "0xc6f3966E5D08Ced98aC30f8B65BeAB5882Be54C7", fromBlock: 6102035 },
});

0 comments on commit db9cea4

Please sign in to comment.