Skip to content

Commit

Permalink
chore: bump zerion version
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterYinusa committed Sep 10, 2024
1 parent 0ad1fac commit 5ebcf89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ export const DEFAULT_ZERION_ASSET: string = 'zerion-wallet-extension';
export const DEFAULT_METAMASK_VERSION: string = '12.2.2';
export const DEFAULT_METAMASK_FLASK_VERSION: string = '12.2.2';
export const DEFAULT_RAINBOW_VERSION: string = '1.5.32';
export const DEFAULT_ZERION_VERSION: string = '1.11.1';
export const DEFAULT_ZERION_VERSION: string = '1.12.1';
export const RECOMMENDED_METAMASK_VERSIONS: Range = new Range('>=12.2.2 <13.0.0');
export const RECOMMENDED_METAMASK_FLASK_VERSIONS: Range = new Range('>=12.2.2 <13.0.0');
export const RECOMMENDED_RAINBOW_VERSIONS: Range = new Range('>=1.5.32 <1.6.0');
export const RECOMMENDED_ZERION_VERSIONS: Range = new Range('>=1.11.1 <2.0.0');
export const RECOMMENDED_ZERION_VERSIONS: Range = new Range('>=1.12.1 <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 5ebcf89

Please sign in to comment.