Skip to content

Commit 3492824

Browse files
authored
Add Umoja's UMJA TVL. (DefiLlama#14141)
1 parent 0cfdd51 commit 3492824

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

projects/umoja-umja/index.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
const Arbitrum = {
2+
token: "0x16A500Aec6c37F84447ef04E66c57cfC6254cF92",
3+
umo_governance: "0x256F7b822594a1Bc5cB5a68f0A7d97C8F3F2711C",
4+
};
5+
6+
module.exports = {
7+
arbitrum: {
8+
tvl: () => ({}),
9+
staking: async (api) => {
10+
const lockedUmoGov = await api.call({ abi: 'erc20:balanceOf', target: Arbitrum.token, params: Arbitrum.umo_governance })
11+
api.add(Arbitrum.token, lockedUmoGov)
12+
},
13+
},
14+
}

0 commit comments

Comments
 (0)