Skip to content

Commit

Permalink
FIX: sepolia-ETH API endpoint needs /api suffix, ref https://ethere…
Browse files Browse the repository at this point in the history
  • Loading branch information
koyo922 committed Dec 25, 2024
1 parent 428ad1e commit c358fee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This changelog format is based on [Keep a Changelog](https://keepachangelog.com/
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/eth-brownie/brownie)
### Fixed
- API endpoint of Sepolia-ETH (Infura) changed to `https://api-sepolia.etherscan.io/api` (with `/api` suffix)

## [1.20.6](https://github.com/eth-brownie/brownie/tree/v1.20.6) - 2024-06-22
### Added
Expand Down
2 changes: 1 addition & 1 deletion brownie/data/network-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ live:
chainid: 11155111
id: sepolia
host: https://sepolia.infura.io/v3/$WEB3_INFURA_PROJECT_ID
explorer: https://api-sepolia.etherscan.io/
explorer: https://api-sepolia.etherscan.io/api
provider: infura
- name: Goerli (Infura)
chainid: 5
Expand Down

0 comments on commit c358fee

Please sign in to comment.