We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6ef62c + 65cc4dd commit 2392ba7Copy full SHA for 2392ba7
1 file changed
order-types/stop-limit.md
@@ -40,9 +40,11 @@ import { assetDataUtils } from '@0x/order-utils';
40
41
const makerFeeAssetData = encodeStopLimitStaticCallData(
42
chainlinkStopLimit.address,
43
- chainLinkZrxEthAggregator.address,
44
- minPrice,
45
- maxPrice,
+ {
+ oracle: chainLinkZrxEthAggregator.address,
+ minPrice,
46
+ maxPrice,
47
+ }
48
);
49
50
```
@@ -71,9 +73,11 @@ const makerAssetData = assetDataUtils.encodeMultiAssetData(
71
73
assetDataUtils.encodeERC20AssetData(zrxToken.address),
72
74
encodeStopLimitStaticCallData(
75
76
77
78
79
80
81
),
82
],
83
0 commit comments