Skip to content

Commit 45cb1e7

Browse files
morkie-stackmorkie-stack
andauthored
add morkie adapter (DefiLlama#12021)
Co-authored-by: morkie-stack <[email protected]>
1 parent 59b09c9 commit 45cb1e7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

projects/morkie/index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
const { staking } = require('../helper/staking');
2+
3+
module.exports = {
4+
polygon: {
5+
tvl: () => ({}),
6+
staking: staking(
7+
'0xee1198CF7575dfb2D5D666964322B6569B23E56b',
8+
'0xAFb755c5f2ea2aadBaE693d3BF2Dc2C35158dC04'
9+
)
10+
}
11+
};

0 commit comments

Comments
 (0)