Skip to content

Commit 9726a0f

Browse files
committed
fix: update bech32 import to named import from 'bech32'
TICKET: WIN-7747
1 parent 9a02769 commit 9726a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sdk-coin-flrp/src/lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { TransferableOutput } from '@flarenetwork/flarejs';
2-
import bech32 from 'bech32';
2+
import { bech32 } from 'bech32';
33
import bs58 from 'bs58';
44
import {
55
BaseUtils,

0 commit comments

Comments
 (0)