Deployment script to deploy only the Delegator.sol contract
Grant PAUSE_ROLE to admin for Delegator in the postDeployment script
updateAddress(collectionManager, randomNoManager) call this function with the previously deployed (currently live on staging oracle) Collection Manager and RandomNoManger contract addresses. @SkandaBhat @SamAg19
getResult(name)
will now return aStruct Value
that consists of(power, collectionId, collectionName, result)
of the requested collection name.IDelegator
interface so that this can be used by clients.Deployment plan for staging(skale-testnet v3):
Delegator.sol
contractPAUSE_ROLE
to admin for Delegator in the postDeployment scriptupdateAddress(collectionManager, randomNoManager)
call this function with the previously deployed (currently live on staging oracle) Collection Manager and RandomNoManger contract addresses. @SkandaBhat @SamAg19Resolves
985
986
987