Skip to content

Commit 34bfa87

Browse files
authored
feat: integrate moby berachain (DefiLlama#13455)
1 parent 60cd1fa commit 34bfa87

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

projects/helper/coreAssets.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2259,7 +2259,9 @@
22592259
"rsETH": "0x4186BFC76E2E237523CBC30FD220FE055156b41F",
22602260
"STONE": "0xEc901DA9c68E90798BbBb74c11406A32A70652C3",
22612261
"rswETH": "0x850CDF416668210ED0c36bfFF5d21921C7adA3b8",
2262-
"sUSDe": "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2"
2262+
"sUSDe": "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2",
2263+
"USDC": "0x549943e04f40284185054145c6E4e9568C1D3241",
2264+
"HONEY": "0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce"
22632265
},
22642266
"stratis": {
22652267
"WSTRAX": "0xeA705D2DbD8DE7Dc70Db7B531D0F620d9CeE9d18"

projects/moby/index.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ const ADDRESSES = require('../helper/coreAssets.json')
33

44
module.exports = {
55
hallmarks: [
6-
[1736294400,"Private-key Leak Exploit"]
6+
[1736294400,"Private-key Leak Exploit"],
7+
[1737072000,"Moby Restored"]
78
],
89
arbitrum: {
910
tvl: sumTokensExport({
@@ -21,5 +22,18 @@ module.exports = {
2122
ADDRESSES.arbitrum.WBTC,
2223
]
2324
})
25+
},
26+
berachain: {
27+
tvl: sumTokensExport({
28+
owners: [
29+
"0x66f782E776a91CE9c33EcD07f7D2a9743775209e", // vault
30+
],
31+
tokens: [
32+
ADDRESSES.berachain.WETH,
33+
ADDRESSES.berachain.USDC,
34+
ADDRESSES.berachain.WBTC,
35+
ADDRESSES.berachain.HONEY
36+
]
37+
}),
2438
}
2539
}

0 commit comments

Comments
 (0)