File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
const { sumTokensExport } = require ( '../helper/sumTokens' ) ;
2
- const bitcoinAddressBook = require ( '../helper/bitcoin-book/index.js' )
2
+ const bitcoinAddressBook = require ( '../helper/bitcoin-book/index.js' ) ;
3
+ const ADDRESSES = require ( '../helper/coreAssets.json' ) ;
3
4
4
- //https://docs.hyperunit.xyz/developers/key-addresses
5
+ // https://docs.hyperunit.xyz/developers/key-addresses
5
6
6
7
module . exports = {
7
8
methodology : 'BTC wallets on bc1pdwu79dady576y3fupmm82m3g7p2p9f6hgyeqy0tdg7ztxg7xrayqlkl8j9' ,
8
9
bitcoin : {
9
10
tvl : sumTokensExport ( { owners : bitcoinAddressBook . unitbtc } ) ,
10
11
} ,
11
- } ;
12
+ ethereum : {
13
+ tvl : sumTokensExport ( {
14
+ owners : [ "0xBEa9f7FD27f4EE20066F18DEF0bc586eC221055A" ] ,
15
+ tokens : [ ADDRESSES . ethereum . WETH , "0x0000000000000000000000000000000000000000" ] ,
16
+ } ) ,
17
+ } ,
18
+ } ;
You can’t perform that action at this time.
0 commit comments