Skip to content

Commit

Permalink
Fix decimals: 6
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeevab committed Jun 14, 2022
1 parent 4e9f777 commit 2e3c699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl Contract {
icon: Some(DATA_IMAGE_SVG_NEAR_ICON.to_string()),
reference: None,
reference_hash: None,
decimals: 8,
decimals: 6,
},
)
}
Expand Down

0 comments on commit 2e3c699

Please sign in to comment.