Skip to content

Commit 3e2cee5

Browse files
authored
Update from Testnet on Rococo to Testnet on Paseo (#75)
Rococo was replaced with the Paseo Relay chain for Testnet
1 parent ff51515 commit 3e2cee5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.spellcheckerdict.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ substrings
126126
[Ss]udo
127127
svg-embed
128128
TargetLedger
129-
[Tt]estnet
129+
[Tt]estnet(s?)
130130
timestamps
131131
TODO
132132
[Tt]okenomics

book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ additional-css = [
2424
# https://github.com/Michael-F-Bryan/mdbook-linkcheck
2525
[output.linkcheck]
2626
exclude = [
27+
'github\.com/paseo-network',
2728
'github\.com/frequency-chain/docs',
2829
'github\.com/frequency-chain/frequency/releases',
2930
'github\.com/frequency-chain/frequency',

pages/Architecture/OperationalModel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Each node also runs a copy of the current Relay Chain Runtime WASM, for coordina
1818

1919
Like many blockchains, there are multiple deployments of Frequency.
2020
The production system, referred to as Mainnet, uses the validators of the production Polkadot Relay Chain.
21-
A separate system for testing and development known as Testnet uses validators on the Polkadot Rococo Testnet Relay Chain.
21+
A separate system for testing and development known as Testnet uses validators on the [Paseo Relay Chain](https://github.com/paseo-network) for testnets.
2222
Data and state on Frequency Mainnet is considered canonical, while data and state on Frequency Testnet is for testing purposes only.
2323

2424
Changes to the Frequency Runtime are typically deployed to Testnet before being submitted to Frequency Governance as upgrade proposals for Mainnet.

0 commit comments

Comments
 (0)