Replies: 1 comment
-
For me the fix was manually adding the {
//...
"event": {
"type": "event",
"anonymous": false,
"inputs": [
{
"name": "sender",
"column": "sender", // <--- this was required for all inputs
"internalType": "address",
"type": "address",
"indexed": true
},
{
"name": "amount",
"column": "amount",
"internalType": "uint256",
"type": "uint256",
"indexed": false
},
{
"name": "referrer",
"column": "referrer",
"internalType": "address",
"type": "address",
"indexed": false
},
{
"name": "reward",
"column": "reward",
"internalType": "uint256",
"type": "uint256",
"indexed": false
}
],
"name": "Receipt"
}
//...
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Shovel seems to run fine and every now and then I'm seeing this error below. I am running it against a local anvil node so unsure if it's something else. Experiencing the error on versions
3410
andd4be
Beta Was this translation helpful? Give feedback.
All reactions