Skip to content

Commit 817d6aa

Browse files
authored
Add K-BIT (#15510)
1 parent 40ff5ed commit 817d6aa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

projects/k-bit/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
const { sumERC4626VaultsExport } = require('../helper/erc4626')
2+
3+
const LP_CONTRACT = '0x2fb5AAbf9bbc7303eB48D154F57de5cCe158FC2c';
4+
5+
module.exports = {
6+
methodology: "K-BIT Vault is a core component of the K-BIT ecosystem, enabling users to participate in the platform by depositing USDT and receiving KLP tokens in return.",
7+
klaytn: {
8+
tvl: sumERC4626VaultsExport({ vaults: [LP_CONTRACT], isOG4626: true }),
9+
},
10+
}

0 commit comments

Comments
 (0)