@xyo-network/react-chain-blockchain 1.20.8 → 1.20.10

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.
@@ -1,21 +1,21 @@
1
1
  export declare const ChainAnalyzersContext: import("react").Context<({
2
2
  addAnalyzers: (analyzers: import("./state.ts").ChainAnalyzers) => void;
3
3
  analyzers: import("./state.ts").ChainAnalyzers;
4
- onBlock: (block: import("@xyo-network/xl1-protocol").HydratedBlock) => Promise<void>;
4
+ onBlock: (block: import("@xyo-network/xl1-protocol-model").HydratedBlock) => Promise<void>;
5
5
  statsUpdated: number;
6
6
  } & {
7
7
  provided: true;
8
8
  }) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").ProvidedContextExState<{
9
9
  addAnalyzers: (analyzers: import("./state.ts").ChainAnalyzers) => void;
10
10
  analyzers: import("./state.ts").ChainAnalyzers;
11
- onBlock: (block: import("@xyo-network/xl1-protocol").HydratedBlock) => Promise<void>;
11
+ onBlock: (block: import("@xyo-network/xl1-protocol-model").HydratedBlock) => Promise<void>;
12
12
  statsUpdated: number;
13
13
  }>, never> & {
14
14
  provided: false;
15
15
  }) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").NotProvidedContextExState<{
16
16
  addAnalyzers: (analyzers: import("./state.ts").ChainAnalyzers) => void;
17
17
  analyzers: import("./state.ts").ChainAnalyzers;
18
- onBlock: (block: import("@xyo-network/xl1-protocol").HydratedBlock) => Promise<void>;
18
+ onBlock: (block: import("@xyo-network/xl1-protocol-model").HydratedBlock) => Promise<void>;
19
19
  statsUpdated: number;
20
20
  }>, never> & {
21
21
  provided: false;
@@ -2,7 +2,7 @@ import type { ChainAnalyzersState } from './state.ts';
2
2
  export declare const useChainAnalyzersContext: (required?: boolean) => Omit<{
3
3
  addAnalyzers: (analyzers: import("./state.ts").ChainAnalyzers) => void;
4
4
  analyzers: import("./state.ts").ChainAnalyzers;
5
- onBlock: (block: import("@xyo-network/xl1-protocol").HydratedBlock) => Promise<void>;
5
+ onBlock: (block: import("@xyo-network/xl1-protocol-model").HydratedBlock) => Promise<void>;
6
6
  statsUpdated: number;
7
7
  } & {
8
8
  provided: true;
@@ -1,16 +1,16 @@
1
1
  export declare const ChainInfoContext: import("react").Context<({
2
2
  chainArchivist?: import("@xyo-network/archivist-model").ArchivistInstance;
3
- chainId?: import("@xyo-network/xl1-protocol").ChainId;
3
+ chainId?: import("@xyo-network/xl1-protocol-model").ChainId;
4
4
  } & {
5
5
  provided: true;
6
6
  }) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").ProvidedContextExState<{
7
7
  chainArchivist?: import("@xyo-network/archivist-model").ArchivistInstance;
8
- chainId?: import("@xyo-network/xl1-protocol").ChainId;
8
+ chainId?: import("@xyo-network/xl1-protocol-model").ChainId;
9
9
  }>, never> & {
10
10
  provided: false;
11
11
  }) | (import("@xylabs/react-shared").FixedValues<import("@xylabs/react-shared").NotProvidedContextExState<{
12
12
  chainArchivist?: import("@xyo-network/archivist-model").ArchivistInstance;
13
- chainId?: import("@xyo-network/xl1-protocol").ChainId;
13
+ chainId?: import("@xyo-network/xl1-protocol-model").ChainId;
14
14
  }>, never> & {
15
15
  provided: false;
16
16
  })>;
@@ -1,7 +1,7 @@
1
1
  import type { ChainInfoState } from './State.ts';
