From 9df5e5de5af907f04f454b0e677952ab90301100 Mon Sep 17 00:00:00 2001 From: Nicolas Molina Date: Thu, 13 Mar 2025 10:56:39 -0300 Subject: [PATCH] feat: Adding support for sophon docs --- docs/modules/ROOT/pages/index.adoc | 2 ++ docs/modules/ROOT/partials/network.adoc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/modules/ROOT/pages/index.adoc b/docs/modules/ROOT/pages/index.adoc index fc4e05c0..4a92bcdb 100755 --- a/docs/modules/ROOT/pages/index.adoc +++ b/docs/modules/ROOT/pages/index.adoc @@ -95,6 +95,8 @@ Defender works with most mainnet and testnet networks, as well as local mainnet - https://www.playongeist.com//[*Geist Mainnet*, window=_blank] and *Polter Testnet*. - https://docs.abs.xyz/overview[*Abstract Mainnet*,window=_blank] and *Abstract Sepolia*. - https://www.peaq.network/[*Peaq Mainnet*, window=_blank] and *Peaq Agung*. +- https://docs.sophon.xyz/welcome/[*Sophon*, window=_blank] and *Sophon Testnet*. + If there is any other network or layer-2 solution you would like to use from Defender, please xref:index.adoc#feedback[reach out to us via the form on Defender]! diff --git a/docs/modules/ROOT/partials/network.adoc b/docs/modules/ROOT/partials/network.adoc index 2ed51a54..1c91673e 100755 --- a/docs/modules/ROOT/partials/network.adoc +++ b/docs/modules/ROOT/partials/network.adoc @@ -48,3 +48,5 @@ type Network = | 'abstract-sepolia'; | 'peaq' | 'peaq-agung'; + | 'sophon' + | 'sophon-testnet'