Skip to content

Commit

Permalink
update onInstall message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Jan 16, 2024
1 parent aec7737 commit 23ad9ab
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"prettier-plugin-packagejson": "^2.2.18",
"ts-jest": "^29.1.0",
"typescript": "^4.7.4",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
Expand Down
10 changes: 1 addition & 9 deletions packages/snap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,4 @@ The Polkagate Signer is currently operational within the Metamask Flask and is i

<p align="center">
<img src="https://raw.githubusercontent.com/Nick-1979/PolkadotJsPlusPictures/main/polkagate/polkamask%20small.bmp" alt="Image" width="600" />
</p>

<!--
To Publish on NPM:
adjust version in package.json and snap.manifest.json
yarn build
cd packages/snap/
npm publish --auth-type=web
--!>
</p>
5 changes: 5 additions & 0 deletions packages/snap/note
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
To Publish on NPM:
adjust version in package.json and snap.manifest.json
yarn build
cd packages/snap/
npm publish --auth-type=web
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polkagate/snap",
"version": "0.1.13",
"version": "0.1.14",
"description": "PolkaMask: a MetaMask Snap to interact with Polkadot ecosystem, a platform for cross-chain communication and scalability. Use your MetaMask wallet to access Polkadot dApps and tokens. No extra extension needed.",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.1.13",
"version": "0.1.14",
"description": "Explore Polkadot decentralized applications and manage your tokens using your MetaMask wallet. Start your journey at apps.polkagate.xyz.",
"proposedName": "PolkaMask",
"repository": {
"type": "git",
"url": "https://github.com/polkagate/polkamask.git"
},
"source": {
"shasum": "G3a3oHXXTb2EJSHF0ekc82Ff9dKf6cJxMJyuJ2/RBHM=",
"shasum": "1j5J8wYqSAI1mZdm+TDXyd8dRZEh5qbTJ0Z+y06a9yg=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
4 changes: 3 additions & 1 deletion packages/snap/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ export const onInstall: OnInstallHandler = async () => {
content: panel([
heading('Your account is now created 🚀'),
divider(),
text('Ready for use on various Substrate-based chains.'),
text(
"To access your account's address in various formats, navigate to Menu → Snaps and click on the PolkaMask icon.",
),
text(
'To manage your account, please visit: **[https://apps.polkagate.xyz](https://apps.polkagate.xyz)**',
),
Expand Down

0 comments on commit 23ad9ab

Please sign in to comment.