Skip to content

Commit 6efb02c

Browse files
author
Wes Biggs
committed
Dependency and lint fix
1 parent 2fbd51d commit 6efb02c

File tree

3 files changed

+1364
-198
lines changed

3 files changed

+1364
-198
lines changed

dsnp/index.ts

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ import { ApiPromise } from "@polkadot/api";
22

33
import { Schema } from "avsc";
44
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";
611

712
import userPublicFollows from "./userPublicFollows.js";
813
import userPrivateFollows from "./userPrivateFollows.js";
@@ -213,7 +218,7 @@ chainMapping[GENESIS_HASH_TESTNET_PASEO] = {
213218
"private-follows": { "1.2": 9 },
214219
"private-connections": { "1.2": 10 },
215220
"public-key-assertion-method": { "1.3": 11 },
216-
// "profile-resources": { "1.3": TBD },
221+
// "profile-resources": { "1.3": TBD },
217222
};
218223
chainMapping[GENESIS_HASH_MAINNET] = {
219224
tombstone: { "1.2": 1 },
@@ -226,8 +231,8 @@ chainMapping[GENESIS_HASH_MAINNET] = {
226231
"public-follows": { "1.2": 8 },
227232
"private-follows": { "1.2": 9 },
228233
"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 },
231236
};
232237
/*
233238
* Schema in "default" deployments (e.g. to a clean local chain) are

0 commit comments

Comments
 (0)