Skip to content

Commit 370d845

Browse files
authored
Etherfuse listing (#16997)
1 parent 136327f commit 370d845

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

projects/etherfuse/index.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
const solana = require('../helper/solana');
2+
const { sumTokens2, } = require('../helper/unwrapLPs');
3+
4+
5+
async function solanaTvl() {
6+
return solana.sumTokens2({ owner: '2cbUAqNoySYkG5R7edjm1WLXgtty6PeCRDVJ7zZbodQm' })
7+
}
8+
module.exports = {
9+
methodology: "All tokens locked in WavesBridge smart contracts.",
10+
timetravel: false, solana: {
11+
tvl: solanaTvl,
12+
},
13+
}
14+

0 commit comments

Comments
 (0)