Commit a933948e authored by Ethen Pociask's avatar Ethen Pociask

[indexer.api.supply_view] addressing pr feedback

parent c963cd95
......@@ -97,7 +97,7 @@ CREATE TABLE IF NOT EXISTS l1_transaction_deposits (
-- transaction data. NOTE: `to_address` is the recipient of funds transferred in value field of the
-- L2 deposit transaction and not the amount minted on L1 from the source address. Hence the `amount`
-- column in this table does NOT indicate the amount transferred to the recipient but instead funds
-- bridged from L1 into `from_address`.
-- bridged from L1 by the `from_address`.
from_address VARCHAR NOT NULL,
to_address VARCHAR NOT NULL,
......
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