Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use string representation of ints in DepositSnapshotJSON
Clients give (and expect) the integers deposit_count and execution_block_height to be represented as strings in the JSON. This mismatch that this commit fixes caused us to not actually store and serve the snapshots clients gave us.
- Loading branch information