Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DackieSwap merge Mode Network chain #9722

Merged
merged 11 commits into from
Apr 7, 2024
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 },
});
Loading