We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4999f commit f86b8b4Copy full SHA for f86b8b4
projects/openeden-usdo/index.js
@@ -9,7 +9,11 @@ const config = {
9
},
10
ethereum: {
11
owners: ["0x5EaFF7af80488033Bc845709806D5Fae5291eB88"],
12
- tokens: ["0xdd50C053C096CB04A3e3362E2b622529EC5f2e8a"],
+ tokens: ["0xdd50C053C096CB04A3e3362E2b622529EC5f2e8a", "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" ],
13
+ },
14
+ base: {
15
+ owners: ["0x5EaFF7af80488033Bc845709806D5Fae5291eB88"],
16
+ tokens: ["0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913" ],
17
18
};
19
@@ -20,4 +24,4 @@ Object.keys(config).forEach((chain) => {
20
24
});
21
25
22
26
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