@sentio/api 1.0.3-rc.32 → 1.0.3-rc.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1095,6 +1095,9 @@ export declare namespace common {
1095
1095
  type CommunityProject = {
1096
1096
  dashAlias?: string;
1097
1097
  curated?: boolean;
1098
+ chain?: {
1099
+ [key: string]: StringList;
1100
+ };
1098
1101
  };
1099
1102
  type ComputeStats = {
1100
1103
  computedAt?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentio/api",
3
- "version": "1.0.3-rc.32",
3
+ "version": "1.0.3-rc.33",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
package/src/types.gen.ts CHANGED
@@ -1100,6 +1100,9 @@ export namespace common {
1100
1100
  export type CommunityProject = {
1101
1101
  dashAlias?: string;
1102
1102
  curated?: boolean;
1103
+ chain?: {
1104
+ [key: string]: StringList;
1105
+ };
1103
1106
  };
1104
1107
  export type ComputeStats = {
1105
1108
  computedAt?: string;