Skip to content

Commit

Permalink
Add optimism network (#1507)
Browse files Browse the repository at this point in the history
* Add optimism network.
* Bump version: 3.1.1 → 3.1.2
  • Loading branch information
calina-c authored Dec 6, 2023
1 parent df00c3f commit 6835bf9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.1.1
current_version = 3.1.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion ocean_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

__author__ = """OceanProtocol"""
# fmt: off
__version__ = '3.1.1'
__version__ = '3.1.2'
# fmt: on
2 changes: 2 additions & 0 deletions ocean_lib/example_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
PROVIDER_PER_NETWORK = {
1: "https://v4.provider.mainnet.oceanprotocol.com",
5: "https://v4.provider.goerli.oceanprotocol.com",
10: "https://v4.provider.oceanprotocol.com",
56: "https://v4.provider.bsc.oceanprotocol.com",
137: "https://v4.provider.polygon.oceanprotocol.com",
246: "https://v4.provider.energyweb.oceanprotocol.com",
Expand All @@ -44,6 +45,7 @@
NAME_PER_NETWORK = {
1: "mainnet",
5: "goerli",
10: "optimism",
56: "bsc",
137: "polygon",
246: "energyweb",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
url="https://github.com/oceanprotocol/ocean.py",
# fmt: off
# bumpversion.sh needs single-quotes
version='3.1.1',
version='3.1.2',
# fmt: on
zip_safe=False,
)

0 comments on commit 6835bf9

Please sign in to comment.