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 136327f commit 370d845Copy full SHA for 370d845
projects/etherfuse/index.js
@@ -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