File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,13 @@ const pinningServiceTemplates = [
49
49
icon : 'https://dweb.link/ipfs/bafkreie4mg2rmoe6fzct4rpwd2d4nuok3yx2mew567nu3s5bfnnmlb65ei?filename=4everland-logo.svg' ,
50
50
apiEndpoint : 'https://api.4everland.dev' ,
51
51
visitServiceUrl : 'https://docs.4everland.org/storage/4ever-pin/pinning-services-api'
52
+ } ,
53
+ {
54
+ name : 'Scaleway' ,
55
+ icon : 'https://dweb.link/ipfs/QmQnbWQCw4YKn53hTizARdMacvw6b3yFCqpQEPrSxVgXXL' ,
56
+ apiEndpoint : 'https://<your-volume-region-code>.ipfs.labs.scw.cloud/<your-volume-id>/' ,
57
+ visitServiceUrl : 'https://www.scaleway.com/en/docs/labs/ipfs/api-cli/ipfs-desktop/'
52
58
}
53
-
54
59
] . map ( ( service ) => {
55
60
const domain = new URL ( service . apiEndpoint ) . hostname
56
61
service . complianceReportUrl = `${ complianceReportsHomepage } /${ domain } .html`
You can’t perform that action at this time.
0 commit comments