walletconnect-monorepo icon indicating copy to clipboard operation
walletconnect-monorepo copied to clipboard

`bs58` module can be replaced with `@scure/base`

Open mahnunchik opened this issue 8 months ago • 1 comments

bs58 module can be replaced with @scure/base (already present in dependencies list)

import { base58 } from '@scure/base';

base58.encode(data);

Related issue https://github.com/WalletConnect/walletconnect-monorepo/issues/5650

mahnunchik avatar Mar 13 '25 18:03 mahnunchik