File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ const DEFAULT_RAINBOW_ASSET: string = 'rainbowbx-chrome';
1010export const DEFAULT_ZERION_ASSET : string = 'zerion-wallet-extension' ;
1111export const DEFAULT_METAMASK_VERSION : string = '12.14.1' ;
1212export const DEFAULT_METAMASK_FLASK_VERSION : string = '12.14.1' ;
13- export const DEFAULT_RAINBOW_VERSION : string = '1.5.90 ' ;
13+ export const DEFAULT_RAINBOW_VERSION : string = '1.5.86 ' ;
1414export const DEFAULT_ZERION_VERSION : string = '1.21.3' ;
1515export const RECOMMENDED_METAMASK_VERSIONS : Range = new Range ( '>=12.14.1 <13.0.0' ) ;
1616export const RECOMMENDED_METAMASK_FLASK_VERSIONS : Range = new Range ( '>=12.14.1 <13.0.0' ) ;
17- export const RECOMMENDED_RAINBOW_VERSIONS : Range = new Range ( '>=1.5.90 <1.6.0' ) ;
17+ export const RECOMMENDED_RAINBOW_VERSIONS : Range = new Range ( '>=1.5.86 <1.6.0' ) ;
1818export const RECOMMENDED_ZERION_VERSIONS : Range = new Range ( '>=1.21.3 <2.0.0' ) ;
1919export const METAMASK_GITHUB_API : string = 'https://api.github.com/repos/metamask/metamask-extension' ;
2020export const RAINBOW_GITHUB_API : string = 'https://api.github.com/repos/rainbow-me/browser-extension' ;
You can’t perform that action at this time.
0 commit comments