Skip to content

Commit eb4f126

Browse files
authored
Remove references to the old Testnet on Rococo (#54)
Frequency testnet on Rococo is shut down, so remove references to it.
1 parent 9ead593 commit eb4f126

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Will output various information about the schemas on the chain as well as attemp
126126
├─────────┼─────────────────────┼────────────────────────────────────────────┤
127127
│ 0 │ 'endpointUrl' │ 'wss://frequency-seal.liberti.social:9944' │
128128
│ 1 │ 'clientVersion' │ '0.1.0-377bbe37fbe' │
129-
│ 2 │ 'specName' │ 'frequency-rococo'
129+
│ 2 │ 'specName' │ 'frequency'
130130
│ 3 │ 'specVersion' │ '1' │
131131
│ 4 │ 'latestBlockNumber' │ '16' │
132132
└─────────┴─────────────────────┴────────────────────────────────────────────┘

dsnp/index.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -196,23 +196,9 @@ export const getSchema = (name: SchemaName): Deploy | null => {
196196
export type SchemaMapping = { [schemaName: string]: { [version: string]: number } };
197197
const chainMapping: { [genesisHash: string]: SchemaMapping } = {};
198198

199-
export const GENESIS_HASH_TESTNET_ROCOCO = "0x0c33dfffa907de5683ae21cc6b4af899b5c4de83f3794ed75b2dc74e1b088e72";
200199
export const GENESIS_HASH_TESTNET_PASEO = "0x203c6838fc78ea3660a2f298a58d859519c72a5efdc0f194abd6f0d5ce1838e0";
201200
export const GENESIS_HASH_MAINNET = "0x4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1";
202201

203-
chainMapping[GENESIS_HASH_TESTNET_ROCOCO] = {
204-
tombstone: { "1.2": 1 },
205-
broadcast: { "1.2": 2 },
206-
reply: { "1.2": 3 },
207-
reaction: { "1.1": 4 },
208-
profile: { "1.2": 5 },
209-
update: { "1.2": 6 },
210-
"public-key-key-agreement": { "1.2": 18 },
211-
"public-follows": { "1.2": 13 },
212-
"private-follows": { "1.2": 14 },
213-
"private-connections": { "1.2": 15 },
214-
"public-key-assertion-method": { "1.3": 100 },
215-
};
216202
chainMapping[GENESIS_HASH_TESTNET_PASEO] = {
217203
tombstone: { "1.2": 1 },
218204
broadcast: { "1.2": 2 },

0 commit comments

Comments
 (0)