Skip to content

Commit

Permalink
Fix thorchain decimals from 18 => 8
Browse files Browse the repository at this point in the history
  • Loading branch information
vikmeup committed Jun 18, 2021
1 parent 6baf27d commit a4bc9b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions coin/coins.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion coin/coins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -492,5 +492,5 @@
symbol: RUNE
handle: thorchain
name: THORChain
decimals: 18
decimals: 8
sampleAddress: 'bnb1czhptncu9uhhlrlrk9q0rmy459gae2ua79mapn'

0 comments on commit a4bc9b2

Please sign in to comment.