Skip to content

Commit c9e37e3

Browse files
authored
docs: Update Portal Loop in glossary (#4173)
There are external references to Portal Loop, and it would be confusing if Portal Loop was completely omitted from the glossary. - Staging network entry moved from P to S - Portal Loop entry added
1 parent bb6a884 commit c9e37e3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/resources/glossary.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ A unique identifier of code on the gno.land blockchain, following the format:
203203
`gno.land/[r|p]/[namespace]/[name]`. The package path determines where the code
204204
is stored and how it can be imported or accessed.
205205

206-
### Staging network
207-
The main gno.land chain for testing, accessible at [gno.land](https://gno.land).
206+
### Portal Loop
207+
Former testing network that was replaced by the Staging network.
208208

209209
### Pure Package
210210
A stateless, importable, and reusable code (library) on the gno.land
@@ -232,6 +232,9 @@ nonce. Used to protect against replay attacks.
232232
### Smart Contract
233233
See [Realm](#realm).
234234

235+
### Staging network
236+
The main gno.land chain for testing, accessible at [gno.land](https://gno.land).
237+
235238
### Standard Library
236239
Built-in packages that provide core functionality to Gno programs without
237240
requiring imports from the blockchain.

0 commit comments

Comments
 (0)