Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(blockifier): use same versioned constant as
snos
(#2956)
[`snos`](https://github.com/cartridge-gg/snos/tree/kariy/katana-compat-genesis-rebased-upstream) is using an older version of `blockifier` which only supports up to Starknet version `v0.13.3` while `katana`'s is up to `v0.13.4`. So, we pin the version on `katana` to match `snos` to make sure the execution outcome is similar. The call to `VersionedConstants::latest_constants()` will basically use the latest version ie `v0.13.4`.
- Loading branch information