Skip to content

Commit e57f063

Browse files
author
Sentio Bot
committed
chore: update
1 parent 99d1049 commit e57f063

6 files changed

+762
-762
lines changed

doc/index.html

Lines changed: 625 additions & 625 deletions
Large diffs are not rendered by default.

openapi.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@
11651165
"/api/v1/solidity/{owner}/{slug}/fork/{forkId}/bundle/{bundleId}/call_trace": {
11661166
"get": {
11671167
"summary": "Get Call Trace by Bundle Simulation on Fork",
1168-
"operationId": "GetCallTraceByForkBundle",
1168+
"operationId": "GetCallTraceOnForkBundle",
11691169
"responses": {
11701170
"200": {
11711171
"description": "A successful response.",
@@ -1229,7 +1229,7 @@
12291229
"/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation": {
12301230
"post": {
12311231
"summary": "Run Simulation on Fork",
1232-
"operationId": "SimulateTransactionByFork",
1232+
"operationId": "SimulateTransactionOnFork",
12331233
"responses": {
12341234
"200": {
12351235
"description": "A successful response.",
@@ -1262,7 +1262,7 @@
12621262
"in": "body",
12631263
"required": true,
12641264
"schema": {
1265-
"$ref": "#/definitions/solidity_service.SolidityAPIService.SimulateTransactionByForkBody"
1265+
"$ref": "#/definitions/solidity_service.SolidityAPIService.SimulateTransactionOnForkBody"
12661266
}
12671267
}
12681268
],
@@ -1274,7 +1274,7 @@
12741274
"/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation/{simulationId}/call_trace": {
12751275
"get": {
12761276
"summary": "Get Call Trace by Simulation on Fork",
1277-
"operationId": "GetCallTraceByForkSimulation",
1277+
"operationId": "GetCallTraceOnForkSimulation",
12781278
"responses": {
12791279
"200": {
12801280
"description": "A successful response.",
@@ -1338,7 +1338,7 @@
13381338
"/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation_bundle": {
13391339
"post": {
13401340
"summary": "Run Bundle simulation on Fork",
1341-
"operationId": "SimulateTransactionBundleByFork",
1341+
"operationId": "SimulateTransactionBundleOnFork",
13421342
"responses": {
13431343
"200": {
13441344
"description": "A successful response.",
@@ -1371,7 +1371,7 @@
13711371
"in": "body",
13721372
"required": true,
13731373
"schema": {
1374-
"$ref": "#/definitions/solidity_service.SolidityAPIService.SimulateTransactionBundleByForkBody"
1374+
"$ref": "#/definitions/solidity_service.SolidityAPIService.SimulateTransactionBundleOnForkBody"
13751375
}
13761376
}
13771377
],
@@ -1383,7 +1383,7 @@
13831383
"/api/v1/solidity/{owner}/{slug}/fork/{forkId}/transaction/{txHash}/call_trace": {
13841384
"get": {
13851385
"summary": "Get Call Trace by Transaction on Fork",
1386-
"operationId": "GetCallTraceByForkTransaction",
1386+
"operationId": "GetCallTraceOnForkTransaction",
13871387
"responses": {
13881388
"200": {
13891389
"description": "A successful response.",
@@ -5572,7 +5572,7 @@
55725572
"simulations"
55735573
]
55745574
},
5575-
"solidity_service.SolidityAPIService.SimulateTransactionBundleByForkBody": {
5575+
"solidity_service.SolidityAPIService.SimulateTransactionBundleOnForkBody": {
55765576
"type": "object",
55775577
"example": {
55785578
"simulations": [
@@ -5613,7 +5613,7 @@
56135613
"simulations"
56145614
]
56155615
},
5616-
"solidity_service.SolidityAPIService.SimulateTransactionByForkBody": {
5616+
"solidity_service.SolidityAPIService.SimulateTransactionOnForkBody": {
56175617
"type": "object",
56185618
"example": {
56195619
"simulation": {

0 commit comments

Comments
 (0)