Skip to content

Commit

Permalink
feat(pinning): add Scaleway pinning service (#2132)
Browse files Browse the repository at this point in the history
Co-authored-by: Albert Valentin <72015680+OnsagerHe@users.noreply.github.com>
Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 19, 2023
1 parent 346c367 commit 0cc3b04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/constants/pinning.js
Expand Up @@ -49,8 +49,13 @@ const pinningServiceTemplates = [
icon: 'https://dweb.link/ipfs/bafkreie4mg2rmoe6fzct4rpwd2d4nuok3yx2mew567nu3s5bfnnmlb65ei?filename=4everland-logo.svg',
apiEndpoint: 'https://api.4everland.dev',
visitServiceUrl: 'https://docs.4everland.org/storage/4ever-pin/pinning-services-api'
},
{
name: 'Scaleway',
icon: 'https://dweb.link/ipfs/QmQnbWQCw4YKn53hTizARdMacvw6b3yFCqpQEPrSxVgXXL',
apiEndpoint: 'https://<your-volume-region-code>.ipfs.labs.scw.cloud/<your-volume-id>/',
visitServiceUrl: 'https://www.scaleway.com/en/docs/labs/ipfs/api-cli/ipfs-desktop/'
}

].map((service) => {
const domain = new URL(service.apiEndpoint).hostname
service.complianceReportUrl = `${complianceReportsHomepage}/${domain}.html`
Expand Down

0 comments on commit 0cc3b04

Please sign in to comment.