Skip to content

Commit

Permalink
feat(remotepins): add Functionland Fula (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Aug 12, 2024
1 parent 35f8aae commit b998f3c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/pinning-manager/fixtures/pinningServices.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ const services = [
totalSize: 4412221323,
bandwidthUsed: '2 GB/mo',
addedAt: new Date(1592491648591)
}, {
name: 'Functionland',
icon: 'https://fx.land/android-chrome-512x512.png',
totalSize: undefined,
bandwidthUsed: undefined,
addedAt: new Date(1687896930567)
}, {
name: 'Eternum',
icon: 'https://www.eternum.io/static/images/icons/favicon-32x32.a2341c8ec160.png',
Expand Down
6 changes: 6 additions & 0 deletions src/constants/pinning.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ const pinningServiceTemplates = [
apiEndpoint: 'https://api.filebase.io/v1/ipfs',
visitServiceUrl: 'https://docs.filebase.com/api-documentation/ipfs-pinning-service-api'
},
{
name: 'Functionland',
icon: 'https://dweb.link/ipfs/QmWYEmdYq9Ry2xtb69oZSPXb8Aos24kWdVecsT3txVe38E?filename=functionland.svg',
apiEndpoint: 'https://api.cloud.fx.land',
visitServiceUrl: 'https://docs.fx.land/pinning-service/ipfs-pinning-service-api'
},
{
name: 'Web3.Storage',
icon: 'https://dweb.link/ipfs/bafybeiaqsdwuwemchbofzok4cq7cuvotfs6bgickxdqr6f7hdt7a64cwwa/Web3.Storage-logo.svg',
Expand Down

0 comments on commit b998f3c

Please sign in to comment.