@sentio/api 1.0.4-rc.13 → 1.0.4-rc.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@ class AiService {
21
21
  type: 'apiKey'
22
22
  }
23
23
  ],
24
- url: '/api/v1/ai/chat',
24
+ url: '/v1/ai/chat',
25
25
  ...options,
26
26
  headers: {
27
27
  'Content-Type': 'application/json',
@@ -46,7 +46,7 @@ class AiService {
46
46
  type: 'apiKey'
47
47
  }
48
48
  ],
49
- url: '/api/v1/ai/chat/{sessionId}',
49
+ url: '/v1/ai/chat/{sessionId}',
50
50
  ...options
51
51
  });
52
52
  }
@@ -67,7 +67,7 @@ class AiService {
67
67
  type: 'apiKey'
68
68
  }
69
69
  ],
70
- url: '/api/v1/ai/chat/{sessionId}/message',
70
+ url: '/v1/ai/chat/{sessionId}/message',
71
71
  ...options,
72
72
  headers: {
73
73
  'Content-Type': 'application/json',
@@ -91,7 +91,7 @@ class AiService {
91
91
  type: 'apiKey'
92
92
  }
93
93
  ],
94
- url: '/api/v1/ai/healthz',
94
+ url: '/v1/ai/healthz',
95
95
  ...options
96
96
  });
97
97
  }
@@ -114,7 +114,7 @@ class AlertsService {
114
114
  type: 'apiKey'
115
115
  }
116
116
  ],
117
- url: '/api/v1/alerts/rule',
117
+ url: '/v1/alerts/rule',
118
118
  ...options,
119
119
  headers: {
120
120
  'Content-Type': 'application/json',
@@ -138,7 +138,7 @@ class AlertsService {
138
138
  type: 'apiKey'
139
139
  }
140
140
  ],
141
- url: '/api/v1/alerts/rule/project/{projectId}',
141
+ url: '/v1/alerts/rule/project/{projectId}',
142
142
  ...options
143
143
  });
144
144
  }
@@ -158,7 +158,7 @@ class AlertsService {
158
158
  type: 'apiKey'
159
159
  }
160
160
  ],
161
- url: '/api/v1/alerts/rule/{id}',
161
+ url: '/v1/alerts/rule/{id}',
162
162
  ...options
163
163
  });
164
164
  }
@@ -178,7 +178,7 @@ class AlertsService {
178
178
  type: 'apiKey'
179
179
  }
180
180
  ],
181
- url: '/api/v1/alerts/rule/{id}',
181
+ url: '/v1/alerts/rule/{id}',
182
182
  ...options,
183
183
  headers: {
184
184
  'Content-Type': 'application/json',
@@ -202,7 +202,7 @@ class AlertsService {
202
202
  type: 'apiKey'
203
203
  }
204
204
  ],
205
- url: '/api/v1/alerts/{ruleId}',
205
+ url: '/v1/alerts/{ruleId}',
206
206
  ...options
207
207
  });
208
208
  }
@@ -226,7 +226,7 @@ class DataService {
226
226
  type: 'apiKey'
227
227
  }
228
228
  ],
229
- url: '/api/v1/analytics/sql/sharing',
229
+ url: '/v1/analytics/sql/sharing',
230
230
  ...options,
231
231
  headers: {
232
232
  'Content-Type': 'application/json',
@@ -251,7 +251,7 @@ class DataService {
251
251
  type: 'apiKey'
252
252
  }
253
253
  ],
254
- url: '/api/v1/analytics/sql/sharing/{id}',
254
+ url: '/v1/analytics/sql/sharing/{id}',
255
255
  ...options
256
256
  });
257
257
  }
@@ -272,7 +272,7 @@ class DataService {
272
272
  type: 'apiKey'
273
273
  }
274
274
  ],
275
- url: '/api/v1/analytics/sql/tables',
275
+ url: '/v1/analytics/sql/tables',
276
276
  ...options
277
277
  });
