Skip to content

Commit

Permalink
added to contentHubMaps
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsraham committed Oct 23, 2023
1 parent bffbec2 commit 0ea5799
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/connect-blockchain/skale.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -902,8 +902,6 @@ const provider = new ethers.providers.Web3Provider(web3authProvider); // web3aut

### Testnet

### Testnet

#### SKALE Europa Hub Testnet

<Tabs
Expand Down
22 changes: 22 additions & 0 deletions src/components/ContentHubMaps/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,28 @@ export const referenceMap = [
order: 1,
link: "/connect-blockchain/songbird",
},
{
title: "Integrate Web3Auth with the zKatana Blockchain",
description: "Learn how to add a non custodial social login to the zKatana Blockchain",
image: "content-hub/guides/banners/zkatana.png",
type: "REFERENCE",
tags: ["zkatana", "evm", "@web3auth/modal", "@web3auth/no-modal"],
date: "20th Oct 2023",
author: "Web3Auth Team",
order: 1,
link: "/connect-blockchain/zkatana",
},
{
title: "Integrate Web3Auth with the Skale Blockchain",
description: "Learn how to add a non custodial social login to the Skale Blockchain",
image: "content-hub/guides/banners/skale.png",
type: "REFERENCE",
tags: ["skale", "evm", "@web3auth/modal", "@web3auth/no-modal"],
date: "20th Oct 2023",
author: "Web3Auth Team",
order: 1,
link: "/connect-blockchain/skale",
},
];

export const featuresMap = [
Expand Down

0 comments on commit 0ea5799

Please sign in to comment.