-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(base_layer): add types to config
- implement the TODO for adding types to the Config, rather than working with raw strings. - using `Url` for url and **re-exporting** `alloy`'s `Address` type in order to not externalize this implementation detail type unnecessarily. - Remove 2 errors that are now no longer the responsibility of this module, the callsite will have to handle the casting into the correct types. commit-id:0a043060
- Loading branch information
Gilad Chase
committed
Sep 18, 2024
1 parent
9710837
commit 23fa49d
Showing
4 changed files
with
30 additions
and
22 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters