-
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
deprecate goerli (+ zksync, base, arbitrum, optimism) #54
deprecate goerli (+ zksync, base, arbitrum, optimism) #54
Conversation
@@ -775,7 +775,6 @@ export default class DefenderDeploy { | |||
notificationChannels: match.notifyConfig?.notifications.map( | |||
(n: DefenderNotificationReference) => n.notificationId, | |||
), | |||
severityLevel: match.notifyConfig?.severityLevel, |
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.
@shahnami Had a type issue here does it make sense to remove it?
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.
No, you'll need to yarn link the latest SDK main branch since the SDK hasn't been published yet.
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.
Apart from removing severityLevel, lgtm!
…and-related-assets
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.
Added few comments lets remove linea goerli and sokol as well
| `"zksync-sepolia"` | | | ||
| `"base"` | | | ||
| `"base-goerli"` | | | ||
| `"base-sepolia"` | | | ||
| `"linea-goerli"` | | |
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.
Remove this as well
@@ -11,7 +11,6 @@ | |||
| `"mainnet"` | | | |||
| `"sepolia"` | | | |||
| `"holesky"` | | | |||
| `"goerli"` | | | |||
| `"xdai"` | | | |||
| `"sokol"` | | |
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.
sokol is also deprecated
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.
lgtm
deprecate goerli (+ zksync, base, arbitrum, optimism)