278
278
  }
@@ -293,7 +293,7 @@ class DataService {
293
293
  type: 'apiKey'
294
294
  }
295
295
  ],
296
- url: '/api/v1/analytics/{owner}/{slug}/sql/cancel_query/{executionId}',
296
+ url: '/v1/analytics/{owner}/{slug}/sql/cancel_query/{executionId}',
297
297
  ...options
298
298
  });
299
299
  }
@@ -318,7 +318,7 @@ class DataService {
318
318
  type: 'apiKey'
319
319
  }
320
320
  ],
321
- url: '/api/v1/analytics/{owner}/{slug}/sql/execute',
321
+ url: '/v1/analytics/{owner}/{slug}/sql/execute',
322
322
  ...options,
323
323
  headers: {
324
324
  'Content-Type': 'application/json',
@@ -343,7 +343,7 @@ class DataService {
343
343
  type: 'apiKey'
344
344
  }
345
345
  ],
346
- url: '/api/v1/analytics/{owner}/{slug}/sql/execute/async',
346
+ url: '/v1/analytics/{owner}/{slug}/sql/execute/async',
347
347
  ...options,
348
348
  headers: {
349
349
  'Content-Type': 'application/json',
@@ -368,7 +368,7 @@ class DataService {
368
368
  type: 'apiKey'
369
369
  }
370
370
  ],
371
- url: '/api/v1/analytics/{owner}/{slug}/sql/query_execution_detail/{executionId}',
371
+ url: '/v1/analytics/{owner}/{slug}/sql/query_execution_detail/{executionId}',
372
372
  ...options
373
373
  });
374
374
  }
@@ -389,7 +389,7 @@ class DataService {
389
389
  type: 'apiKey'
390
390
  }
391
391
  ],
392
- url: '/api/v1/analytics/{owner}/{slug}/sql/query_result/{executionId}',
392
+ url: '/v1/analytics/{owner}/{slug}/sql/query_result/{executionId}',
393
393
  ...options
394
394
  });
395
395
  }
@@ -410,7 +410,7 @@ class DataService {
410
410
  type: 'apiKey'
411
411
  }
412
412
  ],
413
- url: '/api/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view',
413
+ url: '/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view',
414
414
  ...options,
415
415
  headers: {
416
416
  'Content-Type': 'application/json',
@@ -435,7 +435,7 @@ class DataService {
435
435
  type: 'apiKey'
436
436
  }
437
437
  ],
438
- url: '/api/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view/{name}',
438
+ url: '/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view/{name}',
439
439
  ...options
440
440
  });
441
441
  }
@@ -456,7 +456,7 @@ class DataService {
456
456
  type: 'apiKey'
457
457
  }
458
458
  ],
459
- url: '/api/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view/{name}',
459
+ url: '/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_view/{name}',
460
460
  ...options
461
461
  });
462
462
  }
@@ -477,7 +477,7 @@ class DataService {
477
477
  type: 'apiKey'
478
478
  }
479
479
  ],
480
- url: '/api/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_views',
480
+ url: '/v1/analytics/{owner}/{slug}/sql/refreshable_materialized_views',
481
481
  ...options
482
482
  });
483
483
  }
@@ -498,7 +498,7 @@ class DataService {
498
498
  type: 'apiKey'
499
499
  }
500
500
  ],
501
- url: '/api/v1/analytics/{owner}/{slug}/sql/save',
501
+ url: '/v1/analytics/{owner}/{slug}/sql/save',
502
502
  ...options,
503
503
  headers: {
504
504
  'Content-Type': 'application/json',
@@ -523,7 +523,7 @@ class DataService {
523
523
  type: 'apiKey'
524
524
  }
525
525
  ],
526
- url: '/api/v1/analytics/{owner}/{slug}/sql/save',
526
+ url: '/v1/analytics/{owner}/{slug}/sql/save',
527
527
  ...options,
