File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
components/pinning-manager/fixtures Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ const services = [
11
11
totalSize : 4412221323 ,
12
12
bandwidthUsed : '2 GB/mo' ,
13
13
addedAt : new Date ( 1592491648591 )
14
+ } , {
15
+ name : 'Functionland' ,
16
+ icon : 'https://fx.land/android-chrome-512x512.png' ,
17
+ totalSize : undefined ,
18
+ bandwidthUsed : undefined ,
19
+ addedAt : new Date ( 1687896930567 )
14
20
} , {
15
21
name : 'Eternum' ,
16
22
icon : 'https://www.eternum.io/static/images/icons/favicon-32x32.a2341c8ec160.png' ,
Original file line number Diff line number Diff line change @@ -32,6 +32,12 @@ const pinningServiceTemplates = [
32
32
apiEndpoint : 'https://api.filebase.io/v1/ipfs' ,
33
33
visitServiceUrl : 'https://docs.filebase.com/api-documentation/ipfs-pinning-service-api'
34
34
} ,
35
+ {
36
+ name : 'Functionland' ,
37
+ icon : 'https://dweb.link/ipfs/QmWYEmdYq9Ry2xtb69oZSPXb8Aos24kWdVecsT3txVe38E?filename=functionland.svg' ,
38
+ apiEndpoint : 'https://api.cloud.fx.land' ,
39
+ visitServiceUrl : 'https://docs.fx.land/pinning-service/ipfs-pinning-service-api'
40
+ } ,
35
41
{
36
42
name : 'Web3.Storage' ,
37
43
icon : 'https://dweb.link/ipfs/bafybeiaqsdwuwemchbofzok4cq7cuvotfs6bgickxdqr6f7hdt7a64cwwa/Web3.Storage-logo.svg' ,
You can’t perform that action at this time.
0 commit comments