@metamask-previews/network-controller 25.0.0-preview-b289ac1c → 25.0.0-preview-6b15e01

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -165,7 +165,6 @@ function getDefaultCustomNetworkConfigurationsByChainId() {
165
165
  // default networks.
166
166
  return {
167
167
  [controller_utils_1.ChainId['megaeth-testnet']]: getCustomNetworkConfiguration(controller_utils_1.CustomNetworkType['megaeth-testnet']),
168
- [controller_utils_1.ChainId['monad-testnet']]: getCustomNetworkConfiguration(controller_utils_1.CustomNetworkType['monad-testnet']),
169
168
  };
170
169
  }
171
170
  /**