Skip to content

Conversation

andr11111
Copy link
Contributor

No description provided.

@andr11111 andr11111 requested review from chrismaree and FSM1 August 4, 2020 23:42
@@ -815,7 +815,8 @@ class OrderbookService {

async getOpenOrders(makerAddress) {
const ordersResponse = await this.apiClient.getOrdersAsync({
makerAddress: makerAddress.toLowerCase()
makerAddress: makerAddress.toLowerCase(),
makerAssetData: this.makerAssetData
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is in order to be able to store multiple contracts (e.g. BTC, ETC) in the same 0x API in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants