@talismn/chaindata-provider 0.0.0-pr934-20230718133559 → 0.0.0-pr934-20230719023201

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.
package/CHANGELOG.md CHANGED
@@ -1,11 +1,15 @@
1
1
  # @talismn/chaindata-provider
2
2
 
3
- ## 0.0.0-pr934-20230718133559
3
+ ## 0.0.0-pr934-20230719023201
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - b920ab98: Added GPL licence
8
8
 
9
+ ### Patch Changes
10
+
11
+ - 3c1a8b10: Dependency updates
12
+
9
13
  ## 0.6.0
10
14
 
11
15
  ## 0.5.0
@@ -6,7 +6,7 @@ export type Chain = {
6
6
  id: ChainId;
7
7
  isTestnet: boolean;
8
8
  sortIndex: number | null;
9
- genesisHash: string | null;
9
+ genesisHash: `0x${string}` | null;
10
10
  prefix: number | null;
11
11
  name: string | null;
12
12
  themeColor: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/chaindata-provider",
3
- "version": "0.0.0-pr934-20230718133559",
3
+ "version": "0.0.0-pr934-20230719023201",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "GPL-3.0-or-later",