Skip to content

Commit

Permalink
Merge pull request #245 from holaplex/espi/hub-uploads
Browse files Browse the repository at this point in the history
Migrate to Hub Uploads
  • Loading branch information
kespinola authored Oct 6, 2023
2 parents 11ed182 + 5567a38 commit 0e774fd
Show file tree
Hide file tree
Showing 8 changed files with 118 additions and 152 deletions.
4 changes: 1 addition & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ SOLANA_ENDPOINT=https://api.devnet.solana.com
KAFKA_BROKERS=127.0.0.1:9092
KAFKA_SSL=false
SOLANA_KEYPAIR_PATH=./keypair.json
NFT_STORAGE_API_ENDPOINT=https://api.nft.storage
IPFS_ENDPOINT=https://nftstorage.link/ipfs
HUB_UPLOADS_API_ENDPOINT=http://localhost:3000
CREDIT_SHEET=credits.toml
ASSET_CDN=https://assets.holaplex.tools
NFT_STORAGE_AUTH_TOKEN=""
REDIS_URL=redis://localhost:6379
20 changes: 20 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ poem = { version = "1.3.50", features = ["anyhow", "test"] }
async-graphql-poem = "5.0.3"
prost = "0.11.9"
prost-types = "0.11.9"
reqwest = { version = "0.11.14", features = ["json"] }
reqwest = { version = "0.11.14", features = ["json", "multipart"] }
async-trait = "0.1.68"
strum = { version = "0.24.1", features = ["derive"] }

Expand Down
Loading

0 comments on commit 0e774fd

Please sign in to comment.