File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.8.2
2+ current_version = 0.8.3
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 77
88__author__ = """OceanProtocol"""
99# fmt: off
10- __version__ = '0.8.2 '
10+ __version__ = '0.8.3 '
1111# fmt: on
Original file line number Diff line number Diff line change 5757 NETWORK_NAME : "polygon" ,
5858 NAME_BLOCK_CONFIRMATIONS : 15 ,
5959 },
60+ 246 : {
61+ NAME_PROVIDER_URL : "https://provider.energyweb.oceanprotocol.com" ,
62+ NAME_METADATA_CACHE_URI : "https://aquarius.oceanprotocol.com" ,
63+ NETWORK_NAME : "energyweb" ,
64+ NAME_BLOCK_CONFIRMATIONS : 3 ,
65+ },
66+ 1285 : {
67+ NAME_PROVIDER_URL : "https://provider.moonriver.oceanprotocol.com" ,
68+ NAME_METADATA_CACHE_URI : "https://aquarius.oceanprotocol.com" ,
69+ NETWORK_NAME : "moonriver" ,
70+ NAME_BLOCK_CONFIRMATIONS : 3 ,
71+ },
6072 1287 : {
6173 NAME_PROVIDER_URL : "https://provider.moonbeamalpha.oceanprotocol.com" ,
6274 NAME_METADATA_CACHE_URI : "https://aquarius.oceanprotocol.com" ,
6981 NETWORK_NAME : "ganache" ,
7082 NAME_BLOCK_CONFIRMATIONS : 0 ,
7183 },
84+ 44787 : {
85+ NAME_PROVIDER_URL : "https://provider.celoalfajores.oceanprotocol.com" ,
86+ NAME_METADATA_CACHE_URI : "https://aquarius.oceanprotocol.com" ,
87+ NETWORK_NAME : "celoalfajores" ,
88+ NAME_BLOCK_CONFIRMATIONS : 3 ,
89+ },
7290}
7391
7492
Original file line number Diff line number Diff line change 2828 4 : "Rinkeby" ,
2929 56 : "Binance Smart Chain" ,
3030 137 : "Polygon" ,
31+ 246 : "Energy Web" ,
32+ 1285 : "Moonriver" ,
3133 1287 : "Moonbeam Alpha" ,
3234 1337 : "Ganache" ,
35+ 44787 : "Celo Alfajores" ,
3336}
3437
3538NETWORK_TIMEOUT_MAP = {
3942 "bsc" : 10 * 60 ,
4043 "polygon" : 10 * 60 ,
4144 "moonbeamalpha" : 60 ,
45+ "celoalfajores" : 60 ,
46+ "moonriver" : 60 ,
47+ "energyweb" : 60 ,
4248 "ganache" : 2 ,
4349}
4450
Original file line number Diff line number Diff line change 1818# Installed by pip install ocean-lib
1919# or pip install -e .
2020install_requirements = [
21- "ocean-contracts==0.6.7 " ,
21+ "ocean-contracts==0.6.9 " ,
2222 "coloredlogs" ,
2323 "pyopenssl" ,
2424 "PyJWT" , # not jwt
9999 url = "https://github.com/oceanprotocol/ocean.py" ,
100100 # fmt: off
101101 # bumpversion.sh needs single-quotes
102- version = '0.8.2 ' ,
102+ version = '0.8.3 ' ,
103103 # fmt: on
104104 zip_safe = False ,
105105)
You can’t perform that action at this time.
0 commit comments