sdk38: Rename Secp256k1OfflineWallet -> Secp256k1Wallet
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const wallet = await Secp256k1OfflineWallet.fromMnemonic(
|
||||
const wallet = await Secp256k1Wallet.fromMnemonic(
|
||||
"enlist hip relief stomach skate base shallow young switch frequent cry park",
|
||||
);
|
||||
const [{ address: senderAddress }] = await wallet.getAccounts();
|
||||
|
||||
Reference in New Issue
Block a user