@cityofzion/blockchain-service 1.13.2 → 1.13.3

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.
@@ -239,6 +239,7 @@ export type SwapServiceToken<BSName extends string = string> = {
239
239
  decimals?: number;
240
240
  addressTemplateUrl?: string;
241
241
  txTemplateUrl?: string;
242
+ network?: string;
242
243
  };
243
244
  export type SwapServiceLoadableValue<T> = {
244
245
  loading: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cityofzion/blockchain-service",
3
- "version": "1.13.2",
3
+ "version": "1.13.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "repository": "https://github.com/CityOfZion/blockchain-services",