Skip to content

Commit 7e6ef9a

Browse files
feat: Add cyberPerp adapter (DefiLlama#11351)
Co-authored-by: Bohdan Ilchenko <[email protected]>
1 parent 0ca1a14 commit 7e6ef9a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

projects/cyberperp/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
const { gmxExports } = require("../helper/gmx");
2+
3+
const vault = "0x35C301Df78a6eD459931F56fBa6Cb2ad71bE606b";
4+
5+
module.exports = {
6+
iotaevm: {
7+
tvl: gmxExports({ vault}),
8+
},
9+
};

0 commit comments

Comments
 (0)