Skip to content

Commit a9cdc3d

Browse files
whankinsivWayneAl
authored andcommitted
Add Metera Protocol Adapter (DefiLlama#14491)
1 parent 2203396 commit a9cdc3d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

projects/metera-protocol/index.js

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
const { sumTokens2 } = require("../helper/chain/cardano");
2+
const lockedAssetsAddresses = ["addr1wxms0ke7yf5e525kruhpacgaprwscxrefd29q9mu5j6tcgqme9f96"]
3+
4+
async function tvl() {
5+
const lockedAssets = await sumTokens2({
6+
owners: lockedAssetsAddresses
7+
})
8+
return lockedAssets
9+
}
10+
11+
module.exports = {
12+
timetravel: false,
13+
cardano: {
14+
tvl
15+
}
16+
}

0 commit comments

Comments
 (0)