Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sentio Bot committed Nov 8, 2024
1 parent 99d1049 commit e57f063
Show file tree
Hide file tree
Showing 6 changed files with 762 additions and 762 deletions.
1,250 changes: 625 additions & 625 deletions doc/index.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@
"/api/v1/solidity/{owner}/{slug}/fork/{forkId}/bundle/{bundleId}/call_trace": {
"get": {
"summary": "Get Call Trace by Bundle Simulation on Fork",
"operationId": "GetCallTraceByForkBundle",
"operationId": "GetCallTraceOnForkBundle",
"responses": {
"200": {
"description": "A successful response.",
Expand Down Expand Up @@ -1229,7 +1229,7 @@
"/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation": {
"post": {
"summary": "Run Simulation on Fork",
"operationId": "SimulateTransactionByFork",
"operationId": "SimulateTransactionOnFork",
"responses": {
"200": {
"description": "A successful response.",
Expand Down Expand Up @@ -1262,7 +1262,7 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/solidity_service.SolidityAPIService.SimulateTransactionByForkBody"
"$ref": "#/definitions/solidity_service.SolidityAPIService.SimulateTransactionOnForkBody"
}
}
],
Expand All @@ -1274,7 +1274,7 @@
"/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation/{simulationId}/call_trace": {
"get": {
"summary": "Get Call Trace by Simulation on Fork",
"operationId": "GetCallTraceByForkSimulation",
"operationId": "GetCallTraceOnForkSimulation",
"responses": {
"200": {
"description": "A successful response.",
Expand Down Expand Up @@ -1338,7 +1338,7 @@
"/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation_bundle": {
"post": {
"summary": "Run Bundle simulation on Fork",
"operationId": "SimulateTransactionBundleByFork",
"operationId": "SimulateTransactionBundleOnFork",
"responses": {
"200": {
"description": "A successful response.",
Expand Down Expand Up @@ -1371,7 +1371,7 @@
"in": "body",
"required": true,
"schema": {
"$ref": "#/definitions/solidity_service.SolidityAPIService.SimulateTransactionBundleByForkBody"
"$ref": "#/definitions/solidity_service.SolidityAPIService.SimulateTransactionBundleOnForkBody"
}
}
],
Expand All @@ -1383,7 +1383,7 @@
"/api/v1/solidity/{owner}/{slug}/fork/{forkId}/transaction/{txHash}/call_trace": {
"get": {
"summary": "Get Call Trace by Transaction on Fork",
"operationId": "GetCallTraceByForkTransaction",
"operationId": "GetCallTraceOnForkTransaction",
"responses": {
"200": {
"description": "A successful response.",
Expand Down Expand Up @@ -5572,7 +5572,7 @@
"simulations"
]
},
"solidity_service.SolidityAPIService.SimulateTransactionBundleByForkBody": {
"solidity_service.SolidityAPIService.SimulateTransactionBundleOnForkBody": {
"type": "object",
"example": {
"simulations": [
Expand Down Expand Up @@ -5613,7 +5613,7 @@
"simulations"
]
},
"solidity_service.SolidityAPIService.SimulateTransactionByForkBody": {
"solidity_service.SolidityAPIService.SimulateTransactionOnForkBody": {
"type": "object",
"example": {
"simulation": {
Expand Down
Loading

0 comments on commit e57f063

Please sign in to comment.