Skip to content

Commit b998f3c

Browse files
authored
feat(remotepins): add Functionland Fula (#2242)
1 parent 35f8aae commit b998f3c

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/components/pinning-manager/fixtures/pinningServices.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ const services = [
1111
totalSize: 4412221323,
1212
bandwidthUsed: '2 GB/mo',
1313
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)
1420
}, {
1521
name: 'Eternum',
1622
icon: 'https://www.eternum.io/static/images/icons/favicon-32x32.a2341c8ec160.png',

src/constants/pinning.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ const pinningServiceTemplates = [
3232
apiEndpoint: 'https://api.filebase.io/v1/ipfs',
3333
visitServiceUrl: 'https://docs.filebase.com/api-documentation/ipfs-pinning-service-api'
3434
},
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+
},
3541
{
3642
name: 'Web3.Storage',
3743
icon: 'https://dweb.link/ipfs/bafybeiaqsdwuwemchbofzok4cq7cuvotfs6bgickxdqr6f7hdt7a64cwwa/Web3.Storage-logo.svg',

0 commit comments

Comments
 (0)