Change infura api key (#86)

This commit is contained in:
Szymon Szlachtowicz 2021-07-06 13:58:00 +02:00 committed by GitHub
parent 2b194ca741
commit 7e6f0e6c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ import { WakuProvider } from './providers/waku/provider'
const config = {
readOnlyChainId: ChainId.Ropsten,
readOnlyUrls: {
[ChainId.Ropsten]: 'https://Ropsten.infura.io/v3/62687d1a985d4508b2b7a24827551934',
[ChainId.Ropsten]: 'https://ropsten.infura.io/v3/b4451d780cc64a078ccf2181e872cfcf',
},
}