@1inch/fusion-sdk 2.4.1 → 2.4.3
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/README.md
CHANGED
|
@@ -163,7 +163,7 @@ async function main() {
|
|
|
163
163
|
console.log('OrderHash', info.orderHash)
|
|
164
164
|
|
|
165
165
|
const factory = NativeOrdersFactory.default(NetworkEnum.BINANCE)
|
|
166
|
-
const call = factory.create(new Address(wallet.address), preparedOrder.order)
|
|
166
|
+
const call = factory.create(new Address(wallet.address), preparedOrder.order.build())
|
|
167
167
|
|
|
168
168
|
const txRes = await wallet.sendTransaction({
|
|
169
169
|
to: call.to.toString(),
|
package/dist/esm/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@1inch/fusion-sdk","version":"2.4.
|
|
1
|
+
{"name":"@1inch/fusion-sdk","version":"2.4.3","type":"module"}
|