fix(config): Setting announceJsonLd

This commit is contained in:
Chris Troutner
2024-03-25 16:10:47 -07:00
parent 62ac11c861
commit 9509634651
+1 -2
View File
@@ -18,7 +18,6 @@ import * as url from 'url'
import { readFileSync } from 'fs' import { readFileSync } from 'fs'
const __dirname = url.fileURLToPath(new URL('.', import.meta.url)) const __dirname = url.fileURLToPath(new URL('.', import.meta.url))
const pkgInfo = JSON.parse(readFileSync(`${__dirname.toString()}/../../package.json`)) const pkgInfo = JSON.parse(readFileSync(`${__dirname.toString()}/../../package.json`))
const version = pkgInfo.version const version = pkgInfo.version
const ipfsCoordName = process.env.COORD_NAME const ipfsCoordName = process.env.COORD_NAME
@@ -115,7 +114,7 @@ export default {
'@type': 'WebAPI', '@type': 'WebAPI',
name: ipfsCoordName, name: ipfsCoordName,
version, version,
protocol: 'bch-wallet', protocol: 'ipfs-bch-wallet-service',
description: description:
'IPFS service providing BCH blockchain access needed by a wallet.', 'IPFS service providing BCH blockchain access needed by a wallet.',
documentation: 'https://ipfs-bch-wallet-service.fullstack.cash/', documentation: 'https://ipfs-bch-wallet-service.fullstack.cash/',