mirror of
https://github.com/alexgo-io/DefiLlama-Adapters.git
synced 2026-05-23 03:23:38 +08:00
18 lines
469 B
JavaScript
18 lines
469 B
JavaScript
const ADDRESSES = require("../helper/coreAssets.json");
|
|
|
|
const boringVaultsEthereum = [
|
|
{
|
|
name: "Solid USD",
|
|
vault: "0x6E575AE5e1A12e910641183F555Fad62eD1481F2",
|
|
accountant: "0x10f3996904F1fA09Db48e5d46AAdD6D9fd516eFe",
|
|
teller: "0x43F2face25Bb22d296B9Ab643Dac7755D89632E5",
|
|
lens: "0x074F543E7DaA7C67F77bfD8C41C79127c4dd80d9",
|
|
startBlock: 22651939,
|
|
baseAsset: ADDRESSES.ethereum.USDC,
|
|
},
|
|
];
|
|
|
|
module.exports = {
|
|
boringVaultsEthereum,
|
|
};
|