-
Notifications
You must be signed in to change notification settings - Fork 242
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
Polishing. Fill out the Custom WebHook URL on initialization. #1223
Comments
I can fix this one! |
The websocket if it's there is already being applied via Web3SettingsEditor.ChainSettings.cs:
I've also altered the ternary operator with an extra safety check though just to be sure.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WebHook URL is selected in the dropdown by default (when you create a new web3.unity project config), but the text field is empty. It should be filled as user need to add his infura token.
The text was updated successfully, but these errors were encountered: