Skip to content

Commit

Permalink
Add support for stylus testnet with the network type
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Nov 8, 2023
1 parent b6e7bdf commit b560ab9
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-- migrate:up

ALTER TYPE network_blockchain ADD VALUE 'stylus_testnet';

-- migrate:down

-- there's no good way to remove enum variants

0 comments on commit b560ab9

Please sign in to comment.