Skip to content

Commit 387036d

Browse files
authored
Merge pull request #594 from Adamant-im/fix/gt-decimals
fix(adamant-wallets): fix GT decimals
2 parents 2d80103 + 58739ce commit 387036d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adamant-im",
3-
"version": "4.5.2",
3+
"version": "4.5.3",
44
"author": "ADAMANT Foundation <devs@adamant.im>",
55
"license": "GPLv3",
66
"description": "Decentralized Messenger",

src/lib/constants/cryptos/data.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
"GT": {
430430
"symbol": "GT",
431431
"name": "Gate",
432-
"decimals": 8,
432+
"decimals": 18,
433433
"contractId": "0xe66747a101bff2dba3697199dcce5b743b454759",
434434
"createCoin": false,
435435
"cryptoTransferDecimals": 6,

0 commit comments

Comments
 (0)