Skip to content

Commit 19a96a1

Browse files
committed
chore: remove web3.storage and Scaleway
both seem to be defunct, API no longer works, docs return 404
1 parent fd0f821 commit 19a96a1

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/constants/pinning.js

-12
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,11 @@ const pinningServiceTemplates = [
3838
apiEndpoint: 'https://api.cloud.fx.land',
3939
visitServiceUrl: 'https://docs.fx.land/pinning-service/ipfs-pinning-service-api'
4040
},
41-
{
42-
name: 'Web3.Storage',
43-
icon: 'https://dweb.link/ipfs/bafybeiaqsdwuwemchbofzok4cq7cuvotfs6bgickxdqr6f7hdt7a64cwwa/Web3.Storage-logo.svg',
44-
apiEndpoint: 'https://api.web3.storage',
45-
visitServiceUrl: 'https://web3.storage/docs/how-tos/pinning-services-api/'
46-
},
4741
{
4842
name: '4EVERLAND',
4943
icon: 'https://dweb.link/ipfs/bafkreie4mg2rmoe6fzct4rpwd2d4nuok3yx2mew567nu3s5bfnnmlb65ei?filename=4everland-logo.svg',
5044
apiEndpoint: 'https://api.4everland.dev',
5145
visitServiceUrl: 'https://docs.4everland.org/storage/4ever-pin/pinning-services-api'
52-
},
53-
{
54-
name: 'Scaleway',
55-
icon: 'https://dweb.link/ipfs/QmTM7RtYsuJFoV7y3Ec1WdGTW8knKrjwbY6ByTGsJN6TYw?filename=scaleway.svg',
56-
apiEndpoint: 'https://<your-volume-region-code>.ipfs.labs.scw.cloud/<your-volume-id>/',
57-
visitServiceUrl: 'https://www.scaleway.com/en/docs/labs/ipfs-pinning/reference-content/install-ipfs-desktop/'
5846
}
5947
].map((service) => {
6048
try {

0 commit comments

Comments
 (0)