Skip to content

Commit

Permalink
enable bridge on mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
longbowlu committed Sep 3, 2024
1 parent 624300d commit d8a1c1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/sui-protocol-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2683,6 +2683,11 @@ impl ProtocolConfig {

cfg.feature_flags.rethrow_serialization_type_layout_errors = true;
}
56 => {
if chain == Chain::Mainnet {
cfg.feature_flags.bridge = true;
}
}
// Use this template when making changes:
//
// // modify an existing constant.
Expand Down

0 comments on commit d8a1c1f

Please sign in to comment.