File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 2259
2259
"rsETH" : " 0x4186BFC76E2E237523CBC30FD220FE055156b41F" ,
2260
2260
"STONE" : " 0xEc901DA9c68E90798BbBb74c11406A32A70652C3" ,
2261
2261
"rswETH" : " 0x850CDF416668210ED0c36bfFF5d21921C7adA3b8" ,
2262
- "sUSDe" : " 0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2"
2262
+ "sUSDe" : " 0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2" ,
2263
+ "USDC" : " 0x549943e04f40284185054145c6E4e9568C1D3241" ,
2264
+ "HONEY" : " 0xFCBD14DC51f0A4d49d5E53C2E0950e0bC26d0Dce"
2263
2265
},
2264
2266
"stratis" : {
2265
2267
"WSTRAX" : " 0xeA705D2DbD8DE7Dc70Db7B531D0F620d9CeE9d18"
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ const ADDRESSES = require('../helper/coreAssets.json')
3
3
4
4
module . exports = {
5
5
hallmarks : [
6
- [ 1736294400 , "Private-key Leak Exploit" ]
6
+ [ 1736294400 , "Private-key Leak Exploit" ] ,
7
+ [ 1737072000 , "Moby Restored" ]
7
8
] ,
8
9
arbitrum : {
9
10
tvl : sumTokensExport ( {
@@ -21,5 +22,18 @@ module.exports = {
21
22
ADDRESSES . arbitrum . WBTC ,
22
23
]
23
24
} )
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
+ } ) ,
24
38
}
25
39
}
You can’t perform that action at this time.
0 commit comments