Skip to content

Commit 0b60e60

Browse files
committed
schema: rename 'multi' to 'eth_simulate'
1 parent c56ee82 commit 0b60e60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/schemas/execute.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EthSimulatePayload:
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'
169169
EthSimulateResult:
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'
175175
EthSimulateBlockResultSuccess:
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
240240
CallResults:
241-
title: Results of multi call within block
241+
title: Results of eth_simulate within block
242242
type: array
243243
items:
244244
oneOf:

0 commit comments

Comments
 (0)