@cityofzion/blockchain-service 1.3.0 → 1.3.1

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.
@@ -279,6 +279,6 @@ export interface SwapService<AvailableNetworkIds extends string> {
279
279
  setTokenToReceive(token: Token | null): void;
280
280
  startListeningBlockGeneration(): void;
281
281
  stopListeningBlockGeneration(): void;
282
- listSwappableTokens(network: Network<AvailableNetworkIds>): PoolGraph;
282
+ listSwappableTokensSymbol(network: Network<AvailableNetworkIds>): string[];
283
283
  swap(isLedger?: boolean): void;
284
284
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cityofzion/blockchain-service",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "repository": "https://github.com/CityOfZion/blockchain-services",