polytope-labs/hyperbridge

`0x{string}` typescript types wrong?

Closed this issue · 0 comments

If I read this correctly this is the typescript type generation code. Imo this should be 0x${string} instead of 0x{string} on all occurences

block_hash: `0x{string}`;

https://github.com/seunlanlege/hyperbridge-fe-dev/issues/23