git.delta.rocks / unique-network / refs/commits / 94e209050139

difftreelog

Merge pull request #207 from UniqueNetwork/feature/CORE-164

kozyrevdev2021-10-04parents: #b2e47b5 #b693648.patch.diff
in: master
Feature/core 164

1 file changed

modifiedtests/src/eth/util/contractHelpersAbi.jsondiffbeforeafterboth
156 "outputs": [],156 "outputs": [],
157 "stateMutability": "nonpayable",157 "stateMutability": "nonpayable",
158 "type": "function"158 "type": "function"
159 }159 },
160 {
161 "inputs": [
162 {
163 "internalType": "address",
164 "name": "contractAddress",
165 "type": "address"
166 }
167 ],
168 "name": "getSponsoringRateLimit",
169 "outputs": [
170 {
171 "internalType": "uint32",
172 "name": "",
173 "type": "uint32"
174 }
175 ],
176 "stateMutability": "view",
177 "type": "function"
178 }
160]179]