Skip to content

Commit f5d515f

Browse files
committed
uncomment chains
1 parent 98a39f7 commit f5d515f

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

script/verification/verify-utils.sh

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,43 +7,43 @@
77
# Default Chains to Iterate Over
88
#################################
99
CHAIN_IDS=(
10-
# 1 # ethereum
11-
# 11155111 # sepolia
12-
# 560048 # hoodi
13-
# 59144 # linea
14-
# 59141 # linea-sepolia
15-
# 8453 # base
16-
# 84532 # base-sepolia
17-
# 10 # optimism
18-
# 11155420 # optimism-sepolia
19-
# 42161 # arbitrum
20-
# 42170 # arbitrum nova
21-
# 421614 # arbitrum-sepolia
22-
# 137 # polygon
23-
# 80002 # polygon-amoy
24-
# 100 # gnosis
25-
# 10200 # gnosis-chiado
26-
# 56 # binance
27-
# 97 # binance-testnet
28-
# 80094 # berachain
29-
# 80069 # berachain-testnet
30-
# 130 # unichain
31-
# 1301 # unichain-sepolia
32-
# 10143 # monad-testnet
33-
# 5115 # citrea-testnet
34-
# 57073 # ink
35-
# 763373 # ink-sepolia
36-
# 1329 # sei
37-
# 1328 # sei-testnet
38-
# 146 # sonic
39-
# 14601 # sonic-testnet
40-
# 143 # monad
41-
# 4326 # megaeth
42-
# 6343 # megaeth-testnet
43-
# 2021 # ronin saigon testnet
44-
# 2020 # ronin
10+
1 # ethereum
11+
11155111 # sepolia
12+
560048 # hoodi
13+
59144 # linea
14+
59141 # linea-sepolia
15+
8453 # base
16+
84532 # base-sepolia
17+
10 # optimism
18+
11155420 # optimism-sepolia
19+
42161 # arbitrum
20+
42170 # arbitrum nova
21+
421614 # arbitrum-sepolia
22+
137 # polygon
23+
80002 # polygon-amoy
24+
100 # gnosis
25+
10200 # gnosis-chiado
26+
56 # binance
27+
97 # binance-testnet
28+
80094 # berachain
29+
80069 # berachain-testnet
30+
130 # unichain
31+
1301 # unichain-sepolia
32+
10143 # monad-testnet
33+
5115 # citrea-testnet
34+
57073 # ink
35+
763373 # ink-sepolia
36+
1329 # sei
37+
1328 # sei-testnet
38+
146 # sonic
39+
14601 # sonic-testnet
40+
143 # monad
41+
4326 # megaeth
42+
6343 # megaeth-testnet
43+
2021 # ronin saigon testnet
44+
2020 # ronin
4545
42431 # tempo testnet
46-
# 4217 # tempo
46+
4217 # tempo
4747
)
4848

4949
##########################################

0 commit comments

Comments
 (0)