mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-01-09 11:12:17 +00:00
use ipfs bootstrap nodes to get files first
This commit is contained in:
parent
256d907f35
commit
65daf01c35
@ -8,7 +8,7 @@ import { FundingContext } from '../../context'
|
|||||||
import { getDelegateProfiles } from '../../actions/profiles'
|
import { getDelegateProfiles } from '../../actions/profiles'
|
||||||
import { getDelegatePledgesByProfile } from '../../actions/delegates'
|
import { getDelegatePledgesByProfile } from '../../actions/delegates'
|
||||||
|
|
||||||
const callOrderFns = [getFilesWeb, getFilesWebTheGraph, getFiles]
|
const callOrderFns = [getFiles, getFilesWeb, getFilesWebTheGraph]
|
||||||
async function getProjectAge(data, setState){
|
async function getProjectAge(data, setState){
|
||||||
if (data && data.profile) {
|
if (data && data.profile) {
|
||||||
setState(timeSinceBlock(data.profile.creationTime, 'days'))
|
setState(timeSinceBlock(data.profile.creationTime, 'days'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user