--- a/tests/src/eth/util/contractHelpersAbi.json +++ b/tests/src/eth/util/contractHelpersAbi.json @@ -156,5 +156,41 @@ "outputs": [], "stateMutability": "nonpayable", "type": "function" + }, + { + "inputs": [ + "inputs": [ + { + { + "internalType": "address", + "internalType": "address", + "name": "target", + "name": "contractAddress", + "type": "address" + "type": "address" + } + } + ], + ], + "name": "sponsoringEnabled", + "name": "getSponsoringRateLimit", + "outputs": [ + "outputs": [ + { + { + "internalType": "bool", + "internalType": "uint32", + "name": "", + "name": "", + "type": "bool" + "type": "uint32" + } + } + ], + ], + "stateMutability": "view", + "stateMutability": "view", + "type": "function" + "type": "function" } ] \ No newline at end of file