From 94e209050139f3729a179582b8d9dc0bb1c0aff2 Mon Sep 17 00:00:00 2001 From: kozyrevdev <73348153+kozyrevdev@users.noreply.github.com> Date: Mon, 04 Oct 2021 16:45:44 +0000 Subject: [PATCH] Merge pull request #207 from UniqueNetwork/feature/CORE-164 Feature/core 164 --- --- a/tests/src/eth/util/contractHelpersAbi.json +++ b/tests/src/eth/util/contractHelpersAbi.json @@ -156,5 +156,24 @@ "outputs": [], "stateMutability": "nonpayable", "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "contractAddress", + "type": "address" + } + ], + "name": "getSponsoringRateLimit", + "outputs": [ + { + "internalType": "uint32", + "name": "", + "type": "uint32" + } + ], + "stateMutability": "view", + "type": "function" } ] \ No newline at end of file -- gitstuff