Skip to content

Commit

Permalink
fix(weight-caps): comment out weight caps since its not yet supported
Browse files Browse the repository at this point in the history
  • Loading branch information
shahnami committed Sep 18, 2024
1 parent 59500cb commit a01c7f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cmd/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,8 @@ export default class DefenderDeploy {
'events': match.notificationChannels.events,
'notification-ids': match.notificationChannels.notificationIds,
},
// Not yet supported in SDK
// 'user-weight-caps': match.userWeightCaps,
};

let updatedRelayerGroup = undefined;
Expand All @@ -757,6 +759,8 @@ export default class DefenderDeploy {
events: relayerGroup['notification-channels'].events,
notificationIds: notificationChannelIds,
},
// Not yet supported in SDK
// userWeightCaps: relayerGroup['user-weight-caps'],
});
}

Expand Down

0 comments on commit a01c7f8

Please sign in to comment.