2
2
  export declare const useChainInfo: (required?: boolean) => Omit<{
3
3
  chainArchivist?: import("@xyo-network/archivist-model").ArchivistInstance;
4
- chainId?: import("@xyo-network/xl1-protocol").ChainId;
4
+ chainId?: import("@xyo-network/xl1-protocol-model").ChainId;
5
5
  } & {
6
6
  provided: true;
7
7
  }, "provided"> | Omit<import("@xylabs/react-shared").NotProvidedContextExState<ChainInfoState>, "provided">;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xyo-network/react-chain-blockchain",
4
- "version": "1.20.8",
4
+ "version": "1.20.10",
5
5
  "description": "XYO Layer One React SDK Blockchain",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -54,15 +54,15 @@
54
54
  "@xylabs/react-quick-tip-button": "~7.1.17",
55
55
  "@xylabs/react-shared": "~7.1.17",
56
56
  "@xylabs/react-theme": "~7.1.17",
57
- "@xylabs/sdk-js": "~5.0.86",
57
+ "@xylabs/sdk-js": "~5.0.87",
58
58
  "@xyo-network/boundwitness-model": "~5.3.16",
59
- "@xyo-network/chain-analyze": "~1.20.8",
60
- "@xyo-network/chain-protocol": "~1.20.8",
61
- "@xyo-network/chain-wrappers": "~1.20.8",
59
+ "@xyo-network/chain-analyze": "~1.20.10",
60
+ "@xyo-network/chain-protocol": "~1.20.10",
61
+ "@xyo-network/chain-wrappers": "~1.20.10",
62
62
  "@xyo-network/react-boundwitness-plugin": "~7.5.5",
63
- "@xyo-network/react-chain-blockies": "~1.20.8",
64
- "@xyo-network/react-chain-provider": "~1.20.8",
65
- "@xyo-network/react-chain-shared": "~1.20.8",
63
+ "@xyo-network/react-chain-blockies": "~1.20.10",
64
+ "@xyo-network/react-chain-provider": "~1.20.10",
65
+ "@xyo-network/react-chain-shared": "~1.20.10",
66
66
  "@xyo-network/react-error": "~7.5.5",
67
67
  "@xyo-network/react-event": "~7.5.5",
68
68
  "@xyo-network/react-payload-raw-info": "~7.5.5",
@@ -70,7 +70,7 @@
70
70
  "@xyo-network/react-shared": "~7.5.5",
71
71
  "@xyo-network/react-table": "~7.5.5",
72
72
  "@xyo-network/sdk-js": "~5.3.16",
73
- "@xyo-network/xl1-sdk": "~1.25.33"
73
+ "@xyo-network/xl1-sdk": "~1.26.4"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@emotion/react": "~11.14.0",
@@ -81,15 +81,15 @@
81
81
  "@textea/json-viewer": "~4.0.1",
82
82
  "@types/react": "~19.2.14",
83
83
  "@xylabs/react-button": "~7.1.17",
84
- "@xylabs/sdk-js": "~5.0.86",
85
- "@xylabs/ts-scripts-yarn3": "~7.4.25",
86
- "@xylabs/tsconfig": "~7.4.25",
87
- "@xylabs/tsconfig-dom": "~7.4.25",
88
- "@xylabs/tsconfig-react": "~7.4.25",
84
+ "@xylabs/sdk-js": "~5.0.87",
85
+ "@xylabs/ts-scripts-yarn3": "~7.4.28",
86
+ "@xylabs/tsconfig": "~7.4.28",
87
+ "@xylabs/tsconfig-dom": "~7.4.28",
88
+ "@xylabs/tsconfig-react": "~7.4.28",
89
89
  "@xyo-network/bridge-http": "~5.3.16",
90
- "@xyo-network/react-chain-network": "~1.20.8",
90
+ "@xyo-network/react-chain-network": "~1.20.10",
91
91
  "@xyo-network/sdk-js": "~5.3.16",
92
- "@xyo-network/xl1-sdk": "~1.25.33",
92
+ "@xyo-network/xl1-sdk": "~1.26.4",
93
93
  "axios": "^1.13.6",
94
94
  "ethers": "^6.16.0",
95
95
  "react": "~19.2.4",