Skip to content

Commit 19f81d6

Browse files
linkielinkPatricie29StefChatz
authored
v3.0.4 (#1693)
Co-authored-by: Patricie <99055449+Patricie29@users.noreply.github.com> Co-authored-by: Monkmansteve <47855432+StefChatz@users.noreply.github.com>
1 parent 47e0bc4 commit 19f81d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/wallet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface SkipAddresses {
77
}
88

99
export function convertToNeutronAddress(address?: string): string | null {
10-
if (!address) return null
10+
if (!address || !address.includes('1')) return null
1111
const { data } = fromBech32(address)
1212
return toBech32('neutron', data)
1313
}

0 commit comments

Comments
 (0)