Skip to content

Commit 97c2b3b

Browse files
authored
feat: add corn to uniswap v3 (DefiLlama#12821)
Co-authored-by: abs3ntdev <[email protected]>
1 parent 3ee6634 commit 97c2b3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/uniswap/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ module.exports = {
9292
bob: { factory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D", fromBlock: 5188280 },
9393
lisk: { factory: "0x0d922Fb1Bc191F64970ac40376643808b4B74Df9", fromBlock: 577168 },
9494
wc: { factory: "0x7a5028BDa40e7B173C278C5342087826455ea25a", fromBlock: 1603366 },
95+
corn: { factory: "0xcb2436774C3e191c85056d248EF4260ce5f27A9D", fromBlock: 10878 },
9596
}),
9697
filecoin: { tvl: filecoinTvl },
9798
}
@@ -111,4 +112,4 @@ module.exports.sei.tvl = async (api) => {
111112
const token1s = await api.multiCall({ abi: 'address:token1', calls: pools })
112113
const ownerTokens = pools.map((pool, i) => [[token0s[i], token1s[i]], pool])
113114
return sumTokens2({ api, ownerTokens })
114-
}
115+
}

0 commit comments

Comments
 (0)