Skip to content

Commit f0e4df8

Browse files
authored
Merge pull request #54 from OpenZeppelin/plat-3311-remove-support-for-goerli-network-and-related-assets
deprecate goerli (+ zksync, base, arbitrum, optimism)
2 parents 384d730 + a47eb41 commit f0e4df8

File tree

5 files changed

+593
-159
lines changed

5 files changed

+593
-159
lines changed

src/cmd/deploy.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ export default class DefenderDeploy {
441441
};
442442
},
443443
// on create
444-
async (contract: Contract, stackResourceId: string) => {
444+
async (contract: Contract, _stackResourceId: string) => {
445445
const importedContract = await client.addContract({
446446
name: contract.name,
447447
network: contract.network,
@@ -775,7 +775,6 @@ export default class DefenderDeploy {
775775
notificationChannels: match.notifyConfig?.notifications.map(
776776
(n: DefenderNotificationReference) => n.notificationId,
777777
),
778-
severityLevel: match.notifyConfig?.severityLevel,
779778
type: match.type,
780779
stackResourceId: match.stackResourceId,
781780
network: match.network,

0 commit comments

Comments
 (0)