Skip to content

feat(affiliates): add gas rebate 65 for February 2026#4936

Merged
md0x merged 1 commit intomasterfrom
feat/gas-rebates-february-2026
Mar 4, 2026
Merged

feat(affiliates): add gas rebate 65 for February 2026#4936
md0x merged 1 commit intomasterfrom
feat/gas-rebates-february-2026

Conversation

@md0x
Copy link
Copy Markdown
Contributor

@md0x md0x commented Mar 3, 2026

Motivation

Run the monthly UMA voter gas rebate process for February 2026 and add the payout artifact to the repo for execution/auditability.

Summary

  • Adds packages/affiliates/gas-rebate/rebates/Rebate_65.json
  • Rebate metadata:
    • rebate: 65
    • fromBlock: 24358293
    • toBlock: 24558867
    • countVoters: 833
    • totalRebateAmount: 3.957194169733043 ETH

Details

Rebate_65.json follows Rebate_64.json with a contiguous block range and captures the February 2026 voter gas rebate distribution.

Verification command

cd packages/affiliates
CUSTOM_NODE_URL="<YOURMAINNETRPCURL" \
NODE_OPTIONS="--max-old-space-size=32096" \
OVERRIDE_FROM_BLOCK=24358293 \
OVERRIDE_TO_BLOCK=24558867 \
MIN_STAKED_TOKENS=1000 \
TRANSACTION_CONCURRENCY=100 \
MAX_BLOCK_LOOK_BACK=250 \
MAX_PRIORITY_FEE_GWEI=0.001 \
yarn hardhat run ./gas-rebate/VoterGasRebateV2.ts --network mainnet

Testing

  • Ran end-to-end test, running the code as in production
  • New unit tests created
  • Existing tests adequate, no new tests required
  • All existing tests pass
  • Untested

Issue(s)

N/A (monthly operational rebate update)

@md0x md0x merged commit f0389e1 into master Mar 4, 2026
7 checks passed
@md0x md0x deleted the feat/gas-rebates-february-2026 branch March 4, 2026 10:19
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