Skip to content

Commit 4d9d263

Browse files
0xyongyongg1nt0ki
andauthored
add LairFinance project (DefiLlama#11489)
Co-authored-by: g1nt0ki <[email protected]>
1 parent fdce6ea commit 4d9d263

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

projects/LairFinance/index.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
const contracts = {
2+
stKAIA: '0x42952B873ed6f7f0A7E4992E2a9818E3A9001995',
3+
node: '0x7949597f453592B782EC9036Af27d63Ed9774b2d',
4+
}
5+
6+
async function tvl(api) {
7+
const tvl = await api.call({ target: contracts.node, abi: "uint256:getTotalStakingAmount" })
8+
api.addGasToken(tvl)
9+
}
10+
11+
module.exports = {
12+
klaytn: { tvl }
13+
}

projects/capybara-exchange/config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ module.exports = {
33
pools: {
44
mainPool: "0x540cce8ed7d210f71eeabb9e7ed7698ac745e077",
55
volatilePool: "0x6389dbfa1427a3b0a89cddc7ea9bbda6e73dece7",
6+
lstPool: "0x5CDE63386D78362267d9A3edC8DA204bB64D07D3",
7+
stargatePool: "0x1dE1578476d9B4237F963eca5D37500Fc33DF3D1",
68
},
79
},
810
};

0 commit comments

Comments
 (0)