Skip to content

Commit

Permalink
remove isMetaMask
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Jul 3, 2024
1 parent e56d86c commit a67e4f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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": "@rainbow-me/provider",
"version": "0.1.1",
"version": "0.1.2",
"main": "dist/index.js",
"license": "MIT",
"files": [
Expand Down
1 change: 0 additions & 1 deletion src/RainbowProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export class RainbowProvider extends EventEmitter {
connected = false;
isRainbow = true;
isReady = true;
isMetaMask = true;
networkVersion = '1';
selectedAddress: string | undefined;
providers: (RainbowProvider | Ethereum)[] | undefined = undefined;
Expand Down

0 comments on commit a67e4f8

Please sign in to comment.