File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.1.1
2+ current_version = 3.1.2
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 77
88__author__ = """OceanProtocol"""
99# fmt: off
10- __version__ = '3.1.1 '
10+ __version__ = '3.1.2 '
1111# fmt: on
Original file line number Diff line number Diff line change 3131PROVIDER_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" ,
4445NAME_PER_NETWORK = {
4546 1 : "mainnet" ,
4647 5 : "goerli" ,
48+ 10 : "optimism" ,
4749 56 : "bsc" ,
4850 137 : "polygon" ,
4951 246 : "energyweb" ,
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments