python-idex
python-idex copied to clipboard
No such file or directory: '/opt/homebrew/lib/python3.9/site-packages/idex/contracts/Exchange.abi.json'
this code from Contract function
client = Client(api_key, address, private_key)
tx_options = TransactionOptions(gas=150000, gas_price=20000000000)
client.deposit_funds( asset="USD", quantity=1123, tx_options=tx_options, )
error
File "/Users/PycharmProjects/pythonProject/pythonProject2/test_del_deposits.py", line 20, in