Skip to content

Commit 1245cde

Browse files
committed
fix: cannot read property transactions of undefined
1 parent c304ab8 commit 1245cde

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/extension/src/background/wallet/wallet-connection.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { serialize } from 'borsh'
2-
import NearApiJs, { Near, KeyPair, InMemorySigner } from 'near-api-js'
2+
import * as NearApiJs from 'near-api-js'
3+
import { Near, KeyPair, InMemorySigner } from 'near-api-js'
34
import browser from 'webextension-polyfill'
45
import { generateGuid, waitClosingTab, waitTab } from '../helpers'
56
import { CustomConnectedWalletAccount } from './connected-wallet-account'

0 commit comments

Comments
 (0)