Skip to content

Commit 5c55a76

Browse files
committed
add uniswap position
1 parent 6a9dbf9 commit 5c55a76

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

projects/treasury/usual.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const tokens = [
1212
'0x8245FD9Ae99A482dFe76576dd4298f799c041D61', // uUSCC++
1313
'0x28d24D4380B26A1Ef305Ad8D8DB258159E472F33', // Usual_MV
1414
'0x35D8949372D46B7a3D5A56006AE77B215fc69bC0', // USD0++
15+
'0x2e7fC02bE94BC7f0cD69DcAB572F64bcC173cd81', // USD0a
1516
ADDRESSES.ethereum.USD0, // USD0
1617
ADDRESSES.ethereum.USDC, // USDC
1718
ADDRESSES.ethereum.WETH, // WETH

projects/usual/index.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const tokens = [
1313
];
1414

1515
const owners = [
16+
'0xc32e2a2F03d41768095e67b62C9c739f2C2Bc4aA', // Treasury 1
1617
"0xdd82875f0840AAD58a455A70B88eEd9F59ceC7c7", // treasury
1718
"0x4Cbc25559DbBD1272EC5B64c7b5F48a2405e6470", // USUALM
1819
"0x58073531a2809744D1bF311D30FD76B27D662abB", // USUALUSDtb
@@ -26,9 +27,14 @@ module.exports = {
2627
ethereum: {
2728
staking: staking(
2829
"0x06B964d96f5dCF7Eae9d7C559B09EDCe244d4B8E",
29-
"0xc4441c2be5d8fa8126822b9929ca0b81ea0de38e"
30+
"0xc4441c2be5d8fa8126822b9929ca0b81ea0de38e",
31+
"0x2e7fC02bE94BC7f0cD69DcAB572F64bcC173cd81"
3032
), // USUAL
31-
tvl: sumTokensExport({ tokens, owners }),
33+
tvl: sumTokensExport({
34+
tokens,
35+
owners,
36+
resolveUniV3: true,
37+
}),
3238
},
3339
doublecounted: true,
3440
};

0 commit comments

Comments
 (0)