aboutsummaryrefslogtreecommitdiffstats
path: root/packages/connect/test/fixtures/standard_relayer_api/unknown_orderbook_channel_message.ts
blob: c0e924a4b67bd24796938f84839ea3129a193a82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import * as orderResponseJSON from './order/0xabc67323774bdbd24d94f977fa9ac94a50f016026fd13f42990861238897721f.json';

const orderJSONString = JSON.stringify(orderResponseJSON);

export const unknownOrdersChannelMessage = `{
    "type": "superGoodUpdate",
    "channel": "orderbook",
    "requestId": 1,
    "payload": ${orderJSONString}
}`;