|
1165 | 1165 | "/api/v1/solidity/{owner}/{slug}/fork/{forkId}/bundle/{bundleId}/call_trace": {
|
1166 | 1166 | "get": {
|
1167 | 1167 | "summary": "Get Call Trace by Bundle Simulation on Fork",
|
1168 |
| - "operationId": "GetCallTraceByForkBundle", |
| 1168 | + "operationId": "GetCallTraceOnForkBundle", |
1169 | 1169 | "responses": {
|
1170 | 1170 | "200": {
|
1171 | 1171 | "description": "A successful response.",
|
|
1229 | 1229 | "/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation": {
|
1230 | 1230 | "post": {
|
1231 | 1231 | "summary": "Run Simulation on Fork",
|
1232 |
| - "operationId": "SimulateTransactionByFork", |
| 1232 | + "operationId": "SimulateTransactionOnFork", |
1233 | 1233 | "responses": {
|
1234 | 1234 | "200": {
|
1235 | 1235 | "description": "A successful response.",
|
|
1262 | 1262 | "in": "body",
|
1263 | 1263 | "required": true,
|
1264 | 1264 | "schema": {
|
1265 |
| - "$ref": "#/definitions/solidity_service.SolidityAPIService.SimulateTransactionByForkBody" |
| 1265 | + "$ref": "#/definitions/solidity_service.SolidityAPIService.SimulateTransactionOnForkBody" |
1266 | 1266 | }
|
1267 | 1267 | }
|
1268 | 1268 | ],
|
|
1274 | 1274 | "/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation/{simulationId}/call_trace": {
|
1275 | 1275 | "get": {
|
1276 | 1276 | "summary": "Get Call Trace by Simulation on Fork",
|
1277 |
| - "operationId": "GetCallTraceByForkSimulation", |
| 1277 | + "operationId": "GetCallTraceOnForkSimulation", |
1278 | 1278 | "responses": {
|
1279 | 1279 | "200": {
|
1280 | 1280 | "description": "A successful response.",
|
|
1338 | 1338 | "/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation_bundle": {
|
1339 | 1339 | "post": {
|
1340 | 1340 | "summary": "Run Bundle simulation on Fork",
|
1341 |
| - "operationId": "SimulateTransactionBundleByFork", |
| 1341 | + "operationId": "SimulateTransactionBundleOnFork", |
1342 | 1342 | "responses": {
|
1343 | 1343 | "200": {
|
1344 | 1344 | "description": "A successful response.",
|
|
1371 | 1371 | "in": "body",
|
1372 | 1372 | "required": true,
|
1373 | 1373 | "schema": {
|
1374 |
| - "$ref": "#/definitions/solidity_service.SolidityAPIService.SimulateTransactionBundleByForkBody" |
| 1374 | + "$ref": "#/definitions/solidity_service.SolidityAPIService.SimulateTransactionBundleOnForkBody" |
1375 | 1375 | }
|
1376 | 1376 | }
|
1377 | 1377 | ],
|
|
1383 | 1383 | "/api/v1/solidity/{owner}/{slug}/fork/{forkId}/transaction/{txHash}/call_trace": {
|
1384 | 1384 | "get": {
|
1385 | 1385 | "summary": "Get Call Trace by Transaction on Fork",
|
1386 |
| - "operationId": "GetCallTraceByForkTransaction", |
| 1386 | + "operationId": "GetCallTraceOnForkTransaction", |
1387 | 1387 | "responses": {
|
1388 | 1388 | "200": {
|
1389 | 1389 | "description": "A successful response.",
|
|
5572 | 5572 | "simulations"
|
5573 | 5573 | ]
|
5574 | 5574 | },
|
5575 |
| - "solidity_service.SolidityAPIService.SimulateTransactionBundleByForkBody": { |
| 5575 | + "solidity_service.SolidityAPIService.SimulateTransactionBundleOnForkBody": { |
5576 | 5576 | "type": "object",
|
5577 | 5577 | "example": {
|
5578 | 5578 | "simulations": [
|
|
5613 | 5613 | "simulations"
|
5614 | 5614 | ]
|
5615 | 5615 | },
|
5616 |
| - "solidity_service.SolidityAPIService.SimulateTransactionByForkBody": { |
| 5616 | + "solidity_service.SolidityAPIService.SimulateTransactionOnForkBody": { |
5617 | 5617 | "type": "object",
|
5618 | 5618 | "example": {
|
5619 | 5619 | "simulation": {
|
|
0 commit comments