Skip to content

Commit

Permalink
WarpySyncer: add Base chain
Browse files Browse the repository at this point in the history
  • Loading branch information
asiaziola committed Dec 30, 2024
1 parent e3fd705 commit fd887a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils/model/sql_migrations/001030_warpy_syncer_base.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- +migrate Down

-- +migrate Up
ALTER TYPE synced_component ADD VALUE 'WarpySyncerBase';
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- +migrate Down
DELETE FROM sync_state WHERE name = 'WarpySyncerBase';

-- +migrate Up
INSERT INTO sync_state(name, finished_block_height, finished_block_hash) VALUES ('WarpySyncerBase', 24307450, '0xb758290fa1ab94c595afe984d9534fede934d368882ef322f65b9cf542a1f431' );

0 comments on commit fd887a5

Please sign in to comment.