feat: add solidlizard-lending (#9692)

* feat: add solidlizard-lending

* Update index.js

* Update index.js

---------

Co-authored-by: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com>
This commit is contained in:
slzbro
2024-04-05 04:51:29 +09:00
committed by GitHub
parent 295dfefaea
commit 537c8594f9

View File

@@ -0,0 +1,13 @@
const { compoundExports2 } = require("../helper/compound");
const { staking } = require("../helper/staking");
const { pool2 } = require("../helper/pool2");
module.exports = {
methodology:
"Same as Compound Finance, we just count all the tokens supplied (not borrowed money) on the lending markets",
arbitrum: {
...compoundExports2({ comptroller: '0x9FfBdfcc508e76ee2b719eF6218879E938eF056C'}),
staking: staking( "0x08153c4C19Cb438A3bdC6303aF962a30E9f5e0B1", "0xe6AF844d5740B6B297B6Dd7Fb2ce299Ee9E3d16F"),
pool2: pool2( "0x8082F587Ff2B24dadB2220026F4FCa9323Ed8080", "0xB70005C4980d78e8bE47D4C9ccCd7300D6a02501"),
},
};