Custom order filters
Last updated
Was this helpful?
Was this helpful?
{}{
"properties": {
"senderAddress": {
"pattern": "0x00000000000000000000000000000000ba5eba11",
"type": "string"
}
}
}{
"oneOf": [
{
"properties": {
"makerAssetData": {
"pattern": "0xf47261b00000000000000000000000006b175474e89094c44da98b954eedeac495271d0f",
"type": "string"
},
"takerAssetData": {
"pattern": "0xf47261b0000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "string"
}
}
},
{
"properties": {
"makerAssetData": {
"pattern": "0xf47261b0000000000000000000000000c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"type": "string"
},
"takerAssetData": {
"pattern": "0xf47261b00000000000000000000000006b175474e89094c44da98b954eedeac495271d0f",
"type": "string"
}
}
}
]
}{
"oneOf": [
{
"properties": {
"makerAssetData": {
"pattern": "0x02571792.*",
"type": "string"
}
}
},
{
"properties": {
"takerAssetData": {
"pattern": "0x02571792.*",
"type": "string"
}
}
}
]
}{
"properties": {
"makerAssetData": {
"pattern": ".*${AUGUR_ERC1155_CONTRACT_ADDRESS}.*"
}
}
}