mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-01-12 16:53:02 +08:00
Add Snowbl Capital ($sSnowbl) (#16457)
This commit is contained in:
12
projects/snowbl-capital.js
Normal file
12
projects/snowbl-capital.js
Normal file
@@ -0,0 +1,12 @@
|
||||
const { sumERC4626VaultsExport } = require('./helper/erc4626')
|
||||
|
||||
module.exports = {
|
||||
base: {
|
||||
tvl: sumERC4626VaultsExport({
|
||||
vaults: [
|
||||
'0xd61bfc9ca1d0d2b03a3dd74e2ab81df8e5f606e8', // Snowbl Capital ERC4626 Vault
|
||||
],
|
||||
isOG4626: true,
|
||||
}),
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user