Skip to content

Commit 2efa158

Browse files
committed
fix fork env vars for arb and base
1 parent fe39206 commit 2efa158

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

squid.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,21 @@ deploy:
7474
# # BLOCK_TO: 20919091
7575
# ### Fork Setup Stage 2
7676
# # DISABLE_ARCHIVE: 'true'
77-
# # RPC_ENV: RPC_ENDPOINT
78-
# # RPC_ENDPOINT: https://virtual.mainnet.rpc.tenderly.co/4fc58260-a74c-4d0f-bdca-77e1bbb1e86c
77+
# # RPC_ARBITRUM_ENV: RPC_ARBITRUM_ENDPOINT
78+
# # RPC_ARBITRUM_ENDPOINT: https://virtual.mainnet.rpc.tenderly.co/4fc58260-a74c-4d0f-bdca-77e1bbb1e86c
7979
# ### Time Travel Fix
8080
# # BLOCK_FROM: 20919091
8181
########## BASE NETWORK ##########
8282
- name: base-processor
8383
cmd: ['sqd', 'process:base:prod']
8484
# env:
8585
# ### Fork Setup Stage 1
86-
# # ARCHIVE_ONLY: 'true'
87-
# # BLOCK_TO: 20919091
86+
# ARCHIVE_ONLY: 'true'
87+
# BLOCK_TO: 21527081
8888
# ### Fork Setup Stage 2
8989
# # DISABLE_ARCHIVE: 'true'
90-
# # RPC_ENV: RPC_ENDPOINT
91-
# # RPC_ENDPOINT: https://virtual.mainnet.rpc.tenderly.co/4fc58260-a74c-4d0f-bdca-77e1bbb1e86c
90+
# # RPC_BASE_ENV: RPC_BASE_ENDPOINT
91+
# # RPC_BASE_ENDPOINT: https://virtual.base.rpc.tenderly.co/103020a8-b59a-4d51-9f8b-b156564e9fb8
9292
# ### Time Travel Fix
9393
# # BLOCK_FROM: 20919091
9494
api:

0 commit comments

Comments
 (0)