@orderly.network/types 0.0.71 → 0.0.72

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/dist/index.d.mts CHANGED
@@ -247,6 +247,7 @@ declare namespace API {
247
247
  }
248
248
  interface NetworkInfos {
249
249
  name: string;
250
+ shortName: string;
250
251
  public_rpc_url: string;
251
252
  chain_id: number;
252
253
  currency_symbol: string;
package/dist/index.d.ts CHANGED
@@ -247,6 +247,7 @@ declare namespace API {
247
247
  }
248
248
  interface NetworkInfos {
249
249
  name: string;
250
+ shortName: string;
250
251
  public_rpc_url: string;
251
252
  chain_id: number;
252
253
  currency_symbol: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orderly.network/types",
3
- "version": "0.0.71",
3
+ "version": "0.0.72",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -16,7 +16,7 @@
16
16
  "babel-jest": "^29.6.1",
17
17
  "jest": "^29.6.1",
18
18
  "tsup": "^7.1.0",
19
- "tsconfig": "0.0.66"
19
+ "tsconfig": "0.0.67"
20
20
  },
21
21
  "publishConfig": {
22
22
  "access": "public"