Skip to content

Commit

Permalink
feat: update upload-client service conf (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Dec 14, 2022
1 parent bf3b171 commit 2cb590c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/upload-client/src/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ import { connect } from '@ucanto/client'
import { CAR, CBOR, HTTP } from '@ucanto/transport'
import * as DID from '@ipld/dag-ucan/did'

export const serviceURL = new URL(
'https://8609r1772a.execute-api.us-east-1.amazonaws.com'
)
export const servicePrincipal = DID.parse(
'did:key:z6MkrZ1r5XBFZjBU34qyD8fueMbMRkKw17BZaq2ivKFjnz2z'
)
export const serviceURL = new URL('https://up.web3.storage')
export const servicePrincipal = DID.parse('did:web:web3.storage')

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

0 comments on commit 2cb590c

Please sign in to comment.