OffchainLabs / arbitrum-orbit-sdk

💙 SDK for building Arbitrum Orbit chains
Apache License 2.0
29 stars 41 forks source link

feat: update wasm utils as consensus release utils #167

Closed spsjvc closed 1 month ago

spsjvc commented 1 month ago

The original approach made sense when the only info on the consensus release was wasmModuleRoot. In a future PR, I'll be adding maxSupportedArbOSVersion to each consensus release for extra validation, so having utils to return the whole object instead of just a single property makes more sense for future-proofing.