From 2c59a860880157df8c8a9de7d07437f0f1874087 Mon Sep 17 00:00:00 2001 From: bludnic Date: Tue, 30 Jan 2024 19:09:14 +0000 Subject: [PATCH 1/2] feat: update adamant-wallets --- adamant-wallets | 2 +- src/components/icons/cryptos/GtIcon.vue | 9 +++++++++ src/lib/constants/cryptos/data.json | 17 ++++++++++++++++- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 src/components/icons/cryptos/GtIcon.vue diff --git a/adamant-wallets b/adamant-wallets index af8f93b3a..2e4175ae3 160000 --- a/adamant-wallets +++ b/adamant-wallets @@ -1 +1 @@ -Subproject commit af8f93b3a140a2baf983f935d59bd4a8a1938130 +Subproject commit 2e4175ae32c380eb3006021b34830a3874f3e47b diff --git a/src/components/icons/cryptos/GtIcon.vue b/src/components/icons/cryptos/GtIcon.vue new file mode 100644 index 000000000..083056020 --- /dev/null +++ b/src/components/icons/cryptos/GtIcon.vue @@ -0,0 +1,9 @@ + diff --git a/src/lib/constants/cryptos/data.json b/src/lib/constants/cryptos/data.json index 188670b02..e79d78ed9 100644 --- a/src/lib/constants/cryptos/data.json +++ b/src/lib/constants/cryptos/data.json @@ -426,6 +426,21 @@ "type": "ERC20", "fees": "ethereum" }, + "GT": { + "symbol": "GT", + "name": "Gate", + "decimals": 8, + "contractId": "0xe66747a101bff2dba3697199dcce5b743b454759", + "createCoin": false, + "cryptoTransferDecimals": 6, + "defaultVisibility": true, + "defaultGasLimit": 58000, + "defaultOrdinalLevel": 100, + "status": "active", + "mainCoin": "ETH", + "type": "ERC20", + "fees": "ethereum" + }, "SKL": { "symbol": "SKL", "name": "SKALE", @@ -592,4 +607,4 @@ "type": "ERC20", "fees": "ethereum" } -} \ No newline at end of file +} From dddfa516231233768d24881aad7553315c791d8d Mon Sep 17 00:00:00 2001 From: bludnic Date: Tue, 30 Jan 2024 19:13:41 +0000 Subject: [PATCH 2/2] chore: release v4.5.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 52364ace8..8736fe9c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "adamant-im", - "version": "4.5.1", + "version": "4.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "adamant-im", - "version": "4.5.1", + "version": "4.5.2", "hasInstallScript": true, "license": "GPLv3", "dependencies": { diff --git a/package.json b/package.json index b798fc6b5..7a3d9ac26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adamant-im", - "version": "4.5.1", + "version": "4.5.2", "author": "ADAMANT Foundation ", "license": "GPLv3", "description": "Decentralized Messenger",