@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.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(mnemonic, provider) {
1651
+ create(provider, mnemonic) {
1652
1652
  const walletProvider = this.createProviderForOperation(provider);
1653
1653
  return walletProvider.create(mnemonic);
1654
1654
  }