Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sponsor Proposal Throws Error #115

Open
mrodgers616 opened this issue Oct 6, 2021 · 0 comments
Open

Sponsor Proposal Throws Error #115

mrodgers616 opened this issue Oct 6, 2021 · 0 comments

Comments

@mrodgers616
Copy link

mrodgers616 commented Oct 6, 2021

When calling sponsor proposal I get the following error:

Error: Returned error: execution reverted
    at SimpleTaskDefinition.action (/Users/matthewrodgers/Desktop/Eudaimonia/moloch/src/scripts/moloch-tasks.js:225:18)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at Environment._runTaskDefinition (/Users/matthewrodgers/Desktop/Eudaimonia/moloch/node_modules/hardhat/src/internal/core/runtime-environment.ts:217:14)
    at Environment.run (/Users/matthewrodgers/Desktop/Eudaimonia/moloch/node_modules/hardhat/src/internal/core/runtime-environment.ts:129:14)
    at main (/Users/matthewrodgers/Desktop/Eudaimonia/moloch/node_modules/hardhat/src/internal/cli/cli.ts:197:5) {
  data: {
    stack: 'ProviderError: execution reverted\n' +
      '    at HttpProvider.request (/Users/matthewrodgers/Desktop/Eudaimonia/moloch/node_modules/hardhat/src/internal/core/providers/http.ts:49:19)\n' +
      '    at LocalAccountsProvider.request (/Users/matthewrodgers/Desktop/Eudaimonia/moloch/node_modules/hardhat/src/internal/core/providers/accounts.ts:168:34)\n' +
      '    at processTicksAndRejections (node:internal/process/task_queues:96:5)\n' +
      '    at AutomaticGasProvider._getMultipliedGasEstimation (/Users/matthewrodgers/Desktop/Eudaimonia/moloch/node_modules/hardhat/src/internal/core/providers/gas-providers.ts:72:31)\n' +
      '    at AutomaticGasProvider.request (/Users/matthewrodgers/Desktop/Eudaimonia/moloch/node_modules/hardhat/src/internal/core/providers/gas-providers.ts:131:18)\n' +
      '    at Web3HTTPProviderAdapter._sendJsonRpcRequest (/Users/matthewrodgers/Desktop/Eudaimonia/moloch/node_modules/@nomiclabs/hardhat-web3/src/web3-provider-adapter.ts:80:22)',
    name: 'ProviderError'
  },
  hijackedStack: 'Error: Returned error: execution reverted\n' +
    '    at Object.ErrorResponse (/Users/matthewrodgers/Desktop/Eudaimonia/moloch/node_modules/@truffle/interface-adapter/node_modules/web3-core-helpers/lib/errors.js:28:19)\n' +
    '    at /Users/matthewrodgers/Desktop/Eudaimonia/moloch/node_modules/@truffle/interface-adapter/node_modules/web3-core-requestmanager/lib/index.js:303:36\n' +
    '    at processTicksAndRejections (node:internal/process/task_queues:83:21)'
}

Any help with this would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant