@luxfi/core 10.0.4 → 10.0.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.
@@ -1,3 +1,3 @@
1
- type NetworkType = "evm" | "starknet" | "solana" | "cosmos" | "stark_ex" | "zk_sync_lite" | "ton" | "btc" | "cardano";
1
+ type NetworkType = "evm" | "starknet" | "solana" | "cosmos" | "stark_ex" | "zk_sync_lite" | "ton" | "btc" | "cardano" | "xrp";
2
2
  export { type NetworkType as default };
3
3
  //# sourceMappingURL=network-type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"network-type.d.ts","sourceRoot":"","sources":["../../types/network-type.ts"],"names":[],"mappings":"AAAA,KAAK,WAAW,GACd,KAAK,GACH,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,cAAc,GACd,KAAK,GACL,KAAK,GACL,SAAS,CAAA;AAGb,OAAO,EACL,KAAK,WAAW,IAAI,OAAO,EAC5B,CAAA"}
1
+ {"version":3,"file":"network-type.d.ts","sourceRoot":"","sources":["../../types/network-type.ts"],"names":[],"mappings":"AAAA,KAAK,WAAW,GACd,KAAK,GACH,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,cAAc,GACd,KAAK,GACL,KAAK,GACL,SAAS,GACT,KAAK,CAAA;AAGT,OAAO,EACL,KAAK,WAAW,IAAI,OAAO,EAC5B,CAAA"}
@@ -1,3 +1,3 @@
1
- type NetworkType = "evm" | "starknet" | "solana" | "cosmos" | "stark_ex" | "zk_sync_lite" | "ton" | "btc" | "cardano";
1
+ type NetworkType = "evm" | "starknet" | "solana" | "cosmos" | "stark_ex" | "zk_sync_lite" | "ton" | "btc" | "cardano" | "xrp";
2
2
  export { type NetworkType as default };
3
3
  //# sourceMappingURL=network-type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"network-type.d.ts","sourceRoot":"","sources":["../../types/network-type.ts"],"names":[],"mappings":"AAAA,KAAK,WAAW,GACd,KAAK,GACH,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,cAAc,GACd,KAAK,GACL,KAAK,GACL,SAAS,CAAA;AAGb,OAAO,EACL,KAAK,WAAW,IAAI,OAAO,EAC5B,CAAA"}
1
+ {"version":3,"file":"network-type.d.ts","sourceRoot":"","sources":["../../types/network-type.ts"],"names":[],"mappings":"AAAA,KAAK,WAAW,GACd,KAAK,GACH,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,UAAU,GACV,cAAc,GACd,KAAK,GACL,KAAK,GACL,SAAS,GACT,KAAK,CAAA;AAGT,OAAO,EACL,KAAK,WAAW,IAAI,OAAO,EAC5B,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luxfi/core",
3
- "version": "10.0.4",
3
+ "version": "10.0.5",
4
4
  "description": "Core types and shared utilities related to blockchain",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -8,6 +8,7 @@ type NetworkType =
8
8
  | "ton"
9
9
  | "btc"
10
10
  | "cardano"
11
+ | "xrp"
11
12
 
12
13
 
13
14
  export {