From dc191aea754d8c73bd949bf0a8ee139cad445012 Mon Sep 17 00:00:00 2001 From: Kami Date: Mon, 8 Jul 2024 13:13:03 +0330 Subject: [PATCH 1/2] Fix the caption of the link of the dashboard --- packages/snap/snap.manifest.json | 2 +- packages/snap/src/ui/dappList.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 3975241..249ee03 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/polkagate/snap.git" }, "source": { - "shasum": "KnT7SfAwuPz63ghGggqmasR5e4ZcKvNEad5LfuWYzl8=", + "shasum": "WCRi96gazdPaH9adRhOi4DGx4fUmPyT56dX38wn4GOs=", "location": { "npm": { "filePath": "dist/bundle.js", diff --git a/packages/snap/src/ui/dappList.ts b/packages/snap/src/ui/dappList.ts index 03e55a8..c1a5f90 100644 --- a/packages/snap/src/ui/dappList.ts +++ b/packages/snap/src/ui/dappList.ts @@ -18,7 +18,7 @@ export async function showDappList(id: string) { ), text('General : **[apps.polkagate.xyz](https://apps.polkagate.xyz)**'), text( - 'Staking : **[staking.polkadot.network](https://staking.polkadot.cloud/)**', + 'Staking : **[staking.polkadot.cloud](https://staking.polkadot.cloud/)**', ), text('Governance : **Coming Soon ...**'), divider(), From 65110b679602dc9b03890bf6e04b71f9c236688c Mon Sep 17 00:00:00 2001 From: Kami Date: Mon, 8 Jul 2024 13:15:28 +0330 Subject: [PATCH 2/2] remove trailing slash --- packages/snap/snap.manifest.json | 2 +- packages/snap/src/ui/dappList.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index 249ee03..ba9f9b3 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -7,7 +7,7 @@ "url": "https://github.com/polkagate/snap.git" }, "source": { - "shasum": "WCRi96gazdPaH9adRhOi4DGx4fUmPyT56dX38wn4GOs=", + "shasum": "/NqD2fB/PYxiOPLQln8ZoItLwO8zD8/PHoACj1CI4RQ=", "location": { "npm": { "filePath": "dist/bundle.js", diff --git a/packages/snap/src/ui/dappList.ts b/packages/snap/src/ui/dappList.ts index c1a5f90..8ea8326 100644 --- a/packages/snap/src/ui/dappList.ts +++ b/packages/snap/src/ui/dappList.ts @@ -18,7 +18,7 @@ export async function showDappList(id: string) { ), text('General : **[apps.polkagate.xyz](https://apps.polkagate.xyz)**'), text( - 'Staking : **[staking.polkadot.cloud](https://staking.polkadot.cloud/)**', + 'Staking : **[staking.polkadot.cloud](https://staking.polkadot.cloud)**', ), text('Governance : **Coming Soon ...**'), divider(),