Skip to content

Commit

Permalink
fix(upload-client): service details
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Nov 11, 2024
1 parent 4e4ba69 commit 8f7652c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/upload-client/src/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { connect } from '@ucanto/client'
import { CAR, HTTP } from '@ucanto/transport'
import * as DID from '@ipld/dag-ucan/did'

export const serviceURL = new URL('https://up.storacha.network')
export const servicePrincipal = DID.parse('did:web:storacha.network')
export const receiptsEndpoint = 'https://up.storacha.network/receipt/'
export const serviceURL = new URL('https://upload.storacha.network')
export const servicePrincipal = DID.parse('did:web:upload.storacha.network')
export const receiptsEndpoint = 'https://upload.storacha.network/receipt/'

/** @type {import('@ucanto/interface').ConnectionView<import('./types.js').Service>} */
export const connection = connect({
Expand Down

0 comments on commit 8f7652c

Please sign in to comment.