Skip to content

Commit

Permalink
Re-enable and update @filebase/client
Browse files Browse the repository at this point in the history
Issue that lead to it being disabled has been fixed:
filebase/filebase-js#3
  • Loading branch information
Macil committed Feb 4, 2023
1 parent 66ad08c commit 44c7ac6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
],
"dependencies": {
"@aws-sdk/client-route-53": "^3.53.0",
"@filebase/client": "^0.0.2",
"@filebase/client": "^0.0.4",
"axios": "^1.2.6",
"byte-size": "^8.1.0",
"chalk": "^4.1.1",
Expand Down
7 changes: 3 additions & 4 deletions src/pinners/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ import Infura from './infura.js'
import IpfsCluster from './ipfs-cluster.js'
import Pinata from './pinata.js'
import c4rex from './c4rex.js'
// Disabled for now as '@filebase/client' dependency doesn't work in ESM mode yet.
// import Filebase from './filebase.js'
import Filebase from './filebase.js'

export const pinners = [
DAppNode,
Infura,
IpfsCluster,
Pinata,
c4rex
// Filebase
c4rex,
Filebase
]

export const pinnersMap = pinners.reduce((map, pinner) => {
Expand Down

0 comments on commit 44c7ac6

Please sign in to comment.