@talismn/chaindata-provider 0.1.4 → 0.1.5

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,5 +1,11 @@
1
1
  # @talismn/chaindata-provider
2
2
 
3
+ ## 0.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - d66c5bc: fix: evm native tokens
8
+
3
9
  ## 0.1.4
4
10
 
5
11
  ## 0.1.3
@@ -1,8 +1,7 @@
1
1
  import { ChainId } from "./Chain";
2
2
  import { TokenId } from "./Token";
3
3
  export declare type EvmNetworkList = Record<EvmNetworkId, EvmNetwork | CustomEvmNetwork>;
4
- /** TODO: Refactor to string */
5
- export declare type EvmNetworkId = number;
4
+ export declare type EvmNetworkId = string;
6
5
  export declare type EvmNetwork = {
7
6
  id: EvmNetworkId;
8
7
  isTestnet: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/chaindata-provider",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "UNLICENSED",