Skip to content

Commit

Permalink
Add isBitski provider flag (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamj1232 authored Oct 24, 2022
1 parent a429f67 commit 4102ea6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/injected/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export enum ProviderIdentityFlag {
BitKeep = 'isBitKeep',
Sequence = 'isSequence',
Core = 'isAvalanche',
Opera = 'isOpera'
Opera = 'isOpera',
Bitski = 'isBitski'
}

export enum ProviderLabel {
Expand Down

0 comments on commit 4102ea6

Please sign in to comment.