Skip to content

Commit 319bb81

Browse files
committed
update arbitrum
1 parent a23b0dd commit 319bb81

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

projects/dackieswap-v2/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,12 @@ module.exports = {
2424
useDefaultCoreAssets: true,
2525
fetchBalances: true
2626
})
27+
},
28+
arbitrum: {
29+
tvl: getUniTVL({
30+
factory: "0x507940c2469e6E3B33032F1d4FF8d123BDDe2f5C",
31+
useDefaultCoreAssets: true,
32+
fetchBalances: true
33+
})
2734
}
2835
};

projects/dackieswap/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ const { uniV3Export } = require("../helper/uniswapV3");
22

33
module.exports = uniV3Export({
44
base: { factory: "0x3D237AC6D2f425D2E890Cc99198818cc1FA48870", fromBlock: 2031627 },
5-
optimism: { factory: "0xc2BC7A73613B9bD5F373FE10B55C59a69F4D617B", fromBlock: 115172042 }
5+
optimism: { factory: "0xc2BC7A73613B9bD5F373FE10B55C59a69F4D617B", fromBlock: 115172042 },
6+
arbitrum: { factory: "0xaEdc38bD52b0380b2Af4980948925734fD54FbF4", fromBlock: 180722131 },
67
});

0 commit comments

Comments
 (0)