Skip to content

Commit

Permalink
chore: bump wallet versions
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterYinusa committed Jul 8, 2024
1 parent cf91a1b commit 9eb23a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ const DEFAULT_RAINBOW_ASSET: string = 'rainbowbx-chrome';
export const DEFAULT_ZERION_ASSET: string = 'zerion-wallet-extension';
export const DEFAULT_METAMASK_VERSION: string = '11.16.15';
export const DEFAULT_METAMASK_FLASK_VERSION: string = '11.16.15';
export const DEFAULT_RAINBOW_VERSION: string = '1.5.3';
export const DEFAULT_ZERION_VERSION: string = '1.8.2';
export const DEFAULT_RAINBOW_VERSION: string = '1.5.8';
export const DEFAULT_ZERION_VERSION: string = '1.8.5';
export const RECOMMENDED_METAMASK_VERSIONS: Range = new Range('>=11.16.15 <12.0.0');
export const RECOMMENDED_METAMASK_FLASK_VERSIONS: Range = new Range('>=11.16.15 <12.0.0');
export const RECOMMENDED_RAINBOW_VERSIONS: Range = new Range('>=1.5.3 <1.6.0');
export const RECOMMENDED_ZERION_VERSIONS: Range = new Range('>=1.8.2 <2.0.0');
export const RECOMMENDED_RAINBOW_VERSIONS: Range = new Range('>=1.5.8 <1.6.0');
export const RECOMMENDED_ZERION_VERSIONS: Range = new Range('>=1.8.5 <2.0.0');
export const METAMASK_GITHUB_API: string = 'https://api.github.com/repos/metamask/metamask-extension';
export const RAINBOW_GITHUB_API: string = 'https://api.github.com/repos/rainbow-me/browser-extension';
export const ZERION_GITHUB_API: string = 'https://api.github.com/repos/zeriontech/zerion-wallet-extension';
Expand Down

0 comments on commit 9eb23a8

Please sign in to comment.