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

[Multi-Chain] Adapt caps on new chains #446

Merged
merged 1 commit into from
Dec 6, 2024
Merged

Conversation

fhenneke
Copy link
Collaborator

@fhenneke fhenneke commented Dec 6, 2024

This PR adapts caps for rewards to what is being proposed in this CIP draft.

The caps are set as follows:

  • Ethereum mainnet
    • batch_reward_cap_upper: 0.012 ETH (12 * 10**15 wei)
    • batch_reward_cap_lower: 0.01 ETH (10 * 10**15 wei)
    • quote_reward_cow: 6 COW (6 * 10**18 atoms)
    • quote_reward_cap_native: 0.0006 ETH (6 * 10**14 wei)
  • Gnosis
    • batch_reward_cap_upper: 10 xDAI (10 * 10**18 wei)
    • batch_reward_cap_lower: 10 xDAI (10 * 10**18 wei)
    • quote_reward_cow: 6 COW (6 * 10**18 atoms)
    • quote_reward_cap_native: 0.15 xDAI (15 * 10**16 wei)
  • Arbitrum One
    • batch_reward_cap_upper: 0.012 ETH (12 * 10**15 wei)
    • batch_reward_cap_lower: 0.01 ETH (10 * 10**15 wei)
    • quote_reward_cow: 6 COW (6 * 10**18 atoms)
    • quote_reward_cap_native: 0.0002 ETH (2 * 10**14 wei)

@harisang harisang merged commit 0e6e804 into main Dec 6, 2024
5 checks passed
@harisang harisang deleted the use_caps_from_cip_draft branch December 6, 2024 10:39
@github-actions github-actions bot locked and limited conversation to collaborators Dec 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants