Skip to content

Commit

Permalink
fix: update KBTC and KINT keys (#1710)
Browse files Browse the repository at this point in the history
  • Loading branch information
sander2 authored Dec 17, 2021
1 parent c39a464 commit f9f8e91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/karura/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ pub mod parachains {

pub mod kintsugi {
pub const ID: u32 = 2092;
pub const KBTC_KEY: &[u8] = &[4];
pub const KINT_KEY: &[u8] = &[5];
pub const KBTC_KEY: &[u8] = &[0, 11];
pub const KINT_KEY: &[u8] = &[0, 12];
}
}

Expand Down

0 comments on commit f9f8e91

Please sign in to comment.