Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update Rabby wallet display name #1720

Merged
merged 5 commits into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-onboard-monorepo",
"version": "2.22.0",
"version": "2.23.0-alpha.1",
dmy147 marked this conversation as resolved.
Show resolved Hide resolved
"private": true,
"workspaces": {
"packages": [
Expand Down
4 changes: 2 additions & 2 deletions packages/injected/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export enum ProviderIdentityFlag {
Zerion = 'isZerion',
Rainbow = 'isRainbow',
SafePal = 'isSafePal',
DeFiWallet = 'isDeficonnectProvider',
DeFiWallet = 'isDeficonnectProvider',
Safeheron = 'isSafeheron'
}

Expand Down Expand Up @@ -99,7 +99,7 @@ export enum ProviderLabel {
OneInch = '1inch Wallet',
Tokenary = 'Tokenary Wallet',
Tally = 'Taho',
Rabby = 'Rabby',
Rabby = 'Rabby Wallet',
MathWallet = 'MathWallet',
GameStop = 'GameStop Wallet',
BitKeep = 'BitKeep',
Expand Down