Skip to content

Commit 3e40eda

Browse files
committed
chore: community related tokens should always have 18 decimals
18 decimals for community related tokens is determined by the community creation contract.
1 parent cecbc5c commit 3e40eda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- All community tokens have 18 decimals by default and no way to have any other value (detected by the community creation contract)
2+
UPDATE community_tokens SET decimals = 18 WHERE type = 1;

0 commit comments

Comments
 (0)