Skip to content

Commit

Permalink
added project ID for infura gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
chunningham authored and Exulansis committed Jan 22, 2020
1 parent cd0b43c commit 1d6f9b4
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 1d6f9b4

Please sign in to comment.