Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Louis Pahlavi <[email protected]>
  • Loading branch information
gregorydemay and lpahlavi authored Feb 11, 2025
1 parent bbff267 commit a2c6229
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Ankr replaced `rpc.sepolia.org` as default provider for Ethereum Sepolia.
- `rpc.sepolia.org` replaced by Ankr as one of the default providers for Ethereum Sepolia.

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions evm_rpc_types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- The number of nodes in a subnet can be specified in the installation arguments (new field `nodes_in_subnet` in `InstallArgs`).
- Allow to override provider URL upon installation for testing purposes (new field `override_provider` in `InstallArgs`)
- The number of nodes in a subnet can be specified in the installation arguments (new optional field `nodes_in_subnet` in `InstallArgs`).
- Allow to override provider URL upon installation for testing purposes (new optional field `override_provider` in `InstallArgs`)

## [1.2.0] - 2024-10-17

Expand Down

0 comments on commit a2c6229

Please sign in to comment.