@dhedge/backend-flatcoin-core 0.1.35 → 0.1.36
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.
|
@@ -183,6 +183,11 @@ exports.LimitOrder = [
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
inputs: [
|
|
186
|
+
{
|
|
187
|
+
internalType: 'address',
|
|
188
|
+
name: 'account',
|
|
189
|
+
type: 'address',
|
|
190
|
+
},
|
|
186
191
|
{
|
|
187
192
|
internalType: 'uint256',
|
|
188
193
|
name: 'tokenId',
|
|
@@ -204,11 +209,21 @@ exports.LimitOrder = [
|
|
|
204
209
|
},
|
|
205
210
|
{
|
|
206
211
|
inputs: [
|
|
212
|
+
{
|
|
213
|
+
internalType: 'address',
|
|
214
|
+
name: 'account',
|
|
215
|
+
type: 'address',
|
|
216
|
+
},
|
|
207
217
|
{
|
|
208
218
|
internalType: 'uint256',
|
|
209
219
|
name: 'tokenId',
|
|
210
220
|
type: 'uint256',
|
|
211
221
|
},
|
|
222
|
+
{
|
|
223
|
+
internalType: 'uint256',
|
|
224
|
+
name: 'keeperFee',
|
|
225
|
+
type: 'uint256',
|
|
226
|
+
},
|
|
212
227
|
{
|
|
213
228
|
internalType: 'uint256',
|
|
214
229
|
name: 'price',
|