This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Description
Currently, the function testDeploy uses a magical constant for the initial deposit:
opts.Value = big.NewInt(9000 * int64(RetrieveRequestPrice))
We need to make this value parametrizable for testDeploy in order to prevent cheques from being bounced and make other tests not dependable on changing this constant.