Skip to content

Commit 6835bf9

Browse files
authored
Add optimism network (#1507)
* Add optimism network. * Bump version: 3.1.1 → 3.1.2
1 parent df00c3f commit 6835bf9

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.1
2+
current_version = 3.1.2
33
commit = True
44
tag = True
55

ocean_lib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
__author__ = """OceanProtocol"""
99
# fmt: off
10-
__version__ = '3.1.1'
10+
__version__ = '3.1.2'
1111
# fmt: on

ocean_lib/example_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
PROVIDER_PER_NETWORK = {
3232
1: "https://v4.provider.mainnet.oceanprotocol.com",
3333
5: "https://v4.provider.goerli.oceanprotocol.com",
34+
10: "https://v4.provider.oceanprotocol.com",
3435
56: "https://v4.provider.bsc.oceanprotocol.com",
3536
137: "https://v4.provider.polygon.oceanprotocol.com",
3637
246: "https://v4.provider.energyweb.oceanprotocol.com",
@@ -44,6 +45,7 @@
4445
NAME_PER_NETWORK = {
4546
1: "mainnet",
4647
5: "goerli",
48+
10: "optimism",
4749
56: "bsc",
4850
137: "polygon",
4951
246: "energyweb",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
url="https://github.com/oceanprotocol/ocean.py",
9090
# fmt: off
9191
# bumpversion.sh needs single-quotes
92-
version='3.1.1',
92+
version='3.1.2',
9393
# fmt: on
9494
zip_safe=False,
9595
)

0 commit comments

Comments
 (0)