Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(network): add reference for geist network #411

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
4 changes: 3 additions & 1 deletion docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ Defender works with most mainnet and testnet networks, as well as local mainnet
- https://www.polygon.technology/[*Polygon* (POL),window=_blank], *Amoy*, https://polygon.technology/polygon-zkevm[*zkEVM*, window=_blank] and *Polygon Cardona zkEVM testnet*
- https://scroll.io/[*Scroll Mainnet*, window=_blank] and *Scroll Sepolia*.
- https://www.unichain.org/[*Unichain Sepolia*, window=_blank].
- https://zksync.io/[*zkSync Era Mainnet*,window=_blank], *zkSync Era Sepolia*.
- https://zksync.io/[*zkSync Era Mainnet*,window=_blank] and *zkSync Era Sepolia*.
- https://www.playongeist.com//[*Geist Mainnet*, window=_blank] and *Polter 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]!
Expand Down
5 changes: 4 additions & 1 deletion docs/modules/ROOT/partials/network.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@ type Network =
| 'meld-kanazawa'
| 'japan'
| 'japan-testnet'
| 'unichain-sepolia';
| 'unichain-sepolia'
| 'geist-mainnet'
| 'geist-polter';