Commit 6841e791 authored by Ethen Pociask's avatar Ethen Pociask

[indexer.api.supply_view] Update typescript bindings

parent a933948e
......@@ -51,3 +51,6 @@ export interface WithdrawalResponse {
hasNextPage: boolean;
items: WithdrawalItem[];
}
export interface BridgeSupplyView {
l1DepositSum: number /* float64 */;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment