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

add gas limits for some AVX20, tune for PLG20 and BEP20 #1075

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

cipig
Copy link
Member

@cipig cipig commented Jun 11, 2024

the PLG20 and BEP20 tokens i tested now use

    "gas_limit": {
        "eth_send_erc20": 55000,
        "erc20_payment": 110000,
        "erc20_receiver_spend": 80000,
        "erc20_sender_refund": 80000
    }

the AVX20 tokens

    "gas_limit": {
        "eth_send_erc20": 60000,
        "erc20_payment": 120000,
        "erc20_receiver_spend": 90000,
        "erc20_sender_refund": 90000
    }

and also set EURE-PLG20 explicitly to the following, since it uses much more gas, because it's a proxy token

    "gas_limit": {
        "eth_send_erc20": 90000,
        "erc20_payment": 150000,
        "erc20_receiver_spend": 120000,
        "erc20_sender_refund": 120000
    }

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.

2 participants