Skip to content

Commit

Permalink
Update ceramic endpoinnt (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson authored and michellebrier committed Oct 9, 2023
1 parent 41d58c1 commit 2adc0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol-dashboard/src/services/SelfId/SelfId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getRandomDefaultImage } from 'utils/identicon'
import { Core } from '@self.id/core'
import { IdxUser } from './types'

const core = new Core({ ceramic: 'https://gateway.ceramic.network' })
const core = new Core({ ceramic: 'https://ceramic-audius.hirenodes.io' })

const ipfsGateway = 'https://ipfs.io/ipfs/'

Expand Down

0 comments on commit 2adc0d5

Please sign in to comment.