Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(starknet_l1_provider): add Starknet contract
Use alloy to generate a `Starknet` instance, which can interact with contract on L1. Using `Starknet::new` assumes the contract _has already been deployed_ at the given address, and will delegate calls to that address. Note: since errors are not possible during construction, the error handling was removed.
- Loading branch information