Skip to content

Commit

Permalink
Update artifacts and polkadot.rs and change CLI to default bytes (#533)
Browse files Browse the repository at this point in the history
* Update polkadot.rs

Signed-off-by: Alexandru Vasile <[email protected]>

* Update artifacts

Signed-off-by: Alexandru Vasile <[email protected]>

* Change CLI default to bytes

Signed-off-by: Alexandru Vasile <[email protected]>
  • Loading branch information
lexnv authored May 12, 2022
1 parent ae59c8a commit 1658e8d
Show file tree
Hide file tree
Showing 3 changed files with 527 additions and 347 deletions.
Binary file modified artifacts/polkadot_metadata.scale
Binary file not shown.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ enum Command {
)]
url: url::Url,
/// the format of the metadata to display: `json`, `hex` or `bytes`
#[structopt(long, short, default_value = "json")]
#[structopt(long, short, default_value = "bytes")]
format: String,
},
/// Generate runtime API client code from metadata.
Expand Down
Loading

0 comments on commit 1658e8d

Please sign in to comment.