Skip to content

Commit ac77acd

Browse files
authored
docs: update references of test10 to test11 (#5192)
Also fixes CI error on test10 link no longer working.
1 parent c2f0fb7 commit ac77acd

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

docs/resources/gnoland-networks.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| Network | RPC Endpoint | Chain ID |
66
|---------|------------------------------------------|-----------|
77
| Staging | https://rpc.gno.land:443 | `staging` |
8-
| Test10 | https://rpc.test10.testnets.gno.land:443 | `test10` |
8+
| Test11 | https://rpc.test11.testnets.gno.land:443 | `test11` |
99

1010
### WebSocket endpoints
1111

@@ -131,15 +131,15 @@ is the `gnoweb` render of the Staging testnet.
131131
[`misc/loop`](https://github.com/gnolang/gno/tree/master/misc/loop) folder in the
132132
monorepo
133133

134-
### Test10
134+
### Test11
135135

136-
The latest Gno.land testnet, released on the 18th of December, 2025.
136+
The latest Gno.land testnet, released on the 12th of Februrary, 2025.
137137

138138
- **Persistence of state:**
139139
- State is fully persisted unless there are breaking changes in a new release,
140140
where persistence partly depends on implementing a migration strategy
141141
- **Timeliness of code:**
142-
- Pre-deployed packages and realms are at release tag [chain/test10.0](https://github.com/gnolang/gno/releases/tag/chain%2Ftest10.0)
142+
- Pre-deployed packages and realms are at release tag [chain/test11.0](https://github.com/gnolang/gno/releases/tag/chain%2Ftest11.0)
143143
- **Intended purpose**
144144
- Running a full node, testing validator coordination, deploying stable Gno
145145
dApps, creating tools that require persisted state & transaction history
@@ -148,6 +148,10 @@ The latest Gno.land testnet, released on the 18th of December, 2025.
148148

149149
These testnets are deprecated and currently serve as archives of previous progress.
150150

151+
### Test10 (archive)
152+
153+
Test9 is the testnet released on the 18th of December, 2025.
154+
151155
### Test9 (archive)
152156

153157
Test9 is the testnet released on the 14th of October, 2025.

examples/gno.land/r/gnoland/home/home.gno

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ using fully transparent, auditable code that anyone can inspect and reuse.
5252

5353
Intuitive and easy to use, Gno.land lowers the barrier to web3 and makes
5454
censorship-resistant platforms accessible to everyone. If you want to help lay
55-
the foundations of a fairer and freer world, join us today.
55+
the foundations of a fairer and freer world, join us today.
5656

5757

5858
<gno-columns>
@@ -84,7 +84,7 @@ the foundations of a fairer and freer world, join us today.
8484
- [Discover demo packages](https://github.com/gnolang/gno/tree/master/examples)
8585
- [Gnoscan](https://gnoscan.io)
8686
- [Staging chain](https://docs.gno.land/resources/gnoland-networks/#staging-environments-portal-loops)
87-
- [Testnet 10](https://test10.testnets.gno.land/)
87+
- [Testnet 11](https://test11.testnets.gno.land/)
8888
- [Faucet Hub](https://faucet.gno.land)
8989
- [Boards](https://gno.land/r/gnoland/boards2/v1:OpenDiscussions): community forum
9090

@@ -102,7 +102,7 @@ the foundations of a fairer and freer world, join us today.
102102

103103
:upcoming-events:
104104

105-
|||
105+
|||
106106

107107
## [Hall of Realms](/r/leon/hor)
108108

examples/gno.land/r/gnoland/home/home_filetest.gno

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func main() {
5151
// - [Discover demo packages](https://github.com/gnolang/gno/tree/master/examples)
5252
// - [Gnoscan](https://gnoscan.io)
5353
// - [Staging chain](https://docs.gno.land/resources/gnoland-networks/#staging-environments-portal-loops)
54-
// - [Testnet 10](https://test10.testnets.gno.land/)
54+
// - [Testnet 11](https://test11.testnets.gno.land/)
5555
// - [Faucet Hub](https://faucet.gno.land)
5656
// - [Boards](https://gno.land/r/gnoland/boards2/v1:OpenDiscussions): community forum
5757
//

misc/deployments/home-alias/home.default.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Explore this ready-to-use Gno dApp, and experience decentralized social media in
5353
- [Discover demo packages](https://github.com/gnolang/gno/tree/master/examples)
5454
- [Gnoscan](https://gnoscan.io)
5555
- [Staging chain](https://docs.gno.land/resources/gnoland-networks/#staging-environments-portal-loops)
56-
- [Testnet 10](https://test10.testnets.gno.land/)
56+
- [Testnet 11](https://test11.testnets.gno.land/)
5757
- [Faucet Hub](https://faucet.gno.land)
5858
- [Boards](/r/gnoland/boards2/v1:OpenDiscussions): community forum
5959

0 commit comments

Comments
 (0)