Skip to content

Commit

Permalink
revert mappings schema decimals name change
Browse files Browse the repository at this point in the history
  • Loading branch information
py-zoid committed Mar 4, 2024
1 parent 5e823cb commit 25d71d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/mappings.proto
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ message Mappings {
message Metadata {
string name = 1;
string symbol = 2;
uint32 decimals = 3;
uint32 decimal = 3;
}

message MappingEvent {
Expand Down

0 comments on commit 25d71d0

Please sign in to comment.