@vleap/warps-adapter-fastset 0.1.0-beta.48 → 0.1.0-beta.50
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
|
@@ -2569,7 +2569,7 @@ var WarpFastsetWallet = class {
|
|
|
2569
2569
|
async sendTransactions(txs) {
|
|
2570
2570
|
return Promise.all(txs.map(async (tx) => this.sendTransaction(tx)));
|
|
2571
2571
|
}
|
|
2572
|
-
create(
|
|
2572
|
+
create(provider, mnemonic) {
|
|
2573
2573
|
const walletProvider = this.createProviderForOperation(provider);
|
|
2574
2574
|
return walletProvider.create(mnemonic);
|
|
2575
2575
|
}
|