Skip to content

Commit

Permalink
fix scale location
Browse files Browse the repository at this point in the history
  • Loading branch information
cernicc committed Nov 25, 2024
1 parent 6f90f68 commit 3297160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ alias f := fmt

# Generate the `metadata.scale` file, requires the node to be up and running at `127.0.0.1:42069`
generate-scale:
subxt metadata -a --url http://127.0.0.1:42069 > storagext/artifacts/metadata.scale
subxt metadata -a --url http://127.0.0.1:42069 > storagext/lib/artifacts/metadata.scale

# Lint the project
lint:
Expand Down

0 comments on commit 3297160

Please sign in to comment.