Skip to content

Commit

Permalink
add subsquareLink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Jul 8, 2024
1 parent 9734443 commit 34e2e62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/polkagate/snap.git"
},
"source": {
"shasum": "KnT7SfAwuPz63ghGggqmasR5e4ZcKvNEad5LfuWYzl8=",
"shasum": "YXmcRzUfW1NPnSucRKP4/hNswn9ponlpo1VbuxOj/io=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/src/ui/dappList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ 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.network](https://staking.polkadot.cloud)**',
),
text('Governance : **Coming Soon ...**'),
text('Governance : **[subsquare.io](https://polkadot.subsquare.io)**'),
divider(),
button({
variant: 'primary',
Expand Down

0 comments on commit 34e2e62

Please sign in to comment.