We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c304ab8 commit 1245cdeCopy full SHA for 1245cde
apps/extension/src/background/wallet/wallet-connection.ts
@@ -1,5 +1,6 @@
1
import { serialize } from 'borsh'
2
-import NearApiJs, { Near, KeyPair, InMemorySigner } from 'near-api-js'
+import * as NearApiJs from 'near-api-js'
3
+import { Near, KeyPair, InMemorySigner } from 'near-api-js'
4
import browser from 'webextension-polyfill'
5
import { generateGuid, waitClosingTab, waitTab } from '../helpers'
6
import { CustomConnectedWalletAccount } from './connected-wallet-account'
0 commit comments