From 95096346517b6a13250985868f0b7b053152ddf9 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 25 Mar 2024 16:10:47 -0700 Subject: [PATCH] fix(config): Setting announceJsonLd --- config/env/common.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/env/common.js b/config/env/common.js index 7147fcd..82c5c47 100644 --- a/config/env/common.js +++ b/config/env/common.js @@ -18,7 +18,6 @@ import * as url from 'url' import { readFileSync } from 'fs' const __dirname = url.fileURLToPath(new URL('.', import.meta.url)) const pkgInfo = JSON.parse(readFileSync(`${__dirname.toString()}/../../package.json`)) - const version = pkgInfo.version const ipfsCoordName = process.env.COORD_NAME @@ -115,7 +114,7 @@ export default { '@type': 'WebAPI', name: ipfsCoordName, version, - protocol: 'bch-wallet', + protocol: 'ipfs-bch-wallet-service', description: 'IPFS service providing BCH blockchain access needed by a wallet.', documentation: 'https://ipfs-bch-wallet-service.fullstack.cash/',