Skip to content

Commit

Permalink
Add origin_chain field
Browse files Browse the repository at this point in the history
  • Loading branch information
vrtnd committed Oct 14, 2024
1 parent 4f81524 commit 259f947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ CREATE TABLE IF NOT EXISTS bridges.transactions (
chain VARCHAR NOT NULL,
is_usd_volume BOOLEAN,
txs_counted_as INTEGER,
origin_chain VARCHAR,

PRIMARY KEY(id),
UNIQUE (bridge_id, chain, tx_hash, token, tx_from, tx_to),
Expand Down

0 comments on commit 259f947

Please sign in to comment.