Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DeRain authored Feb 17, 2021
1 parent 4d3a2fc commit 19df746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ The most recent release of this library is available on [Maven Central](https://

# Usage

## Default Ethereum Providers
### Default Ethereum Providers
resolution-java library provides zero-configuration experience by using built-in production-ready Infura endpoint by default.
Default Ethereum provider is free to use without restrictions and rate-limits for CNS (.crypto domains) resolution.
To resolve ENS domains on production it's recommended to change Ethereum provider.

If you want to use an alternative blockchain provider such as [infura](https://infura.io/) (or any other), you can change default settings:
### Custom Ethereum provider configuration

```java
// Default config:
Expand Down

0 comments on commit 19df746

Please sign in to comment.