Skip to content
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

[gh-11-integration-test] Modernized JS for eos-evm-node/peripherals/tx_wrapper #20

Closed
wants to merge 1 commit into from

Conversation

ericpassmore
Copy link

Modernized JS with const, let, and imports. These are optional suggestions. Specifically

  • all import use single-quotes even up the usage between single and double quote
  • replaces deprecated substr with supported substring
  • changed var to const or let
  • some variables with auto initialized, added let or const for clarity

@ericpassmore ericpassmore self-assigned this Aug 4, 2023
Base automatically changed from gh-11-integration-test to main August 4, 2023 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant