Skip to content

Commit

Permalink
Fix Syntax Error in fact_wormhole_flows (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
akan72 authored Jul 18, 2024
1 parent 6dc238f commit 9772828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/staging/wormhole/fact_wormhole_flows.sql
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ with
(4001, 'evmos'),
(4002, 'kujira'),
(4003, 'neutron'),
(4004, 'celestia')
(4005, 'stargaze')
(4004, 'celestia'),
(4005, 'stargaze'),
(4006, 'seda'),
(4007, 'dymension'),
(4008, 'provenance'),
Expand Down

0 comments on commit 9772828

Please sign in to comment.