Skip to content

Commit 0c876df

Browse files
dmy147Adamj1232
andauthored
feat: update Rabby wallet display name (#1720)
* feat: update rabby dsiplay name * Update package.json Co-authored-by: Adam Carpenter <[email protected]> * chore: bump version * Update packages/injected/package.json Co-authored-by: Adam Carpenter <[email protected]> --------- Co-authored-by: Adam Carpenter <[email protected]>
1 parent 303822d commit 0c876df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/injected/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@web3-onboard/injected-wallets",
3-
"version": "2.8.6",
3+
"version": "2.8.7-alpha.1",
44
"description": "Injected wallet module for connecting browser extension and mobile wallets to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
55
"keywords": [
66
"Ethereum",

packages/injected/src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export enum ProviderIdentityFlag {
6060
Zerion = 'isZerion',
6161
Rainbow = 'isRainbow',
6262
SafePal = 'isSafePal',
63-
DeFiWallet = 'isDeficonnectProvider',
63+
DeFiWallet = 'isDeficonnectProvider',
6464
Safeheron = 'isSafeheron'
6565
}
6666

@@ -99,7 +99,7 @@ export enum ProviderLabel {
9999
OneInch = '1inch Wallet',
100100
Tokenary = 'Tokenary Wallet',
101101
Tally = 'Taho',
102-
Rabby = 'Rabby',
102+
Rabby = 'Rabby Wallet',
103103
MathWallet = 'MathWallet',
104104
GameStop = 'GameStop Wallet',
105105
BitKeep = 'BitKeep',

0 commit comments

Comments
 (0)