File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11EthSimulatePayload :
2- title : Arguments for multi call
2+ title : Arguments for eth_simulate
33 required :
44 - blockStateCalls
55 properties :
@@ -167,13 +167,13 @@ Withdrawal:
167167 title : Amount
168168 $ref : ' #/components/schemas/uint64'
169169EthSimulateResult :
170- title : Full results of multi call
170+ title : Full results of eth_simulate
171171 type : array
172172 oneOf :
173173 - $ref : ' #/components/schemas/EthSimulateBlockResultInvalid'
174174 - $ref : ' #/components/schemas/EthSimulateBlockResultSuccess'
175175EthSimulateBlockResultSuccess :
176- title : Full results of multi call
176+ title : Full results of eth_simulate
177177 type : array
178178 items :
179179 $ref : ' #/components/schemas/EthSimulateBlockResultSingleSuccess'
@@ -238,7 +238,7 @@ EthSimulateBlockResultInvalid:
238238 - code : -38026
239239 message : Client adjustable limit exceeded
240240CallResults :
241- title : Results of multi call within block
241+ title : Results of eth_simulate within block
242242 type : array
243243 items :
244244 oneOf :
You can’t perform that action at this time.
0 commit comments