-
Notifications
You must be signed in to change notification settings - Fork 5.2k
add test case #29885
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
add test case #29885
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
decimals: 18, | ||
}, | ||
// this does not match what already exists in the NetworkController as an endpoint for this chain | ||
rpcUrls: ['http://127.0.0.1:8546'], |
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.
you can use localhost here i think and keep it on 8545
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.
.build(), | ||
ganacheOptions: { | ||
...defaultGanacheOptions, | ||
concurrent: [{ port: 8546, chainId: '0x539' }], |
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.
don't think you need double ganache nor the second ganache instance since you can target localhost and 127.0.0.1 for the singular 0x539 ganache instance
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.
Co-authored-by: jiexi <[email protected]>
a686e2b
into
jl/mmp-3814/fix-grant-permissions-add-ethereum-chain
Add missing test case