@vleap/warps-adapter-evm 0.2.0-beta.60 → 0.2.0-beta.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1648,7 +1648,7 @@ var WarpEvmWallet = class {
|
|
|
1648
1648
|
async sendTransactions(txs) {
|
|
1649
1649
|
return Promise.all(txs.map(async (tx) => this.sendTransaction(tx)));
|
|
1650
1650
|
}
|
|
1651
|
-
create(
|
|
1651
|
+
create(provider, mnemonic) {
|
|
1652
1652
|
const walletProvider = this.createProviderForOperation(provider);
|
|
1653
1653
|
return walletProvider.create(mnemonic);
|
|
1654
1654
|
}
|