Skip to content

Commit

Permalink
remove bech32 from hns
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jan 12, 2024
1 parent 053f14f commit 9c38dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coin/hns.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { bech32 } from "bech32";
import { bech32 } from "@scure/base";
import type { Coin } from "../types.js";

const name = "hns";
Expand Down

0 comments on commit 9c38dfa

Please sign in to comment.