Spaces:
Runtime error
Runtime error
Commit
·
7b63772
1
Parent(s):
cdef52b
add missing import
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ from ocean_lib.models.btoken import BToken #BToken is ERC20
|
|
4 |
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 |
|
8 |
config = Config('config.ini')
|
9 |
ocean = Ocean(config)
|
|
|
4 |
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)
|