Skip to content

Commit

Permalink
Change bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
keyleu committed Sep 25, 2023
1 parent 4c19c0b commit 9718add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contract/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ pub enum TopKey {
Config = b'c',
TokensCoreum = b'1',
TokensXRPL = b'2',
XRPLCurrencies = b'X',
CoreumDenoms = b'C',
XRPLCurrencies = b'3',
CoreumDenoms = b'4',
}

impl TopKey {
Expand Down

0 comments on commit 9718add

Please sign in to comment.