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
let versionedContractObject = JSON.parse(contracts.callMethodRollback(VERSION_CONTROL_CONTRACT_ADDRESS, 'getContractSource', [state.contractAddress]));
if(versionedContractObject.version === 0) {
throw new Error('VCS Contract. The contract is not deployed. Deploy new contract to versionControl: ' + VERSION_CONTROL_CONTRACT_ADDRESS + ' before starting versioned contract');