Skip to content

Commit

Permalink
app: fix sample data after proto update
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Nov 25, 2021
1 parent 90e10d3 commit 9e7b01d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/util/tests/sampleData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ export const poolListOrders: POOL.ListOrdersResponse.AsObject = {
creationTimestampNs: '1605370663652010000',
eventsList: [],
minUnitsMatch: 1,
channelType: 1,
},
leaseDurationBlocks: 2016,
version: 1,
Expand All @@ -476,6 +477,7 @@ export const poolListOrders: POOL.ListOrdersResponse.AsObject = {
creationTimestampNs: '1605371586127059200',
eventsList: [],
minUnitsMatch: 1,
channelType: 1,
},
leaseDurationBlocks: 2016,
version: 1,
Expand All @@ -497,6 +499,7 @@ export const poolListOrders: POOL.ListOrdersResponse.AsObject = {
creationTimestampNs: '1605372478047663000',
eventsList: [],
minUnitsMatch: 1,
channelType: 1,
},
leaseDurationBlocks: 2016,
version: 1,
Expand All @@ -518,6 +521,7 @@ export const poolListOrders: POOL.ListOrdersResponse.AsObject = {
creationTimestampNs: '1605372382040897300',
eventsList: [],
minUnitsMatch: 1,
channelType: 1,
},
leaseDurationBlocks: 2016,
version: 1,
Expand All @@ -539,6 +543,7 @@ export const poolListOrders: POOL.ListOrdersResponse.AsObject = {
creationTimestampNs: '1605372096883950800',
eventsList: [],
minUnitsMatch: 1,
channelType: 1,
},
leaseDurationBlocks: 2016,
version: 1,
Expand All @@ -559,6 +564,7 @@ export const poolQuoteOrder: POOL.QuoteOrderResponse.AsObject = {

export const poolSubmitOrder: POOL.SubmitOrderResponse.AsObject = {
acceptedOrderNonce: 'W4XLkXhEKMcKfzV+Ex+jXQJeaVXoCoKQzptMRi6g+ZA=',
updatedSidecarTicket: '',
};

export const poolInvalidOrder: AUCT.InvalidOrder.AsObject = {
Expand Down

0 comments on commit 9e7b01d

Please sign in to comment.