import { base32, bytes, hex } from './convert.js'\r
import { Rpc } from './rpc.js'\r
import { Safe } from './safe.js'\r
-import { nacl } from './workers/nacl-nano.js'\r
+import { nacl } from './workers/nano-nacl.js'\r
\r
/**\r
* Represents a single Nano address and the associated public key. To include the\r
import { bytes, dec, hex } from './convert.js'
import { Rpc } from './rpc.js'
import Tools from './tools.js'
-import { nacl } from './workers/nacl-nano.js'
+import { nacl } from './workers/nano-nacl.js'
/**
* Represents a block as defined by the Nano cryptocurrency protocol. The Block
import { Rpc } from './rpc.js'
import { Bip44Wallet, Blake2bWallet, LedgerWallet } from './wallet.js'
import { SendBlock } from './block.js'
-import { nacl } from './workers/nacl-nano.js'
+import { nacl } from './workers/nano-nacl.js'
/**
* Converts a decimal amount of nano from one unit divider to another.