Skip to content

Commit

Permalink
Merge pull request #390 from jolocom/hotfix/add_infura_project_id
Browse files Browse the repository at this point in the history
Hotfix/add infura project
  • Loading branch information
Exulansis committed Jan 22, 2020
2 parents 34b2887 + 5ace343 commit 58ba9b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ts/contracts/contractsGateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ export class ContractsGateway implements IContractsGateway {
}

export const jolocomContractsGateway = new ContractsGateway(
'https://rinkeby.infura.io/',
'https://rinkeby.infura.io/v3/64fa85ca0b28483ea90919a83630d5d8',
)
2 changes: 1 addition & 1 deletion ts/ethereum/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ export class EthResolver implements IEthereumConnector {
/* Instantiates a resolver using the default configuration */

export const jolocomEthereumResolver = new EthResolver({
providerUrl: 'https://rinkeby.infura.io/',
providerUrl: 'https://rinkeby.infura.io/v3/64fa85ca0b28483ea90919a83630d5d8',
contractAddress: '0xd4351c3f383d79ba378ed1875275b1e7b960f120',
})

0 comments on commit 58ba9b2

Please sign in to comment.