Skip to content

Commit 4a5a48c

Browse files
Volta Markets TVL (DefiLlama#15197)
Co-authored-by: sbalcin <[email protected]>
1 parent 67d3667 commit 4a5a48c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

projects/volta-markets/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const { gmxExports } = require('../helper/gmx')
2+
3+
module.exports = {
4+
core: {
5+
tvl: gmxExports({ vault: '0x129ba01921D37D3285F557C57397dc2b0a18B4d2', fromBlock: 25450000, }),
6+
},
7+
}

0 commit comments

Comments
 (0)