@@ -2,7 +2,12 @@ import { ApiPromise } from "@polkadot/api";
2
2
3
3
import { Schema } from "avsc" ;
4
4
import { DSNPParquetSchema } from "@dsnp/schemas/types/dsnp-parquet.js" ;
5
- import { AnnouncementType , descriptorForAnnouncementType , UserDataType , descriptorForUserDataType } from "@dsnp/schemas" ;
5
+ import {
6
+ AnnouncementType ,
7
+ descriptorForAnnouncementType ,
8
+ UserDataType ,
9
+ descriptorForUserDataType ,
10
+ } from "@dsnp/schemas" ;
6
11
7
12
import userPublicFollows from "./userPublicFollows.js" ;
8
13
import userPrivateFollows from "./userPrivateFollows.js" ;
@@ -213,7 +218,7 @@ chainMapping[GENESIS_HASH_TESTNET_PASEO] = {
213
218
"private-follows" : { "1.2" : 9 } ,
214
219
"private-connections" : { "1.2" : 10 } ,
215
220
"public-key-assertion-method" : { "1.3" : 11 } ,
216
- // "profile-resources": { "1.3": TBD },
221
+ // "profile-resources": { "1.3": TBD },
217
222
} ;
218
223
chainMapping [ GENESIS_HASH_MAINNET ] = {
219
224
tombstone : { "1.2" : 1 } ,
@@ -226,8 +231,8 @@ chainMapping[GENESIS_HASH_MAINNET] = {
226
231
"public-follows" : { "1.2" : 8 } ,
227
232
"private-follows" : { "1.2" : 9 } ,
228
233
"private-connections" : { "1.2" : 10 } ,
229
- // "public-key-assertion-method": { "1.3": TBD },
230
- // "profile-resources": { "1.3": TBD },
234
+ // "public-key-assertion-method": { "1.3": TBD },
235
+ // "profile-resources": { "1.3": TBD },
231
236
} ;
232
237
/*
233
238
* Schema in "default" deployments (e.g. to a clean local chain) are
0 commit comments