Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: stop using access.web3.storage #833

Merged
merged 1 commit into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/access-client/src/agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import {
export { AgentData }
export * from './agent-use-cases.js'

const HOST = 'https://access.web3.storage'
const HOST = 'https://up.web3.storage'
const PRINCIPAL = DID.parse('did:web:web3.storage')

/**
Expand Down
6 changes: 3 additions & 3 deletions packages/access-client/src/cli/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import inquirer from 'inquirer'

/** @type {Record<string,string>} */
const envs = {
production: 'https://access.web3.storage',
staging: 'https://w3access-staging.protocol-labs.workers.dev',
dev: 'https://w3access-dev.protocol-labs.workers.dev',
production: 'https://up.web3.storage',
staging: 'https://staging.up.web3.storage',
dev: 'https://dev.up.web3.storage',
local: 'http://127.0.0.1:8787',
}

Expand Down
2 changes: 1 addition & 1 deletion packages/w3up-client/src/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { connect } from '@ucanto/client'
import { CAR, HTTP } from '@ucanto/transport'
import * as DID from '@ipld/dag-ucan/did'

export const accessServiceURL = new URL('https://access.web3.storage')
export const accessServiceURL = new URL('https://up.web3.storage')
export const accessServicePrincipal = DID.parse('did:web:web3.storage')

export const accessServiceConnection = connect({
Expand Down
2 changes: 1 addition & 1 deletion spec/system.excalidraw.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading