Skip to content

Commit

Permalink
Merge pull request #594 from Adamant-im/fix/gt-decimals
Browse files Browse the repository at this point in the history
fix(adamant-wallets): fix GT decimals
  • Loading branch information
bludnic authored Feb 1, 2024
2 parents 2d80103 + 58739ce commit 387036d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adamant-im",
"version": "4.5.2",
"version": "4.5.3",
"author": "ADAMANT Foundation <devs@adamant.im>",
"license": "GPLv3",
"description": "Decentralized Messenger",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/constants/cryptos/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
"GT": {
"symbol": "GT",
"name": "Gate",
"decimals": 8,
"decimals": 18,
"contractId": "0xe66747a101bff2dba3697199dcce5b743b454759",
"createCoin": false,
"cryptoTransferDecimals": 6,
Expand Down

0 comments on commit 387036d

Please sign in to comment.