File tree 2 files changed +1
-15
lines changed
2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ Will output various information about the schemas on the chain as well as attemp
126
126
├─────────┼─────────────────────┼────────────────────────────────────────────┤
127
127
│ 0 │ 'endpointUrl' │ 'wss://frequency-seal.liberti.social:9944' │
128
128
│ 1 │ 'clientVersion' │ '0.1.0-377bbe37fbe' │
129
- │ 2 │ 'specName' │ 'frequency-rococo' │
129
+ │ 2 │ 'specName' │ 'frequency' │
130
130
│ 3 │ 'specVersion' │ '1' │
131
131
│ 4 │ 'latestBlockNumber' │ '16' │
132
132
└─────────┴─────────────────────┴────────────────────────────────────────────┘
Original file line number Diff line number Diff line change @@ -196,23 +196,9 @@ export const getSchema = (name: SchemaName): Deploy | null => {
196
196
export type SchemaMapping = { [ schemaName : string ] : { [ version : string ] : number } } ;
197
197
const chainMapping : { [ genesisHash : string ] : SchemaMapping } = { } ;
198
198
199
- export const GENESIS_HASH_TESTNET_ROCOCO = "0x0c33dfffa907de5683ae21cc6b4af899b5c4de83f3794ed75b2dc74e1b088e72" ;
200
199
export const GENESIS_HASH_TESTNET_PASEO = "0x203c6838fc78ea3660a2f298a58d859519c72a5efdc0f194abd6f0d5ce1838e0" ;
201
200
export const GENESIS_HASH_MAINNET = "0x4a587bf17a404e3572747add7aab7bbe56e805a5479c6c436f07f36fcc8d3ae1" ;
202
201
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
- } ;
216
202
chainMapping [ GENESIS_HASH_TESTNET_PASEO ] = {
217
203
tombstone : { "1.2" : 1 } ,
218
204
broadcast : { "1.2" : 2 } ,
You can’t perform that action at this time.
0 commit comments