We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ithacanet
1 parent 298ff6d commit 02896c0Copy full SHA for 02896c0
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [unreleased]
4
+
5
+### Fixed
6
7
+* metadata: Add `ithacanet` to available networks.
8
9
## 5.1.0 - 2022-05-12
10
11
### Added
src/dipdup/datasources/metadata/enums.py
@@ -2,6 +2,6 @@
class MetadataNetwork(Enum):
- mainnet = 'mainnet'
- # FIXME: ...2net?
hangzhounet = 'hangzhounet'
+ ithacanet = 'ithacanet'
+ mainnet = 'mainnet'
0 commit comments