Skip to content

Commit

Permalink
feat: re-export agent data
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Dec 5, 2022
1 parent fd462ed commit 584fe43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/access-client/src/agent.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ import {
} from './delegations.js'
import { AgentData } from './agent-data.js'

export { AgentData }

const HOST = 'https://w3access-staging.protocol-labs.workers.dev'
const PRINCIPAL = DID.parse(
'did:key:z6MkwTYX2JHHd8bmaEuDdS1LJjrpFspirjDcQ4DvAiDP49Gm'
Expand Down

0 comments on commit 584fe43

Please sign in to comment.