Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename NEAR chain -> Aurora #178

Merged
merged 2 commits into from
Jan 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions gnosis/eth/ethereum_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ class EthereumNetwork(Enum):
TOYS_TESTNET = 99415706
OLT = 311752642
IPOS = 1122334455
NEAR = 1313161554
NEAR_TESTNET = 1313161555
NEAR_BETANET = 1313161556
AURORA = 1313161554
AURORA_TESTNET = 1313161555
AURORA_BETANET = 1313161556
PIRL = 3125659152
OLT_TESTNET = 4216137055
PALM_TESTNET = 11297108099
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name="gnosis-py",
version="3.7.7",
version="3.7.8",
packages=find_packages(),
package_data={"gnosis": ["py.typed"]},
install_requires=requirements,
Expand Down