diff --git a/packages/network-controller/src/constants.ts b/packages/network-controller/src/constants.ts index 1708cc2ebf6..7a36f37be94 100644 --- a/packages/network-controller/src/constants.ts +++ b/packages/network-controller/src/constants.ts @@ -31,6 +31,10 @@ export enum NetworkStatus { * status only applies to Infura networks. */ Blocked = 'blocked', + /** + * Some other status for testing. + */ + Test = 'test', } export const INFURA_BLOCKED_KEY = 'countryBlocked';