528
528
  headers: {
529
529
  'Content-Type': 'application/json',
@@ -548,7 +548,7 @@ class DataService {
548
548
  type: 'apiKey'
549
549
  }
550
550
  ],
551
- url: '/api/v1/analytics/{owner}/{slug}/sql/tables',
551
+ url: '/v1/analytics/{owner}/{slug}/sql/tables',
552
552
  ...options
553
553
  });
554
554
  }
@@ -568,7 +568,7 @@ class DataService {
568
568
  type: 'apiKey'
569
569
  }
570
570
  ],
571
- url: '/api/v1/eventlogs/{owner}/{slug}',
571
+ url: '/v1/eventlogs/{owner}/{slug}',
572
572
  ...options,
573
573
  headers: {
574
574
  'Content-Type': 'application/json',
@@ -592,7 +592,7 @@ class DataService {
592
592
  type: 'apiKey'
593
593
  }
594
594
  ],
595
- url: '/api/v1/eventlogs/{owner}/{slug}/query',
595
+ url: '/v1/eventlogs/{owner}/{slug}/query',
596
596
  ...options
597
597
  });
598
598
  }
@@ -613,7 +613,7 @@ class DataService {
613
613
  type: 'apiKey'
614
614
  }
615
615
  ],
616
- url: '/api/v1/insights/coins',
616
+ url: '/v1/insights/coins',
617
617
  ...options
618
618
  });
619
619
  }
@@ -634,7 +634,7 @@ class DataService {
634
634
  type: 'apiKey'
635
635
  }
636
636
  ],
637
- url: '/api/v1/insights/{owner}/{slug}/coins',
637
+ url: '/v1/insights/{owner}/{slug}/coins',
638
638
  ...options
639
639
  });
640
640
  }
@@ -655,7 +655,7 @@ class DataService {
655
655
  type: 'apiKey'
656
656
  }
657
657
  ],
658
- url: '/api/v1/insights/{owner}/{slug}/query',
658
+ url: '/v1/insights/{owner}/{slug}/query',
659
659
  ...options,
660
660
  headers: {
661
661
  'Content-Type': 'application/json',
@@ -679,7 +679,7 @@ class DataService {
679
679
  type: 'apiKey'
680
680
  }
681
681
  ],
682
- url: '/api/v1/metrics',
682
+ url: '/v1/metrics',
683
683
  ...options
684
684
  });
685
685
  }
@@ -699,7 +699,7 @@ class DataService {
699
699
  type: 'apiKey'
700
700
  }
701
701
  ],
702
- url: '/api/v1/metrics/{owner}/{slug}/query',
702
+ url: '/v1/metrics/{owner}/{slug}/query',
703
703
  ...options,
704
704
  headers: {
705
705
  'Content-Type': 'application/json',
@@ -726,7 +726,7 @@ class DataService {
726
726
  type: 'apiKey'
727
727
  }
728
728
  ],
729
- url: '/api/v1/metrics/{owner}/{slug}/query_range',
729
+ url: '/v1/metrics/{owner}/{slug}/query_range',
730
730
  ...options,
731
731
  headers: {
732
732
  'Content-Type': 'application/json',
@@ -751,7 +751,7 @@ class DataService {
751
751
  type: 'apiKey'
752
752
  }
753
753
  ],
754
- url: '/api/v1/sql/table',
754
+ url: '/v1/sql/table',
755
755
  ...options
756
756
  });
757
757
  }
@@ -771,7 +771,7 @@ class DataService {
771
771
  type: 'apiKey'
772
772
  }
773
773
  ],
774
- url: '/api/v1/sql/tables',
774
+ url: '/v1/sql/tables',
775
775
  ...options
776
776
  });
777
777
  }
@@ -792,7 +792,7 @@ class DataService {
792
792
  type: 'apiKey'
793
793
  }
794
794
  ],
795
- url: '/api/v1/sql/{owner}/{slug}/table/{name}',
795
+ url: '/v1/sql/{owner}/{slug}/table/{name}',
796
796
  ...options
