@blockscout/autoscout-types 1.15.0 → 1.15.2
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.
- package/dist/v1/config.d.ts +0 -2
- package/dist/v1/config.ts +0 -4
- package/package.json +1 -1
package/dist/v1/config.d.ts
CHANGED
|
@@ -256,8 +256,6 @@ export interface OptimismConfig {
|
|
|
256
256
|
l2_withdrawal_url?: string | undefined;
|
|
257
257
|
/** NEXT_PUBLIC_FAULT_PROOF_ENABLED */
|
|
258
258
|
l2_fault_proof_enabled?: boolean | undefined;
|
|
259
|
-
/** NEXT_PUBLIC_HAS_MUD_FRAMEWORK */
|
|
260
|
-
has_mud_framework?: boolean | undefined;
|
|
261
259
|
/** NEXT_PUBLIC_FLASHBLOCKS_SOCKET_URL */
|
|
262
260
|
flashblocks_socket_url?: string | undefined;
|
|
263
261
|
/** INDEXER_OPTIMISM_BLOCK_DURATION */
|
package/dist/v1/config.ts
CHANGED
|
@@ -348,10 +348,6 @@ export interface OptimismConfig {
|
|
|
348
348
|
l2_fault_proof_enabled?:
|
|
349
349
|
| boolean
|
|
350
350
|
| undefined;
|
|
351
|
-
/** NEXT_PUBLIC_HAS_MUD_FRAMEWORK */
|
|
352
|
-
has_mud_framework?:
|
|
353
|
-
| boolean
|
|
354
|
-
| undefined;
|
|
355
351
|
/** NEXT_PUBLIC_FLASHBLOCKS_SOCKET_URL */
|
|
356
352
|
flashblocks_socket_url?:
|
|
357
353
|
| string
|