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)'
}
When calling sponsor proposal I get the following error:
Any help with this would be appreciated.