797
797
  });
798
798
  }
@@ -812,7 +812,7 @@ class DataService {
812
812
  type: 'apiKey'
813
813
  }
814
814
  ],
815
- url: '/api/v1/sql/{owner}/{slug}/tables',
815
+ url: '/v1/sql/{owner}/{slug}/tables',
816
816
  ...options
817
817
  });
818
818
  }
@@ -835,7 +835,7 @@ class WebService {
835
835
  type: 'apiKey'
836
836
  }
837
837
  ],
838
- url: '/api/v1/dashboards',
838
+ url: '/v1/dashboards',
839
839
  ...options
840
840
  });
841
841
  }
@@ -855,7 +855,7 @@ class WebService {
855
855
  type: 'apiKey'
856
856
  }
857
857
  ],
858
- url: '/api/v1/dashboards/json',
858
+ url: '/v1/dashboards/json',
859
859
  ...options,
860
860
  headers: {
861
861
  'Content-Type': 'application/json',
@@ -879,7 +879,7 @@ class WebService {
879
879
  type: 'apiKey'
880
880
  }
881
881
  ],
882
- url: '/api/v1/dashboards/{dashboardId}',
882
+ url: '/v1/dashboards/{dashboardId}',
883
883
  ...options
884
884
  });
885
885
  }
@@ -899,7 +899,7 @@ class WebService {
899
899
  type: 'apiKey'
900
900
  }
901
901
  ],
902
- url: '/api/v1/dashboards/{dashboardId}',
902
+ url: '/v1/dashboards/{dashboardId}',
903
903
  ...options
904
904
  });
905
905
  }
@@ -919,7 +919,7 @@ class WebService {
919
919
  type: 'apiKey'
920
920
  }
921
921
  ],
922
- url: '/api/v1/dashboards/{dashboardId}/history',
922
+ url: '/v1/dashboards/{dashboardId}/history',
923
923
  ...options
924
924
  });
925
925
  }
@@ -939,7 +939,7 @@ class WebService {
939
939
  type: 'apiKey'
940
940
  }
941
941
  ],
942
- url: '/api/v1/dashboards/{dashboardId}/json',
942
+ url: '/v1/dashboards/{dashboardId}/json',
943
943
  ...options
944
944
  });
945
945
  }
@@ -959,7 +959,7 @@ class WebService {
959
959
  type: 'apiKey'
960
960
  }
961
961
  ],
962
- url: '/api/v1/projects/{owner}/{slug}/dashboards',
962
+ url: '/v1/projects/{owner}/{slug}/dashboards',
963
963
  ...options
964
964
  });
965
965
  }
@@ -979,7 +979,7 @@ class WebService {
979
979
  type: 'apiKey'
980
980
  }
981
981
  ],
982
- url: '/api/v1/projects/{owner}/{slug}/dashboards/{dashboardId}',
982
+ url: '/v1/projects/{owner}/{slug}/dashboards/{dashboardId}',
983
983
  ...options
984
984
  });
985
985
  }
@@ -996,7 +996,7 @@ class WebService {
996
996
  type: 'apiKey'
997
997
  }
998
998
  ],
999
- url: '/api/v1/users/link',
999
+ url: '/v1/users/link',
1000
1000
  ...options
1001
1001
  });
1002
1002
  }
@@ -1020,7 +1020,7 @@ class MoveService {
1020
1020
  type: 'apiKey'
1021
1021
  }
1022
1022
  ],
1023
- url: '/api/v1/move/call_trace',
1023
+ url: '/v1/move/call_trace',
1024
1024
  ...options
1025
1025
  });
1026
1026
  }
@@ -1041,7 +1041,7 @@ class MoveService {
1041
1041
  type: 'apiKey'
1042
1042
  }
1043
1043
  ],
1044
- url: '/api/v1/move/sui_call_trace',
1044
+ url: '/v1/move/sui_call_trace',
1045
1045
  ...options
1046
1046
  });
