Add Snowbl Capital ($sSnowbl) (#16457)

This commit is contained in:
Esteban
2025-09-30 11:55:56 +03:00
committed by GitHub
parent bf7e2ce539
commit 0881a7e042

View File

@@ -0,0 +1,12 @@
const { sumERC4626VaultsExport } = require('./helper/erc4626')
module.exports = {
base: {
tvl: sumERC4626VaultsExport({
vaults: [
'0xd61bfc9ca1d0d2b03a3dd74e2ab81df8e5f606e8', // Snowbl Capital ERC4626 Vault
],
isOG4626: true,
}),
}
}