mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Fix error "Cannot read properties of undefined (reading 'sideStakingAddress')"
This commit is contained in:
parent
d60c26be50
commit
1bd82e7f3a
@ -55,8 +55,8 @@ describe('SideStaking unit test', () => {
|
||||
})
|
||||
|
||||
it('should deploy contracts', async () => {
|
||||
sideStakingAddress = contracts.sideStakingAddress
|
||||
contracts = await deployContracts(web3, factoryOwner)
|
||||
sideStakingAddress = contracts.sideStakingAddress
|
||||
|
||||
// initialize Pool instance
|
||||
pool = new Pool(web3, PoolTemplate.abi as AbiItem[])
|
||||
|
Loading…
x
Reference in New Issue
Block a user