Skip to content

Commit

Permalink
Update v7 metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Dec 19, 2024
1 parent 0171387 commit fd45790
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polymesh-api"
version = "3.9.2"
version = "3.9.3"
edition = "2021"
authors = ["Robert G. Jakabosky <robert@polymesh.network>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -37,7 +37,7 @@ polymesh-api-client = { version = "3.8.1", path = "crates/polymesh-api-client",
polymesh-api-client-extras = { version = "3.4.2", path = "crates/polymesh-api-client-extras", default-features = false }
polymesh-api-tester = { version = "0.8.0", path = "crates/polymesh-api-tester", default-features = false }
polymesh-api-ink = { version = "1.5.0", path = "crates/polymesh-api-ink", default-features = false }
polymesh-api = { version = "3.9.2", path = "./", default-features = false }
polymesh-api = { version = "3.9.3", path = "./", default-features = false }

# Substrate shared deps.
frame-metadata = { version = "=15.1.0", default-features = false }
Expand Down
Binary file removed specs/polymesh_dev_spec_7000000.meta
Binary file not shown.
Binary file removed specs/polymesh_dev_spec_7000001.meta
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use polymesh_api_codegen_macro::*;
)]
#[cfg_attr(
all(not(feature = "download_metadata"), feature = "polymesh_v7"),
codegen_api(metadata_file = "specs/polymesh_dev_spec_7000003.meta")
codegen_api(metadata_file = "specs/polymesh_dev_spec_7000005.meta")
)]
#[cfg_attr(
feature = "download_metadata",
Expand Down

0 comments on commit fd45790

Please sign in to comment.