Skip to content

Commit

Permalink
fix the snap URLs (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
gluneau authored Nov 10, 2023
1 parent 64d897a commit 331f97a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ export const supportWalletObj = {
img: require('/src/assets/img/metamask.png'),
name: 'Astar Snap',
source: SupportWallet.Snap,
// Todo: update URLs
walletUrl: 'https://metamask.io/flask/',
guideUrl: 'https://docs.astar.network/docs/build/integrations/wallets/astar-safe',
walletUrl: 'https://snaps.metamask.io/snap/npm/astar-network/snap/',
guideUrl:
'https://docs.astar.network/docs/use/manage-wallets/wallet-providers/metamask-astar-snap/',
isSupportBrowserExtension: true,
isSupportMobileApp: false,
},
Expand Down

2 comments on commit 331f97a

@4everland
Copy link

@4everland 4everland bot commented on 331f97a Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following parameters

parameters Value
IC b5oiz-tyaaa-aaaag-abp6a-cai
Assigned domain https://b5oiz-tyaaa-aaaag-abp6a-cai.ic0.app/
Custom domain https://decentralized.portal.astar.network

@4everland
Copy link

@4everland 4everland bot commented on 331f97a Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following parameters

parameters Value
IC b5oiz-tyaaa-aaaag-abp6a-cai
Assigned domain https://b5oiz-tyaaa-aaaag-abp6a-cai.ic0.app/
Custom domain https://decentralized.portal.astar.network

Please sign in to comment.