Skip to content

Commit b2030c8

Browse files
authored
feat: add capybara perp (DefiLlama#11982)
1 parent 830eb0d commit b2030c8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

projects/capybara-perp/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
const { sumTokensExport } = require('../helper/unwrapLPs')
2+
const ADDRESSES = require('../helper/coreAssets.json')
3+
4+
module.exports = {
5+
klaytn: {
6+
tvl: sumTokensExport({ owners: ['0xeB23e0a5065D96FCa71DE240C6b302B9Da14Ac0e', '0x94b231dD60E64ba8bCC72892cE4B4B9A5004730d'], tokens: [ADDRESSES.klaytn.stKaia] }),
7+
}
8+
}

projects/helper/coreAssets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,8 @@
468468
"aDAI": "0x2ff5371dad5c6ef76d55213b7c5a519f6654ba17",
469469
"aDAI_Wormhole_": "0xe9a88c33abf71c902f7581321d05e6516cbca761",
470470
"USDK": "0xd2137fdf10bd9e4e850c17539eb24cfe28777753",
471-
"NPT": "0xe06597d02a2c3aa7a9708de2cfa587b128bd3815"
471+
"NPT": "0xe06597d02a2c3aa7a9708de2cfa587b128bd3815",
472+
"stKaia": "0x42952B873ed6f7f0A7E4992E2a9818E3A9001995"
472473
},
473474
"nova": {
474475
"NUSD": "0x1f5396f254ee25377a5c1b9c6bff5f44e9294fff"

0 commit comments

Comments
 (0)