chore: mark op chainspec riscv (#13654)

This commit is contained in:
Matthias Seitz
2025-01-04 18:04:48 +01:00
committed by GitHub
parent 72eabe0579
commit 7c70e88634

View File

@ -4,16 +4,18 @@ set +e # Disable immediate exit on error
# Array of crates to check
crates_to_check=(
reth-codecs-derive
reth-ethereum-forks
reth-ethereum-primitives
reth-primitives-traits
reth-optimism-forks
reth-network-peers
reth-trie-common
reth-chainspec
# reth-evm
# reth-primitives
# reth-optimism-chainspec
## ethereum
reth-ethereum-forks
reth-ethereum-primitives
## optimism
reth-optimism-chainspec
reth-optimism-forks
)
# Array to hold the results