1047
1047
  }
@@ -1068,7 +1068,7 @@ class PriceService {
1068
1068
  type: 'apiKey'
1069
1069
  }
1070
1070
  ],
1071
- url: '/api/v1/prices',
1071
+ url: '/v1/prices',
1072
1072
  ...options
1073
1073
  });
1074
1074
  }
@@ -1095,7 +1095,7 @@ class PriceService {
1095
1095
  type: 'apiKey'
1096
1096
  }
1097
1097
  ],
1098
- url: '/api/v1/prices/add_coin_by_gecko',
1098
+ url: '/v1/prices/add_coin_by_gecko',
1099
1099
  ...options,
1100
1100
  headers: {
1101
1101
  'Content-Type': 'application/json',
@@ -1119,7 +1119,7 @@ class PriceService {
1119
1119
  type: 'apiKey'
1120
1120
  }
1121
1121
  ],
1122
- url: '/api/v1/prices/batch',
1122
+ url: '/v1/prices/batch',
1123
1123
  ...options,
1124
1124
  headers: {
1125
1125
  'Content-Type': 'application/json',
@@ -1143,7 +1143,7 @@ class PriceService {
1143
1143
  type: 'apiKey'
1144
1144
  }
1145
1145
  ],
1146
- url: '/api/v1/prices/check_latest',
1146
+ url: '/v1/prices/check_latest',
1147
1147
  ...options
1148
1148
  });
1149
1149
  }
@@ -1163,7 +1163,7 @@ class PriceService {
1163
1163
  type: 'apiKey'
1164
1164
  }
1165
1165
  ],
1166
- url: '/api/v1/prices/coins',
1166
+ url: '/v1/prices/coins',
1167
1167
  ...options
1168
1168
  });
1169
1169
  }
@@ -1186,7 +1186,7 @@ class ProcessorService {
1186
1186
  type: 'apiKey'
1187
1187
  }
1188
1188
  ],
1189
- url: '/api/v1/processors/{owner}/{slug}/activate_pending',
1189
+ url: '/v1/processors/{owner}/{slug}/activate_pending',
1190
1190
  ...options
1191
1191
  });
1192
1192
  }
@@ -1206,7 +1206,7 @@ class ProcessorService {
1206
1206
  type: 'apiKey'
1207
1207
  }
1208
1208
  ],
1209
- url: '/api/v1/processors/{owner}/{slug}/status',
1209
+ url: '/v1/processors/{owner}/{slug}/status',
1210
1210
  ...options
1211
1211
  });
1212
1212
  }
@@ -1229,7 +1229,7 @@ class ProcessorExtService {
1229
1229
  type: 'apiKey'
1230
1230
  }
1231
1231
  ],
1232
- url: '/api/v1/processors/{owner}/{slug}/source_files',
1232
+ url: '/v1/processors/{owner}/{slug}/source_files',
1233
1233
  ...options
1234
1234
  });
1235
1235
  }
@@ -1252,7 +1252,7 @@ class DebugAndSimulationService {
1252
1252
  type: 'apiKey'
1253
1253
  }
1254
1254
  ],
1255
- url: '/api/v1/solidity/estimated_gas_price',
1255
+ url: '/v1/solidity/estimated_gas_price',
1256
1256
  ...options
1257
1257
  });
1258
1258
  }
@@ -1272,7 +1272,7 @@ class DebugAndSimulationService {
1272
1272
  type: 'apiKey'
1273
1273
  }
1274
1274
  ],
1275
- url: '/api/v1/solidity/{owner}/{slug}/search_transactions',
1275
+ url: '/v1/solidity/{owner}/{slug}/search_transactions',
1276
1276
  ...options
1277
1277
  });
1278
1278
  }
@@ -1292,7 +1292,7 @@ class DebugAndSimulationService {
1292
1292
  type: 'apiKey'
1293
1293
  }
1294
1294
  ],
