refactor: remove unneeded imports
This commit is contained in:
parent
0825f4c35d
commit
f0ecd5a3ba
|
@ -31,7 +31,6 @@ import {
|
||||||
import { MemoryLevel } from "memory-level";
|
import { MemoryLevel } from "memory-level";
|
||||||
import KeyPairEd25519 from "@lumeweb/libs5/lib/ed25519.js";
|
import KeyPairEd25519 from "@lumeweb/libs5/lib/ed25519.js";
|
||||||
import defer from "p-defer";
|
import defer from "p-defer";
|
||||||
import { decodeCid, encodeCid } from "@lumeweb/libportal";
|
|
||||||
|
|
||||||
const BIP44_PATH = "m/44'/1627'/0'/0'/0'";
|
const BIP44_PATH = "m/44'/1627'/0'/0'/0'";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue