From 65daf01c35666e60e728eda3f7828c4b1d240c02 Mon Sep 17 00:00:00 2001 From: Barry Gitarts Date: Thu, 5 Dec 2019 10:27:34 -0500 Subject: [PATCH] use ipfs bootstrap nodes to get files first --- src/components/projects/hooks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/projects/hooks.js b/src/components/projects/hooks.js index 94921b4..a531c64 100644 --- a/src/components/projects/hooks.js +++ b/src/components/projects/hooks.js @@ -8,7 +8,7 @@ import { FundingContext } from '../../context' import { getDelegateProfiles } from '../../actions/profiles' import { getDelegatePledgesByProfile } from '../../actions/delegates' -const callOrderFns = [getFilesWeb, getFilesWebTheGraph, getFiles] +const callOrderFns = [getFiles, getFilesWeb, getFilesWebTheGraph] async function getProjectAge(data, setState){ if (data && data.profile) { setState(timeSinceBlock(data.profile.creationTime, 'days'))