From 1dcfd4502efa202167601aec7fb905e268762454 Mon Sep 17 00:00:00 2001 From: Harpal Jadeja Date: Mon, 8 Jul 2024 13:49:26 +0200 Subject: [PATCH] feat: add Cel2 Testnet Bridge and Faucet link to sidebar (#1371) --- sidebars.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sidebars.js b/sidebars.js index 0233a9c5e9..93ae8e9895 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1137,6 +1137,16 @@ const sidebars = { label: "Deploy Contract", id: "cel2/deploy-contract", }, + { + type: "link", + label: "Cel2 Dango Bridge", + href: "https://testnets.superbridge.app/celo-testnet", + }, + { + type: "link", + label: "Cel2 Dango Faucet", + href: "https://faucet.celo.org/dango", + }, { type: "doc", label: "FAQ", id: "cel2/faq" }, { type: "link", label: "Cel2 Specs", href: "https://specs.celo.org/" }, ],