Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion embedded-wallets/features/external-wallets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The MetaMask Embedded Wallets SDK provides one of the most complete wallet aggre

:::info demo

Looking for a quick preview? See the [Demo](https://demo.web3auth.io).
Looking for a quick preview? See the [Demo](https://ew-demo.metamask.io).

:::

Expand Down
2 changes: 1 addition & 1 deletion embedded-wallets/features/funding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The fiat on‑ramp aggregator addresses your on-ramping challenges:

:::info

Checkout our [Demo](https://demo.web3auth.io) to see it in action.
Checkout our [Demo](https://ew-demo.metamask.io) to see it in action.

:::

Expand Down
3 changes: 1 addition & 2 deletions embedded-wallets/features/nft-minting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Embedded Wallets NFT Minting Service facilitates NFT airdrops and minting, givin

:::info

Checkout our [Demo](https://demo.web3auth.io) to see it in action.
Checkout our [Demo](https://ew-demo.metamask.io) to see it in action.

:::

Expand Down Expand Up @@ -37,4 +37,3 @@ To initiate the minting process, provide the API with the necessary contract det
## Next steps

- Contact our [Business Team](https://calendly.com/elishamm/sales) for more information on how to access this feature.

7 changes: 2 additions & 5 deletions src/components/SubNavBar/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const EMBEDDED_WALLETS_SUBNAV_CONFIG: SubNavBarConfig = {
{
key: 'demo',
label: 'Demo ↗',
path: 'https://demo.web3auth.io/',
path: 'https://ew-demo.metamask.io/',
},
],
}
Expand Down Expand Up @@ -75,10 +75,7 @@ export const SDK_SUBNAV_CONFIG: SubNavBarConfig = {
}

// Array of all sub nav configs for easy iteration
export const ALL_SUBNAV_CONFIGS = [
EMBEDDED_WALLETS_SUBNAV_CONFIG,
SDK_SUBNAV_CONFIG,
]
export const ALL_SUBNAV_CONFIGS = [EMBEDDED_WALLETS_SUBNAV_CONFIG, SDK_SUBNAV_CONFIG]

// Helper function to get config for current path
export function getSubNavConfigForPath(pathname: string): SubNavBarConfig | null {
Expand Down
Loading