git.delta.rocks / unique-network / refs/commits / b693648cc29a

difftreelog

fix contractsHelpersAbi

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

1 file changed

modifiedtests/src/eth/util/contractHelpersAbi.jsondiffbeforeafterboth
159 },159 },
160 {160 {
161 "inputs": [161 "inputs": [
162 "inputs": [
163 {162 {
164 {
165 "internalType": "address",163 "internalType": "address",
166 "internalType": "address",
167 "name": "target",
168 "name": "contractAddress",164 "name": "contractAddress",
169 "type": "address"165 "type": "address"
170 "type": "address"
171 }166 }
172 }
173 ],167 ],
174 ],
175 "name": "sponsoringEnabled",
176 "name": "getSponsoringRateLimit",168 "name": "getSponsoringRateLimit",
177 "outputs": [169 "outputs": [
178 "outputs": [
179 {170 {
180 {
181 "internalType": "bool",
182 "internalType": "uint32",171 "internalType": "uint32",
183 "name": "",172 "name": "",
184 "name": "",
185 "type": "bool"
186 "type": "uint32"173 "type": "uint32"
187 }174 }
188 }
189 ],175 ],
190 ],
191 "stateMutability": "view",176 "stateMutability": "view",
192 "stateMutability": "view",
193 "type": "function"
194 "type": "function"177 "type": "function"
195 }178 }
196]179]