Using a bqTest in read mode

First we will need to define a new reading mode bqTest. We can do so simply by running:

const readModeTest = await bqTest.readMode(
    testId,
    ethersProvider,
    testCreatorAddress
)

Where:

As the protocol still lacks an official deployed contract, this test creator address is left for the user to define after they themselves deploy it. In future versions this will be given a default value deployed on a specified chain.

Last updated