From 07aca456662184ede01c09e30390bf1eecde2005 Mon Sep 17 00:00:00 2001 From: alexgonmad Date: Tue, 18 Apr 2023 16:40:05 +0200 Subject: [PATCH] Updating .gitignore and adding link to the API engine to the package --- .gitignore | 3 ++- dappnode_package.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 567609b..ea4c1ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -build/ +build_* +build \ No newline at end of file diff --git a/dappnode_package.json b/dappnode_package.json index 61fa803..4f3a73f 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -18,6 +18,7 @@ "keywords": ["bitcoin", "btc"], "links": { "homepage": "https://github.com/dappnode/DAppNodePackage-bitcoin#readme", + "apiEngine": "http://bitcoin.dappnode:8332", "endpoint": "http://bitcoin.dappnode:8332" }, "repository": {