You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE INDEX IF NOT EXISTS fevm_transactions_from_idx ON visor.fevm_transactions USING BTREE ("from");
CREATE INDEX IF NOT EXISTS fevm_transactions_to_idx ON visor.fevm_transactions USING BTREE ("to");
CREATE INDEX IF NOT EXISTS fevm_traces_from_idx ON visor.fevm_traces USING BTREE ("from");
CREATE INDEX IF NOT EXISTS fevm_traces_to_idx ON visor.fevm_traces USING BTREE ("to");
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: