Skip to content

Commit

Permalink
Merge pull request #1658 from walter-hernandez/master
Browse files Browse the repository at this point in the history
Add Hedera's JSON-RPC relay to default network-config.yaml
  • Loading branch information
iamdefinitelyahuman authored Jan 29, 2024
2 parents ae903c4 + 4ff8757 commit 53d1ce0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removes `eth-abi` depreciation warnings ([#1639](https://github.com/eth-brownie/brownie/pull/1639))
- Bump web3.py dep to support async provider in threaded applications ([#1664](https://github.com/eth-brownie/brownie/pull/1664))

- Add Hedera network integration ([#1658](https://github.com/eth-brownie/brownie/pull/1658))

## [1.19.2](https://github.com/eth-brownie/brownie/tree/v1.19.2) - 2022-10-16
### Added
- Support for remappings in `from_explorer` ([#1596](https://github.com/eth-brownie/brownie/pull/1596))
Expand Down
17 changes: 17 additions & 0 deletions brownie/data/network-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,23 @@ live:
host: https://api.harmony.one
id: harmony-main
multicall2: "0x3E01dD8a5E1fb3481F0F589056b428Fc308AF0Fb"
- name: Hedera
networks:
- name: Mainnet
chainid: 295
id: hedera-main
host: https://mainnet.hashio.io/api
explorer: https://hashscan.io/mainnet
- name: Testnet
chainid: 296
id: hedera-test
host: https://testnet.hashio.io/api
explorer: https://hashscan.io/testnet
- name: Previewnet
chainid: 297
id: hedera-preview
host: https://previewnet.hashio.io/api
explorer: https://hashscan.io/previewnet
- name: Moonbeam
networks:
- name: Mainnet
Expand Down
9 changes: 9 additions & 0 deletions docs/network-management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,17 @@ Native EVM-Compatible Chain Integrations
Brownie natively supports the following collection of EVM-compatible chains:

* Ethereum Classic
* Arbitrum
* Avalanche
* Aurora
* Binance Smart Chain
* Boba
* Fantom Opera
* Harmony
* Hedera
* Moonbeam
* Moonriver
* Optimistic Ethereum
* Polygon Network
* Gnosis Network

Expand Down

0 comments on commit 53d1ce0

Please sign in to comment.