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

Improve Klaytn support + revise some other ethereum methods #525

Merged
merged 3 commits into from
Jul 17, 2024

Conversation

msizov
Copy link
Contributor

@msizov msizov commented Jul 16, 2024

No description provided.

override fun getGroupMethods(groupName: String): Set<String> =
when (groupName) {
override fun getGroupMethods(groupName: String): Set<String> {
val isArbitrum = when (chain) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

    private fun getTraceMethods(): List<String> {
        return when (chain) {
            Chain.ARBITRUM__MAINNET, ... other chains -> listOf("arb_methods")
            else -> traceMethods
        }
    }

@msizov msizov force-pushed the improve_klaytn_support branch from 84d3749 to 6246b65 Compare July 17, 2024 10:27
@msizov msizov merged commit 2bb91e6 into master Jul 17, 2024
1 check passed
@msizov msizov deleted the improve_klaytn_support branch July 17, 2024 12:14
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.

3 participants