@reservoir0x/ethers-wallet-adapter
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -57,3 +57,3 @@ var $9eZPt$reservoir0xreservoirsdk = require("@reservoir0x/reservoir-sdk"); | ||
handleSendTransactionStep: async (chainId, stepItem)=>{ | ||
const { gas: gas , ...stepData } = stepItem.data; | ||
const { gas: gas, ...stepData } = stepItem.data; | ||
const transaction = await signer.sendTransaction({ | ||
@@ -60,0 +60,0 @@ ...stepData, |
@@ -41,3 +41,3 @@ import {getClient as $eNUu9$getClient, LogLevel as $eNUu9$LogLevel} from "@reservoir0x/reservoir-sdk"; | ||
handleSendTransactionStep: async (chainId, stepItem)=>{ | ||
const { gas: gas , ...stepData } = stepItem.data; | ||
const { gas: gas, ...stepData } = stepItem.data; | ||
const transaction = await signer.sendTransaction({ | ||
@@ -44,0 +44,0 @@ ...stepData, |
{ | ||
"name": "@reservoir0x/ethers-wallet-adapter", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "An adapter used to convert an ethersjs signer to a Reservoir Wallet for use in the @reservoir0x/reservoir-sdk", | ||
@@ -41,3 +41,3 @@ "source": "src/index.ts", | ||
"peerDependencies": { | ||
"@reservoir0x/reservoir-sdk": "1.2.1", | ||
"@reservoir0x/reservoir-sdk": "1.2.2", | ||
"ethers": "^5.6.1", | ||
@@ -44,0 +44,0 @@ "viem": "~1.0.6" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14033