@xyo-network/react-chain-blockchain 1.15.8 → 1.15.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.
@@ -47,6 +47,11 @@ export declare const useChainIteratorParams: ({ chainMap, chainId, head, name, }
47
47
  mnemonic?: string | undefined;
48
48
  rewardAddress?: string | undefined;
49
49
  };
50
+ rewardRedemptionApi: {
51
+ host: string;
52
+ port: number;
53
+ mnemonic?: string | undefined;
54
+ };
50
55
  storage: {
51
56
  mongo?: {
52
57
  connectionString?: string | undefined;
@@ -62,6 +67,13 @@ export declare const useChainIteratorParams: ({ chainMap, chainId, head, name, }
62
67
  otlpEndpoint?: string | undefined;
63
68
  } | undefined;
64
69
  };
70
+ validation: {
71
+ allowedRewardRedeemers?: import("@xylabs/typeof").Brand<import("@xylabs/typeof").Brand<Lowercase<string>, {
72
+ readonly __hex: true;
73
+ }>, {
74
+ readonly __address: true;
75
+ }>[] | undefined;
76
+ };
65
77
  logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
66
78
  silent: boolean;
67
79
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useChainIteratorParams.d.ts","sourceRoot":"","sources":["../../../../src/hooks/chain-iterator/useChainIteratorParams.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAU,MAAM,aAAa,CAAA;AAG/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AAEjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAIlE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAE9D,eAAO,MAAM,kBAAkB,GAAU,MAAM,IAAI,EAAE,gBAAgB,aAAa,iFAajF,CAAA;AAED,eAAO,MAAM,sBAAsB,GAAI,oCAEpC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8FAgBpB,CAAA"}
1
+ {"version":3,"file":"useChainIteratorParams.d.ts","sourceRoot":"","sources":["../../../../src/hooks/chain-iterator/useChainIteratorParams.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,IAAI,EAAU,MAAM,aAAa,CAAA;AAG/C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAA;AAEjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAA;AAIlE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAA;AAE9D,eAAO,MAAM,kBAAkB,GAAU,MAAM,IAAI,EAAE,gBAAgB,aAAa,iFAajF,CAAA;AAED,eAAO,MAAM,sBAAsB,GAAI,oCAEpC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8FAgBpB,CAAA"}
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.15.8",
4
+ "version": "1.15.10",
5
5
  "description": "XYO Layer One React SDK Blockchain",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -44,7 +44,7 @@
44
44
  "package-cycle": "echo Nothing to do"
45
45
  },
46
46
  "dependencies": {
47
- "@storybook/react-vite": "~9.1.10",
47
+ "@storybook/react-vite": "~9.1.13",
48
48
  "@xylabs/assert": "~5.0.12",
49
49
  "@xylabs/axios": "~5.0.12",
50
50
  "@xylabs/delay": "~5.0.12",
@@ -52,13 +52,13 @@
52
52
  "@xylabs/exists": "~5.0.12",
53
53
  "@xylabs/hex": "~5.0.12",
54
54
  "@xylabs/promise": "~5.0.12",
55
- "@xylabs/react-animation": "~7.1.3",
56
- "@xylabs/react-error": "~7.1.3",
57
- "@xylabs/react-flexbox": "~7.1.3",
58
- "@xylabs/react-promise": "~7.1.3",
59
- "@xylabs/react-quick-tip-button": "~7.1.3",
60
- "@xylabs/react-shared": "~7.1.3",
61
- "@xylabs/react-theme": "~7.1.3",
55
+ "@xylabs/react-animation": "~7.1.4",
56
+ "@xylabs/react-error": "~7.1.4",
57
+ "@xylabs/react-flexbox": "~7.1.4",
58
+ "@xylabs/react-promise": "~7.1.4",
59
+ "@xylabs/react-quick-tip-button": "~7.1.4",
60
+ "@xylabs/react-shared": "~7.1.4",
61
+ "@xylabs/react-theme": "~7.1.4",
62
62
  "@xylabs/typeof": "~5.0.12",
63
63
  "@xyo-network/account": "~5.1.6",
64
64
  "@xyo-network/archivist-memory": "~5.1.6",
@@ -66,24 +66,24 @@
66
66
  "@xyo-network/boundwitness-builder": "~5.1.6",
67
67
  "@xyo-network/boundwitness-model": "~5.1.6",
68
68
  "@xyo-network/bridge-http": "~5.1.6",
69
- "@xyo-network/chain-analyze": "~1.15.8",
70
- "@xyo-network/chain-protocol": "~1.15.8",
71
- "@xyo-network/chain-services": "~1.15.8",
72
- "@xyo-network/chain-utils": "~1.15.8",
73
- "@xyo-network/chain-wrappers": "~1.15.8",
69
+ "@xyo-network/chain-analyze": "~1.15.10",
70
+ "@xyo-network/chain-protocol": "~1.15.10",
71
+ "@xyo-network/chain-services": "~1.15.10",
72
+ "@xyo-network/chain-utils": "~1.15.10",
73
+ "@xyo-network/chain-wrappers": "~1.15.10",
74
74
  "@xyo-network/module-model": "~5.1.6",
75
75
  "@xyo-network/payload-builder": "~5.1.6",
76
76
  "@xyo-network/payload-model": "~5.1.6",
77
77
  "@xyo-network/react-boundwitness-plugin": "~7.3.6",
78
- "@xyo-network/react-chain-blockies": "~1.15.8",
79
- "@xyo-network/react-chain-shared": "~1.15.8",
78
+ "@xyo-network/react-chain-blockies": "~1.15.10",
79
+ "@xyo-network/react-chain-shared": "~1.15.10",
80
80
  "@xyo-network/react-event": "~7.3.6",
81
81
  "@xyo-network/react-payload-raw-info": "~7.3.6",
82
82
  "@xyo-network/react-payload-table": "~7.3.6",
83
83
  "@xyo-network/react-shared": "~7.3.6",
84
84
  "@xyo-network/react-table": "~7.3.6",
85
- "@xyo-network/xl1-protocol": "~1.12.69",
86
- "@xyo-network/xl1-protocol-sdk": "~1.15.8"
85
+ "@xyo-network/xl1-protocol": "~1.12.81",
86
+ "@xyo-network/xl1-protocol-sdk": "~1.15.10"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@emotion/react": "~11.14.0",
@@ -98,11 +98,11 @@
98
98
  "@xylabs/tsconfig-dom": "~7.1.8",
99
99
  "@xylabs/tsconfig-react": "~7.1.8",
100
100
  "@xyo-network/api-models": "~5.1.6",
101
- "eslint": "^9.37.0",
101
+ "eslint": "^9.38.0",
102
102
  "react": "~19.2.0",
103
103
  "react-dom": "~19.2.0",
104
104
  "react-router-dom": "^7.9.4",
105
- "storybook": "~9.1.10",
105
+ "storybook": "~9.1.13",
106
106
  "typescript": "~5.9.3"
107
107
  },
108
108
  "peerDependencies": {