-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/cocoapods #41
Feat/cocoapods #41
Conversation
25902d9
to
d660f4a
Compare
s.name = 'YttriumWrapper' | ||
s.version = '0.0.0' | ||
s.summary = '4337 implementation' | ||
s.description = '4337 implementation ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s.description = '4337 implementation ' | |
s.description = '4337 implementation' |
|
||
extension Config { | ||
|
||
public static func local() -> Self { | ||
Config(endpoints: .local()) | ||
} | ||
|
||
static func pimlico() throws -> Self { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are this config logic getting moved elsewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it wasn't used at all, we are injecting bundlerUrl from swift on init
Co-authored-by: Chris Smith <[email protected]>
No description provided.