From 5fef09edbf2c78e2ca574ac42c55a25e0b82871b Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 3 Feb 2021 15:40:38 -0800 Subject: [PATCH] fix(ipfs): Updating the server that handles bch-ipfs file uploads --- src/ipfs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipfs.js b/src/ipfs.js index eb85080..f432d0d 100644 --- a/src/ipfs.js +++ b/src/ipfs.js @@ -14,7 +14,7 @@ class IPFS { constructor (config) { this.IPFS_API = process.env.IPFS_API ? process.env.IPFS_API - : 'https://ipfs-api.fullstack.cash' + : 'https://ipfs-file-upload.fullstack.nl' // : `http://localhost:5001` // Default options when calling axios.