Skip to main content

Read-only

To connect to the network in read-only mode, provide readOnlyChainId and readOnlyUrls fields in application configuration.

See example configuration below:

  import { Mainnet } from '@usedapp/core'

const config = {
readOnlyChainId: Mainnet.chainId,
readOnlyUrls: {
[Mainnet.chainId]: 'https://mainnet.infura.io/v3/62687d1a985d4508b2b7a24827551934',
},
}