Skip to content

Commit 878cb84

Browse files
chore: added link to delpoyed addresses (#1319)
Co-authored-by: Idris Olubisi <[email protected]>
1 parent 1cb75b4 commit 878cb84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/layouts/navigation.ts

+6
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,12 @@ export const getNavigation = (section) => {
839839
header: "Learn more about Axelar",
840840
children: [
841841
{ title: "Connected Chains", href: "https://axelarscan.io/resources/chains"},
842+
{ title: "Live Addresses", children: [
843+
{title: "Mainnet", href: "https://github.com/axelarnetwork/axelar-contract-deployments/blob/main/axelar-chains-config/info/mainnet.json"},
844+
{title: "Testnet", href: "https://github.com/axelarnetwork/axelar-contract-deployments/blob/main/axelar-chains-config/info/testnet.json"},
845+
{ title: "Stagenet", href: "https://github.com/axelarnetwork/axelar-contract-deployments/blob/main/axelar-chains-config/info/stagenet.json"},
846+
{title: "Devnet", href: "https://github.com/axelarnetwork/axelar-contract-deployments/blob/main/axelar-chains-config/info/devnet-amplifier.json"},
847+
]},
842848
{ title: "Crosschain Message Flow", href: "/learn/network/flow/" },
843849
{ title: "axlUSDC", href: "/learn/axlusdc/" },
844850
{ title: "Security Overview", href: "/learn/security/" },

0 commit comments

Comments
 (0)