diff --git a/.vscode/settings.json b/.vscode/settings.json index a4a8998a1..ab2d991bc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,8 +2,7 @@ "eslint.format.enable": true, "prettier.enable": false, "editor.codeActionsOnSave": { - "source.fixAll.eslint": - true + "source.fixAll.eslint": "explicit" }, "typescript.tsdk": "node_modules/typescript/lib" } diff --git a/examples/react/components/Content.tsx b/examples/react/components/Content.tsx index 271442fa9..03bd76758 100644 --- a/examples/react/components/Content.tsx +++ b/examples/react/components/Content.tsx @@ -1,9 +1,11 @@ import React, { Fragment, useCallback, useEffect, useState } from "react"; -import { providers, utils } from "near-api-js"; +import { providers, utils, transactions } from "near-api-js"; import type { AccountView, CodeResult, } from "near-api-js/lib/providers/provider"; + + import type { SignedMessage, SignMessageParams, diff --git a/packages/ethereum-wallets/package.json b/packages/ethereum-wallets/package.json index ab2a2cd41..2797f7433 100644 --- a/packages/ethereum-wallets/package.json +++ b/packages/ethereum-wallets/package.json @@ -1,6 +1,6 @@ { "name": "@near-wallet-selector/ethereum-wallets", - "version": "1.0.0-alpha.4", + "version": "1.0.0-alpha.5", "description": "Ethereum wallets package for NEAR Wallet Selector.", "keywords": [ "near",