Skip to content

Commit

Permalink
stl: update RGB library id
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 18, 2023
1 parent 619cde6 commit a5705df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use crate::{AnchoredBundle, Extension, Genesis, SubSchema, TransitionBundle, LIB

/// Strict types id for the library providing data types for RGB consensus.
pub const LIB_ID_RGB: &str =
"urn:ubideco:stl:4fGZWR5mH5zZzRZ1r7CSRe776zm3hLBUngfXc4s3vm3V#saturn-flash-emerald";
"urn:ubideco:stl:8yC4CaGQwoBm8tANZDkVe4gFP5dtpQD7Z4jJ4VSgAEkE#parker-strange-orinoco";

fn _rgb_core_stl() -> Result<TypeLib, CompileError> {
LibBuilder::new(libname!(LIB_NAME_RGB), tiny_bset! {
Expand Down

0 comments on commit a5705df

Please sign in to comment.