-
Notifications
You must be signed in to change notification settings - Fork 80
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
Fix/current forward flow fixes optimise #183
Fix/current forward flow fixes optimise #183
Conversation
…mate smart-account deployment + dev notes
Fix/state issue
// index | ||
// }) | ||
|
||
console.log(version, index, chainId); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove console.log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed again
@@ -790,19 +661,19 @@ class SmartAccount extends EventEmitter { | |||
} | |||
if (gasLimit) { | |||
relayTrx.gasLimit = gasLimit | |||
} else { | |||
} /*else { | |||
relayTrx.gasLimit = { | |||
hex: '0x16E360', | |||
type: 'hex' | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can remove the commented code too
Description
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: