Skip to content

Commit bfc758e

Browse files
Adds Veda's tac vaults (DefiLlama#14261)
1 parent 1164ed8 commit bfc758e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

projects/veda/ethereum_constants.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,33 @@ const boringVaultsV0Ethereum = [
234234
startBlock: 21746816,
235235
baseAsset: ADDRESSES.ethereum.WBTC,
236236
},
237+
{
238+
name: "tacUSD",
239+
vault: "0x699e04F98dE2Fc395a7dcBf36B48EC837A976490",
240+
accountant: "0x58cD5e97ffaeA62986C86ac44bB8EF7092c7ff5B",
241+
teller: "0xBbf9E8718D83CF67b568bfFd9d3034BfF02A0103",
242+
lens: "0x5232bc0F5999f8dA604c42E1748A13a170F94A1B",
243+
startBlock: 21882726,
244+
baseAsset: ADDRESSES.ethereum.USDC,
245+
},
246+
{
247+
name: "tacETH",
248+
vault: "0x294eecec65A0142e84AEdfD8eB2FBEA8c9a9fbad",
249+
accountant: "0x1683870f3347F2837865C5D161079Dc3fDbf1087",
250+
teller: "0xe97365b41B340352d3d32CA2C7230330F19A1e73",
251+
lens: "0x5232bc0F5999f8dA604c42E1748A13a170F94A1B",
252+
startBlock: 21882620,
253+
baseAsset: ADDRESSES.ethereum.WETH,
254+
},
255+
{
256+
name: "tacBTC",
257+
vault: "0x6Bf340dB729d82af1F6443A0Ea0d79647b1c3DDf",
258+
accountant: "0xe4858a89d5602Ad30de2018C408d33d101F53d53",
259+
teller: "0x7C75cbb851D321B2Ec8034D58A9B5075e991E584",
260+
lens: "0x5232bc0F5999f8dA604c42E1748A13a170F94A1B",
261+
startBlock: 21882704,
262+
baseAsset: ADDRESSES.ethereum.WBTC,
263+
}
237264
];
238265

239266
module.exports = {

0 commit comments

Comments
 (0)