Skip to content

Commit

Permalink
feat: add 4EVERLAND to list of pinning service providers (#2107)
Browse files Browse the repository at this point in the history
  • Loading branch information
cachalots committed Jul 18, 2023
1 parent 2284453 commit 12a0f87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/constants/pinning.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ const pinningServiceTemplates = [
icon: 'https://dweb.link/ipfs/bafkreicn36fjx2tlanzslpayomdhgerh7oovlaasfkg7ltzgztf7a3buu4?filename=Estuary-logo.svg',
apiEndpoint: 'https://api.estuary.tech/pinning',
visitServiceUrl: 'https://docs.estuary.tech/tutorial-get-an-api-key'
},
{
name: '4EVERLAND',
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'
}

].map((service) => {
Expand Down

0 comments on commit 12a0f87

Please sign in to comment.