-
Notifications
You must be signed in to change notification settings - Fork 3
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(worker/base): add base worker #499
Conversation
@@ -33,6 +33,7 @@ const ( | |||
Stargate // stargate | |||
Uniswap // uniswap | |||
VSL // vsl | |||
Base // base |
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.
should use alphabetical order (sort lines in GoLand) when adding a new worker
@@ -30,6 +30,7 @@ const ( | |||
PlatformStargate // Stargate | |||
PlatformUniswap // Uniswap | |||
PlatformVSL // VSL | |||
PlatformBase // Base |
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.
should use alphabetical order (sort lines in GoLand) when adding a new platform
should also add worker in config api (and also sort lines) |
should resolve conflicts |
# Conflicts: # schema/worker/decentralized/platform_string.go # schema/worker/decentralized/worker_string.go
Co-authored-by: frank <[email protected]>
Summary
Checklist
Does this PR introduce a breaking change?
Other information