@0x/contract-artifacts: Update IERC20BridgeSampler artifact.

This commit is contained in:
Lawrence Forman 2020-01-15 18:09:17 -05:00 committed by Jacob Evans
parent 0cf3ff8209
commit 1a04a18245
No known key found for this signature in database
GPG Key ID: 2036DA2ADDFB0842
2 changed files with 24 additions and 0 deletions

View File

@ -9,6 +9,10 @@
{ {
"note": "Update all artifacts.", "note": "Update all artifacts.",
"pr": 2432 "pr": 2432
},
{
"note": "Update `IERC20BridgeSampler artifact",
"pr": 2427
} }
] ]
}, },

View File

@ -284,6 +284,26 @@
}, },
"return": "orderFillableTakerAssetAmounts How much taker asset can be filled by each order in `orders`." "return": "orderFillableTakerAssetAmounts How much taker asset can be filled by each order in `orders`."
}, },
"queryBatchOrdersAndSampleBuys((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes,bytes,bytes)[][],bytes[][],address[],uint256[][])": {
"details": "Query batches of native orders and sample buy quotes on multiple DEXes at once.",
"params": {
"makerTokenAmounts": "Batches of Maker token sell amount for each sample.",
"orderSignatures": "Batches of Signatures for each respective order in `orders`.",
"orders": "Batches of Native orders to query.",
"sources": "Address of each DEX. Passing in an unsupported DEX will throw."
},
"return": "ordersAndSamples How much taker asset can be filled by each order in `orders`. Taker amounts sold for each source at each maker token amount. First indexed by source index, then sample index"
},
"queryBatchOrdersAndSampleSells((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes,bytes,bytes)[][],bytes[][],address[],uint256[][])": {
"details": "Query batches of native orders and sample sell quotes on multiple DEXes at once.",
"params": {
"orderSignatures": "Batches of Signatures for each respective order in `orders`.",
"orders": "Batches of Native orders to query.",
"sources": "Address of each DEX. Passing in an unsupported DEX will throw.",
"takerTokenAmounts": "Batches of Taker token sell amount for each sample."
},
"return": "ordersAndSamples How much taker asset can be filled by each order in `orders`. Maker amounts bought for each source at each taker token amount. First indexed by source index, then sample index."
},
"queryOrdersAndSampleBuys((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes,bytes,bytes)[],bytes[],address[],uint256[])": { "queryOrdersAndSampleBuys((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes,bytes,bytes)[],bytes[],address[],uint256[])": {
"details": "Query native orders and sample buy quotes on multiple DEXes at once.", "details": "Query native orders and sample buy quotes on multiple DEXes at once.",
"params": { "params": {