Skip to content

Commit

Permalink
fix: token symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Grigoriy Simonov committed Nov 18, 2024
1 parent d5d383f commit f4a6a28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/opal/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fn main() {
#[cfg(all(feature = "metadata-hash", feature = "std"))]
fn main() {
substrate_wasm_builder::WasmBuilder::init_with_defaults()
.enable_metadata_hash("WND", 12)
.enable_metadata_hash("OPL", 18)
.build();
}

Expand Down
2 changes: 1 addition & 1 deletion runtime/quartz/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fn main() {
#[cfg(all(feature = "metadata-hash", feature = "std"))]
fn main() {
substrate_wasm_builder::WasmBuilder::init_with_defaults()
.enable_metadata_hash("WND", 12)
.enable_metadata_hash("QTZ", 18)
.build();
}

Expand Down
2 changes: 1 addition & 1 deletion runtime/unique/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fn main() {
#[cfg(all(feature = "metadata-hash", feature = "std"))]
fn main() {
substrate_wasm_builder::WasmBuilder::init_with_defaults()
.enable_metadata_hash("WND", 12)
.enable_metadata_hash("UNQ", 18)
.build();
}

Expand Down

0 comments on commit f4a6a28

Please sign in to comment.