Skip to content

Commit 02896c0

Browse files
Metadata: add ithacanet to available networks (#344)
1 parent 298ff6d commit 02896c0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [unreleased]
4+
5+
### Fixed
6+
7+
* metadata: Add `ithacanet` to available networks.
8+
39
## 5.1.0 - 2022-05-12
410

511
### Added

src/dipdup/datasources/metadata/enums.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33

44
class MetadataNetwork(Enum):
5-
mainnet = 'mainnet'
6-
# FIXME: ...2net?
75
hangzhounet = 'hangzhounet'
6+
ithacanet = 'ithacanet'
7+
mainnet = 'mainnet'

0 commit comments

Comments
 (0)