git.delta.rocks / unique-network / refs/commits / 1e586d15e9d8

difftreelog

geadd tSponsoringRateLimit ABI

Igor Kozyrev2021-10-04parent: #d499b83.patch.diff
in: master

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 },
160 {
161 "inputs": [
162 "inputs": [
163 {
164 {
165 "internalType": "address",
166 "internalType": "address",
167 "name": "target",
168 "name": "contractAddress",
169 "type": "address"
170 "type": "address"
171 }
172 }
173 ],
174 ],
175 "name": "sponsoringEnabled",
176 "name": "getSponsoringRateLimit",
177 "outputs": [
178 "outputs": [
179 {
180 {
181 "internalType": "bool",
182 "internalType": "uint32",
183 "name": "",
184 "name": "",
185 "type": "bool"
186 "type": "uint32"
187 }
188 }
189 ],
190 ],
191 "stateMutability": "view",
192 "stateMutability": "view",
193 "type": "function"
194 "type": "function"
159 }195 }
160]196]