From d4d5b2eb686635af80507538d44b03e3f82b1580 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 3 Apr 2024 09:34:43 -0700 Subject: [PATCH] fix(jsonLd): Updating jsonLd details passed to other nodes --- config/env/common.js | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/env/common.js b/config/env/common.js index 958445d..c74d9f6 100644 --- a/config/env/common.js +++ b/config/env/common.js @@ -111,10 +111,10 @@ export default { '@type': 'WebAPI', name: ipfsCoordName, version, - protocol: 'generic-service', + protocol: 'ipfs-bch-wallet-consumer', description: - 'This is a generic IPFS Serivice Provider that uses JSON RPC over IPFS to communicate with it. This instance has not been customized. Source code: https://github.com/Permissionless-Software-Foundation/ipfs-service-provider', - documentation: 'https://ipfs-service-provider.fullstack.cash/', + 'REST API gateway for accessing BCH blockchain services over the web3 Cash Stack (https://CashStack.info)', + documentation: 'https://ipfs-bch-wallet-consumer.fullstack.cash/', provider: { '@type': 'Organization', name: 'Permissionless Software Foundation', diff --git a/package.json b/package.json index ca841b8..800ca49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-bch-wallet-consumer", - "version": "3.0.0", + "version": "3.1.1", "description": "A (local) REST API that proxies BCH wallet services delivered over IPFS (global).", "main": "index.js", "type": "module",