mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
fix(config): Setting announceJsonLd
This commit is contained in:
Vendored
+1
-2
@@ -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/',
|
||||||
|
|||||||
Reference in New Issue
Block a user