You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried running sto tool on KOVAN using Infura, beyond command:
sto --network=kovan ethereum-create-account
The processing of myconfig.ini file doesn't happen, I've tried variations of --config=file --config-file=file --config file --config-file file (preceding the commands like diagnose/issue..etc) they have no effect.
The command diagnose works if contents of myconfig.ini are passed as parameters:
sto --network kovan --ethereum-node-url https://kovan.infura.io/v3/1ac71d6490384361ad... --ethereum-private-key 0xd7dcca006d78.... diagnose
I'm not sure if that works for issue command because those have different problems (I can't tell if its using the ethereum-node-url for example) since I'm getting:
TypeError: deploy_token_contracts() got an unexpected keyword argument 'uel'
Using sto in a dockerized environment on Ubuntu 18.04
STO tool, version 0.3.4
Python version is 3.6.7
The text was updated successfully, but these errors were encountered:
I've tried running sto tool on KOVAN using Infura, beyond command:
sto --network=kovan ethereum-create-account
The processing of myconfig.ini file doesn't happen, I've tried variations of --config=file --config-file=file --config file --config-file file (preceding the commands like diagnose/issue..etc) they have no effect.
The command diagnose works if contents of myconfig.ini are passed as parameters:
sto --network kovan --ethereum-node-url https://kovan.infura.io/v3/1ac71d6490384361ad... --ethereum-private-key 0xd7dcca006d78.... diagnose
I'm not sure if that works for issue command because those have different problems (I can't tell if its using the ethereum-node-url for example) since I'm getting:
TypeError: deploy_token_contracts() got an unexpected keyword argument 'uel'
Using sto in a dockerized environment on Ubuntu 18.04
STO tool, version 0.3.4
Python version is 3.6.7
The text was updated successfully, but these errors were encountered: