Skip to content

Commit f86b8b4

Browse files
authored
add ondo usdc (DefiLlama#14281)
1 parent fe4999f commit f86b8b4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

projects/openeden-usdo/index.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ const config = {
99
},
1010
ethereum: {
1111
owners: ["0x5EaFF7af80488033Bc845709806D5Fae5291eB88"],
12-
tokens: ["0xdd50C053C096CB04A3e3362E2b622529EC5f2e8a"],
12+
tokens: ["0xdd50C053C096CB04A3e3362E2b622529EC5f2e8a", "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" ],
13+
},
14+
base: {
15+
owners: ["0x5EaFF7af80488033Bc845709806D5Fae5291eB88"],
16+
tokens: ["0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" ],
1317
},
1418
};
1519

@@ -20,4 +24,4 @@ Object.keys(config).forEach((chain) => {
2024
});
2125

2226
module.exports.methodology =
23-
"Counts TBILL tokens held in the USDO system wallet on Ethereum and Arbitrum.";
27+
"Counts TBILL tokens and USDC held in the USDO system wallet on Ethereum and Arbitrum.";

0 commit comments

Comments
 (0)