RUNE decimals fix (#9434)

This commit is contained in:
Artur Guseinov 2021-06-05 16:58:07 +03:00 committed by GitHub
parent 2cb9323de1
commit 12e4ecc825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,6 @@
"research": "https://docs.thorchain.org",
"symbol": "RUNE",
"type": "COIN",
"decimals": 18,
"decimals": 8,
"status": "active"
}
}