mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: mark op chainspec riscv (#13654)
This commit is contained in:
14
.github/assets/check_rv32imac.sh
vendored
14
.github/assets/check_rv32imac.sh
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user