From 5a6627d9996ec2a4bddf603829f79e29bee8aa70 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Wed, 14 Aug 2024 13:22:45 +0300 Subject: [PATCH 1/3] remove GM network --- chains/v20/chains.json | 55 -------------------------------------- chains/v20/chains_dev.json | 55 -------------------------------------- 2 files changed, 110 deletions(-) diff --git a/chains/v20/chains.json b/chains/v20/chains.json index 7b4c4ea3e..3fb119d16 100644 --- a/chains/v20/chains.json +++ b/chains/v20/chains.json @@ -6843,61 +6843,6 @@ "feeViaRuntimeCall": true } }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, { "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", diff --git a/chains/v20/chains_dev.json b/chains/v20/chains_dev.json index b2c6a73b3..48a713245 100644 --- a/chains/v20/chains_dev.json +++ b/chains/v20/chains_dev.json @@ -7501,61 +7501,6 @@ "supportsGenericLedgerApp": true } }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", - "name": "GM", - "assets": [ - { - "assetId": 0, - "symbol": "FREN", - "precision": 12, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/FREN.svg" - }, - { - "assetId": 1, - "symbol": "GM", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GM.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x01", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - }, - { - "assetId": 2, - "symbol": "GN", - "precision": 0, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/tokens/white/GN.svg", - "type": "orml", - "typeExtras": { - "currencyIdScale": "0x02", - "currencyIdType": "gm_chain_runtime.Coooooins", - "existentialDeposit": "0", - "transfersEnabled": true - } - } - ], - "nodes": [ - { - "url": "wss://ws.gm.bldnodes.org", - "name": "bLd node" - } - ], - "externalApi": { - "history": [ - { - "type": "subquery", - "url": "https://api.subquery.network/sq/nova-wallet/nova-wallet-gm-network" - } - ] - }, - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/chains/gradient/GM.svg", - "addressPrefix": 7013 - }, { "chainId": "cceae7f3b9947cdb67369c026ef78efa5f34a08fe5808d373c04421ecf4f1aaf", "parentId": "b0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe", From 5bf0c52b93e4be8aad47333bb3df96a4e01d0c85 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 16 Aug 2024 08:20:59 +0300 Subject: [PATCH 2/3] remove GM dapps --- dapps/dapps.json | 8 -------- dapps/dapps_dev.json | 8 -------- dapps/dapps_full.json | 8 -------- 3 files changed, 24 deletions(-) diff --git a/dapps/dapps.json b/dapps/dapps.json index 842830d1a..cc2e33171 100644 --- a/dapps/dapps.json +++ b/dapps/dapps.json @@ -337,14 +337,6 @@ "dex" ] }, - { - "name": "GM! Say it back", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/GM.svg", - "url": "https://app.gmordie.com/", - "categories": [ - "social" - ] - }, { "name": "Tinkernet Dashboard", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Tinkernet.svg", diff --git a/dapps/dapps_dev.json b/dapps/dapps_dev.json index cff6a3031..de703c7d2 100644 --- a/dapps/dapps_dev.json +++ b/dapps/dapps_dev.json @@ -563,14 +563,6 @@ "evm" ] }, - { - "name": "GM! Say it back", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/GM.svg", - "url": "https://app.gmordie.com/", - "categories": [ - "social" - ] - }, { "name": "Raresama", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Raresama.svg", diff --git a/dapps/dapps_full.json b/dapps/dapps_full.json index 9dea21ccf..188f5984a 100644 --- a/dapps/dapps_full.json +++ b/dapps/dapps_full.json @@ -440,14 +440,6 @@ "dex" ] }, - { - "name": "GM! Say it back", - "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/GM.svg", - "url": "https://app.gmordie.com/", - "categories": [ - "social" - ] - }, { "name": "Tinkernet Dashboard", "icon": "https://raw.githubusercontent.com/novasamatech/nova-utils/master/icons/dapps/color/Tinkernet.svg", From c86333fcdfc40bafc17f6157ae1a39f4dd286850 Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Fri, 16 Aug 2024 08:26:11 +0300 Subject: [PATCH 3/3] remove GM from tests --- tests/chains_for_testBalance.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/chains_for_testBalance.json b/tests/chains_for_testBalance.json index eb7b90af7..c5537f4c1 100644 --- a/tests/chains_for_testBalance.json +++ b/tests/chains_for_testBalance.json @@ -429,11 +429,6 @@ "name": "Jur", "account": "0x62d277e2a3725a0936f5da03f93b722bf320aa559f176349579d4c3394dceb23" }, - { - "chainId": "19a3733beb9cb8a970a308d835599e9005e02dc007a35440e461a451466776f8", - "name": "GM", - "account": "0x2cbac2d6ac81d2169fa6e455b0497cf0389bd5dd2a11b24a53e6d94053765a77" - }, { "chainId": "2f0555cc76fc2840a25a6ea3b9637146806f1f44b090c175ffde2a7e5ab36c03", "name": "Bittensor",