fix(protocol): Adding protocol property to announceJsonLd

This commit is contained in:
Chris Troutner
2021-08-05 17:16:37 -07:00
parent 17e465b3ab
commit c8aefae0cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ module.exports = {
'@type': 'WebAPI',
name: ipfsCoordName,
version,
protocol: 'generic-service',
protocol: 'bch-wallet',
description:
'IPFS service providing BCH blockchain access needed by a wallet.',
documentation: 'https://ipfs-bch-wallet-service.fullstack.cash/',