chore: update mock query result

This commit is contained in:
Matthew Russell 2023-02-06 22:09:51 -08:00
parent f3a369a146
commit 85f7e791ba
No known key found for this signature in database
GPG Key ID: EF695622F2C5E3D8

View File

@ -10,6 +10,7 @@ export const statisticsQuery = (
__typename: 'Statistics', __typename: 'Statistics',
chainId: 'chain-id', chainId: 'chain-id',
blockHeight: '11', blockHeight: '11',
vegaTime: new Date().toISOString(),
}, },
}; };