File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
projects/blasterswap-vaults Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- const stakingContract = '0x0464a36beCf9967111D2dCAb57CAf4a2376f6E3F'
2
- const blast = '0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad'
3
- const { staking } = require ( '../helper/staking' )
1
+ const { stakings } = require ( "../helper/staking.js" ) ;
4
2
3
+ const vaults = [ '0x0464a36beCf9967111D2dCAb57CAf4a2376f6E3F' , '0xC52fb7E613e401a0195C2fdB369618580D58C91D' , '0x013249266842e078999088807033D80531A84260' ] ;
4
+ const tokens = [ '0xb1a5700fa2358173fe465e6ea4ff52e36e88e2ad' , '0xd43D8aDAC6A4C7d9Aeece7c3151FcA8f23752cf8' , '0x5ffd9EbD27f2fcAB044c0f0a26A45Cb62fa29c06' ] ;
5
5
6
6
module . exports = {
7
- methodology : "BLAST can be staked in Blasterswap vault " ,
7
+ methodology : "Staking " ,
8
8
blast : {
9
- tvl : ( ) => ( { } ) ,
10
- staking : staking ( stakingContract , blast ) ,
9
+ tvl : ( async ) => ( { } ) ,
10
+ staking : stakings ( vaults , tokens )
11
11
} ,
12
12
}
You can’t perform that action at this time.
0 commit comments