Closed BMillman19 closed 5 years ago
This feature adds the ability for the front-end to be filtered by a set of specified maker addresses. This filtering can be achieved by specifying a comma-separated list of ethereum addresses in the url via the makerAddresses query param.
makerAddresses
To test:
.env.example
.env
REACT_APP_RELAYER_URL='https://api.radarrelay.com/0x/v2'
REACT_APP_NETWORK_ID=1
This feature adds the ability for the front-end to be filtered by a set of specified maker addresses. This filtering can be achieved by specifying a comma-separated list of ethereum addresses in the url via the
makerAddresses
query param.To test:
.env.example
into.env
REACT_APP_RELAYER_URL='https://api.radarrelay.com/0x/v2'
REACT_APP_NETWORK_ID=1