-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'<' not supported between instances of 'NoneType' and 'int' on wallet.set_signing_key #31
Comments
Hello @robtrip. About the 2nd issue. I did the testing on rinkeby env with test account and the following snapshot looks fine:
Can you please test it on your side and in the case of fails provide more details like test account settings etc? About 1st issue described here it needs time for detailed investigation. |
the documentation is broken with this error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey team really struggling to get the python sdk working. The snippets are a bit helpful but figuring out the whole async stuff works has been a nightmare, also had some weird issue loading the dylib. If you could just include a fully working code example it would be a lot easier!
Anyways I'm now stuck on 2 points:
--> follow up: this seems to be linked to the fact that USDT contract returned by the resolve_token function (0x3b00ef435fa4fcff5c209a37d1f3dcff37c705ad) has been self-destructed. I guess this is because you're all working off of v2 so testnet v1 is basically deprecated? I couldn't see how to manually load a token in from the code.
Thanks so much in advance
My code below:
The text was updated successfully, but these errors were encountered: