File tree Expand file tree Collapse file tree 1 file changed +7
-21
lines changed Expand file tree Collapse file tree 1 file changed +7
-21
lines changed Original file line number Diff line number Diff line change @@ -13,26 +13,12 @@ const ZBU_ADDRESSES = {
13
13
bsc : '0x4D3dc895a9EDb234DfA3e303A196c009dC918f84' ,
14
14
} ;
15
15
16
- const lpTokens = [
17
- '0xC3889F9764d68BDF2e16f237206746344172A147'
18
- ] ;
19
16
20
- const stackingcontract = [
21
- '0x45dd22aCe398002b34cB37b363B2F02C7dd47842'
22
- ] ;
17
+ Object . keys ( VOTING_ESCROW_ADDRESSES ) . forEach ( chain => {
18
+ module . exports [ chain ] = {
19
+ tvl : ( ) => ( { } ) ,
20
+ staking : staking ( VOTING_ESCROW_ADDRESSES [ chain ] , ZBU_ADDRESSES [ chain ] )
21
+ }
22
+ } )
23
23
24
- module . exports = {
25
- ethereum : {
26
- staking : stakings ( [ VOTING_ESCROW_ADDRESSES [ "ethereum" ] ] , ZBU_ADDRESSES [ "ethereum" ] ) ,
27
- tvl : ( ) => ( { } )
28
- } ,
29
- base : {
30
- staking : stakings ( [ VOTING_ESCROW_ADDRESSES [ "base" ] ] , ZBU_ADDRESSES [ "base" ] ) ,
31
- pool2 : pool2s ( stackingcontract , lpTokens ) ,
32
- } ,
33
- bsc : {
34
- staking : stakings ( [ VOTING_ESCROW_ADDRESSES [ "bsc" ] ] , ZBU_ADDRESSES [ "bsc" ] ) ,
35
- } ,
36
- methodology :
37
- 'Counts ZBU tokens locked in Voting Escrow contracts across Ethereum, Base, and BSC.' ,
38
- } ;
24
+ module . exports . base . pool2 = staking ( '0x45dd22aCe398002b34cB37b363B2F02C7dd47842' , '0xC3889F9764d68BDF2e16f237206746344172A147' )
You can’t perform that action at this time.
0 commit comments