Skip to content

Commit

Permalink
fix: addr len
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlyF0uR committed Nov 18, 2024
1 parent c5886b9 commit db17f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cesium-standards/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static TOKEN_METADATA: Lazy<HashMap<StandardToken, TokenMetadata>> = Lazy::new(|
m.insert(
StandardToken::MER,
TokenMetadata {
address: "mer1111111111111111111111111111111111111111111111111111111111111",
address: "mer111111111111111111111111111111111111111111111111111111111111111",
decimals: 18,
short_name: "mer",
},
Expand Down

0 comments on commit db17f7a

Please sign in to comment.