@sonarwatch/portfolio-core 0.6.4 → 0.6.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
@@ -2,14 +2,18 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
- ## [0.6.4](https://github.com/sonarwatch/portfolio/compare/core-0.6.3...core-0.6.4) (2023-08-21)
6
-
7
-
8
-
9
- ## [0.6.3](https://github.com/sonarwatch/portfolio/compare/core-0.6.2...core-0.6.3) (2023-08-21)
5
+ ## [0.6.5](https://github.com/sonarwatch/portfolio/compare/core-0.6.4...core-0.6.5) (2023-08-23)
10
6
 
11
7
 
12
8
 
9
+ ## [0.6.4](https://github.com/sonarwatch/portfolio/compare/core-0.6.3...core-0.6.4) (2023-08-21)
10
+
11
+
12
+
13
+ ## [0.6.3](https://github.com/sonarwatch/portfolio/compare/core-0.6.2...core-0.6.3) (2023-08-21)
14
+
15
+
16
+
13
17
  ## [0.6.2](https://github.com/sonarwatch/portfolio/compare/core-0.6.1...core-0.6.2) (2023-08-18)
14
18
 
15
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonarwatch/portfolio-core",
3
- "version": "0.6.4",
3
+ "version": "0.6.5",
4
4
  "type": "commonjs",
5
5
  "dependencies": {
6
6
  "@ethersproject/address": "^5.7.0",
package/src/Network.d.ts CHANGED
@@ -12,6 +12,7 @@ export declare const NetworkId: {
12
12
  export type NetworkIdType = (typeof NetworkId)[keyof typeof NetworkId];
13
13
  export type MoveNetworkIdType = typeof NetworkId.aptos | typeof NetworkId.sui;
14
14
  export type EvmNetworkIdType = typeof NetworkId.ethereum | typeof NetworkId.avalanche | typeof NetworkId.polygon;
15
+ export type CosmosNetworkIdType = typeof NetworkId.sei;
15
16
  export type Network = {
16
17
  id: NetworkIdType;
17
18
  name: string;