Skip to content

Commit

Permalink
use different public kovan rpc url (#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter authored Aug 22, 2022
1 parent 0691b7b commit e203e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/sdk/src/consts/chainConnectionConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const goerli: IChainConnection = {

export const kovan: IChainConnection = {
provider: new ethers.providers.JsonRpcProvider(
'https://kovan.poa.network',
'https://kovan.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161',
42,
),
confirmations: 1,
Expand Down

0 comments on commit e203e96

Please sign in to comment.