Skip to content

Commit

Permalink
uninstall base-x
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Jul 2, 2024
1 parent db7a3b7 commit 7e7cc54
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"@fleet-sdk/common": "^0.4.1",
"@fleet-sdk/core": "0.5.0",
"@fleet-sdk/crypto": "^0.5.0",
"base-x": "^5.0.0",
"bip32-path": "^0.4.2",
"buffer": "^6.0.3"
},
Expand Down
8 changes: 0 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions src/serialization/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import bip32Path from "bip32-path";
import base from "base-x";

export const base10 = base("0123456789");

export const EMPTY_BYTES = Uint8Array.from([]);
const [ERGO_PURPOSE, ERGO_COIN_TYPE] = bip32Path.fromString("m/44'/429'").toPathArray();
Expand Down

0 comments on commit 7e7cc54

Please sign in to comment.