1295
- url: '/api/v1/solidity/{owner}/{slug}/simulation',
1295
+ url: '/v1/solidity/{owner}/{slug}/simulation',
1296
1296
  ...options
1297
1297
  });
1298
1298
  }
@@ -1312,7 +1312,7 @@ class DebugAndSimulationService {
1312
1312
  type: 'apiKey'
1313
1313
  }
1314
1314
  ],
1315
- url: '/api/v1/solidity/{owner}/{slug}/simulation/{simulationId}',
1315
+ url: '/v1/solidity/{owner}/{slug}/simulation/{simulationId}',
1316
1316
  ...options
1317
1317
  });
1318
1318
  }
@@ -1332,7 +1332,7 @@ class DebugAndSimulationService {
1332
1332
  type: 'apiKey'
1333
1333
  }
1334
1334
  ],
1335
- url: '/api/v1/solidity/{owner}/{slug}/simulation_bundle/{bundleId}',
1335
+ url: '/v1/solidity/{owner}/{slug}/simulation_bundle/{bundleId}',
1336
1336
  ...options
1337
1337
  });
1338
1338
  }
@@ -1352,7 +1352,7 @@ class DebugAndSimulationService {
1352
1352
  type: 'apiKey'
1353
1353
  }
1354
1354
  ],
1355
- url: '/api/v1/solidity/{owner}/{slug}/{chainId}/bundle/{bundleId}/call_trace',
1355
+ url: '/v1/solidity/{owner}/{slug}/{chainId}/bundle/{bundleId}/call_trace',
1356
1356
  ...options
1357
1357
  });
1358
1358
  }
@@ -1374,7 +1374,7 @@ class DebugAndSimulationService {
1374
1374
  type: 'apiKey'
1375
1375
  }
1376
1376
  ],
1377
- url: '/api/v1/solidity/{owner}/{slug}/{chainId}/simulation',
1377
+ url: '/v1/solidity/{owner}/{slug}/{chainId}/simulation',
1378
1378
  ...options,
1379
1379
  headers: {
1380
1380
  'Content-Type': 'application/json',
@@ -1398,7 +1398,7 @@ class DebugAndSimulationService {
1398
1398
  type: 'apiKey'
1399
1399
  }
1400
1400
  ],
1401
- url: '/api/v1/solidity/{owner}/{slug}/{chainId}/simulation/{simulationId}/call_trace',
1401
+ url: '/v1/solidity/{owner}/{slug}/{chainId}/simulation/{simulationId}/call_trace',
1402
1402
  ...options
1403
1403
  });
1404
1404
  }
@@ -1419,7 +1419,7 @@ class DebugAndSimulationService {
1419
1419
  type: 'apiKey'
1420
1420
  }
1421
1421
  ],
1422
- url: '/api/v1/solidity/{owner}/{slug}/{chainId}/simulation_bundle',
1422
+ url: '/v1/solidity/{owner}/{slug}/{chainId}/simulation_bundle',
1423
1423
  ...options,
1424
1424
  headers: {
1425
1425
  'Content-Type': 'application/json',
@@ -1450,7 +1450,7 @@ class DebugAndSimulationService {
1450
1450
  type: 'apiKey'
1451
1451
  }
1452
1452
  ],
1453
- url: '/api/v1/solidity/{owner}/{slug}/{chainId}/transaction/{txHash}/call_trace',
1453
+ url: '/v1/solidity/{owner}/{slug}/{chainId}/transaction/{txHash}/call_trace',
1454
1454
  ...options
1455
1455
  });
1456
1456
  }
@@ -1473,7 +1473,7 @@ class ForksService {
1473
1473
  type: 'apiKey'
1474
1474
  }
1475
1475
  ],
1476
- url: '/api/v1/solidity/{owner}/{slug}/fork',
1476
+ url: '/v1/solidity/{owner}/{slug}/fork',
1477
1477
  ...options
1478
1478
  });
1479
1479
  }
@@ -1493,7 +1493,7 @@ class ForksService {
1493
1493
  type: 'apiKey'
1494
1494
  }
1495
1495
  ],
1496
- url: '/api/v1/solidity/{owner}/{slug}/fork',
1496
+ url: '/v1/solidity/{owner}/{slug}/fork',
1497
1497
  ...options,
1498
1498
  headers: {
1499
1499
  'Content-Type': 'application/json',
@@ -1517,7 +1517,7 @@ class ForksService {
1517
1517
  type: 'apiKey'
1518
1518
  }
1519
1519
  ],
1520
- url: '/api/v1/solidity/{owner}/{slug}/fork/{forkId}/bundle/{bundleId}/call_trace',
1520
+ url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/bundle/{bundleId}/call_trace',
1521
1521
  ...options
1522
1522
  });
1523
1523
  }
@@ -1537,7 +1537,7 @@ class ForksService {
1537
1537
  type: 'apiKey'
1538
1538
  }
1539
1539
  ],
1540
- url: '/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation',
1540
+ url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation',
1541
1541
  ...options,
1542
1542
  headers: {
1543
1543
  'Content-Type': 'application/json',
@@ -1561,7 +1561,7 @@ class ForksService {
1561
1561
  type: 'apiKey'
1562
1562
  }
1563
1563
  ],
1564
- url: '/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation/{simulationId}/call_trace',
1564
+ url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation/{simulationId}/call_trace',
1565
1565
  ...options
1566
1566
  });
1567
1567
  }
@@ -1581,7 +1581,7 @@ class ForksService {
1581
1581
  type: 'apiKey'
1582
1582
  }
1583
1583
  ],
1584
- url: '/api/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation_bundle',
1584
+ url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/simulation_bundle',
1585
1585
  ...options,
1586
1586
  headers: {
1587
1587
  'Content-Type': 'application/json',
@@ -1605,7 +1605,7 @@ class ForksService {
1605
1605
  type: 'apiKey'
1606
1606
  }
1607
1607
  ],
1608
- url: '/api/v1/solidity/{owner}/{slug}/fork/{forkId}/transaction/{txHash}/call_trace',
1608
+ url: '/v1/solidity/{owner}/{slug}/fork/{forkId}/transaction/{txHash}/call_trace',
1609
1609
  ...options
1610
1610
  });
1611
1611
  }
@@ -1625,7 +1625,7 @@ class ForksService {
1625
1625
  type: 'apiKey'
1626
1626
  }
1627
1627
  ],
1628
- url: '/api/v1/solidity/{owner}/{slug}/fork/{id}',
1628
+ url: '/v1/solidity/{owner}/{slug}/fork/{id}',
1629
1629
  ...options
1630
1630
  });
1631
1631
  }
@@ -1645,7 +1645,7 @@ class ForksService {
1645
1645
  type: 'apiKey'
1646
1646
  }
1647
1647
  ],
1648
- url: '/api/v1/solidity/{owner}/{slug}/fork/{id}',
1648
+ url: '/v1/solidity/{owner}/{slug}/fork/{id}',
1649
1649
  ...options
1650
1650
  });
1651
1651
  }
@@ -1665,7 +1665,7 @@ class ForksService {
1665
1665
  type: 'apiKey'
1666
1666
  }
1667
1667
  ],
1668
- url: '/api/v1/solidity/{owner}/{slug}/fork/{id}',
1668
+ url: '/v1/solidity/{owner}/{slug}/fork/{id}',
1669
1669
  ...options,
1670
1670
  headers: {
1671
1671
  'Content-Type': 'application/json',
@@ -1689,7 +1689,7 @@ class ForksService {
1689
1689
  type: 'apiKey'
1690
1690
  }
1691
1691
  ],
1692
- url: '/api/v1/solidity/{owner}/{slug}/fork/{id}/info',
1692
+ url: '/v1/solidity/{owner}/{slug}/fork/{id}/info',
1693
1693
  ...options
1694
1694
  });
1695
1695
  }