Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ from ocean_lib.ocean.ocean import Ocean
|
|
| 5 |
from ocean_lib.web3_internal.wallet import Wallet
|
| 6 |
from ocean_lib.web3_internal.currency import from_wei # wei is the smallest denomination of ether e.g. like cents
|
| 7 |
from ocean_lib.web3_internal.currency import pretty_ether_and_wei
|
|
|
|
| 8 |
|
| 9 |
config = Config('config.ini')
|
| 10 |
ocean = Ocean(config)
|
|
|
|
| 5 |
from ocean_lib.web3_internal.wallet import Wallet
|
| 6 |
from ocean_lib.web3_internal.currency import from_wei # wei is the smallest denomination of ether e.g. like cents
|
| 7 |
from ocean_lib.web3_internal.currency import pretty_ether_and_wei
|
| 8 |
+
from wallet import get_wallet
|
| 9 |
|
| 10 |
config = Config('config.ini')
|
| 11 |
ocean = Ocean(config)
|