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
Using network 'development'.
RegistryFactory: 0x23e84570f7b28ad0d5e5545d398009194a8734f3
Deploying proxy contracts...
did a truffle debug and got the following error
Parameterizer.sol:
248: @param _challengeID the challenge ID to claim tokens for
249: */
250: function claimReward(uint _challengeID) public {
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
debug(development:0xb38b118c...)>
Transaction halted with a RUNTIME ERROR.
This is likely due to an intentional halting expression, like assert(), require() or revert(). It can also be due to out-of-gas exceptions. Please inspect your transaction parameters and contract code to determine the meaning of this error.
The text was updated successfully, but these errors were encountered:
truffle exec scripts/deploy_proxies.js failed silently.
did a truffle debug and got the following error
The text was updated successfully, but these errors were encountered: