Skip to content

Commit 0cc3b04

Browse files
vmscwOnsagerHeSgtPooki
authored
feat(pinning): add Scaleway pinning service (#2132)
Co-authored-by: Albert Valentin <[email protected]> Co-authored-by: Russell Dempsey <[email protected]>
1 parent 346c367 commit 0cc3b04

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/constants/pinning.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,13 @@ const pinningServiceTemplates = [
4949
icon: 'https://dweb.link/ipfs/bafkreie4mg2rmoe6fzct4rpwd2d4nuok3yx2mew567nu3s5bfnnmlb65ei?filename=4everland-logo.svg',
5050
apiEndpoint: 'https://api.4everland.dev',
5151
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/'
5258
}
53-
5459
].map((service) => {
5560
const domain = new URL(service.apiEndpoint).hostname
5661
service.complianceReportUrl = `${complianceReportsHomepage}/${domain}.html`

0 commit comments

Comments
 (0)