Skip to content

Commit

Permalink
chore: change casing: CTRL to Ctrl (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlm-devico authored Oct 11, 2024
1 parent 6353efb commit a886046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xdefi/wallets-connector",
"version": "2.3.2",
"version": "2.3.3",
"description": "Cross chain wallets connector with react hooks",
"author": "garageinc",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/providers/injected/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ export const XDEFI: IProviderInfo = {

export const CTRL: IProviderInfo = {
...XDEFI,
name: 'CTRL',
name: 'Ctrl',
logo: CtrlLogo,
type: 'injected',
check: '__CTRL',
Expand Down

0 comments on commit a886046

Please sign in to comment.