You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.strictEqual(newCompleteSetBalances[1],0n,'Did not lose complete sets')
170
170
assert.strictEqual(newCompleteSetBalances[2],0n,'Did not lose complete sets')
171
171
assert.strictEqual(awaitgetCurrentRetentionRate(client,securityPoolAddresses.securityPool),MAX_RETENTION_RATE,'retention rate was not at max after zero complete sets');
assert.strictEqual(awaitgetSystemState(client,securityPoolAddresses.securityPool),SystemState.PoolForked,'Parent is forked')
179
180
assert.strictEqual(0n,awaitgetERC20Balance(client,getRepTokenAddress(genesisUniverse),securityPoolAddresses.securityPool),'Parents original rep is gone')
assert.strictEqual(awaitgetSystemState(client,yesSecurityPool.securityPool),SystemState.Operational,'yes System should be operational right away')
191
192
assert.strictEqual(awaitgetCompleteSetCollateralAmount(client,yesSecurityPool.securityPool),openInterestAmount,'child contract did not record the amount correctly')
0 commit comments