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

GEAR+BAL-Send-&-Schedule-CowAMM #1614

Merged
merged 4 commits into from
Dec 20, 2024
Merged

Conversation

Zen-Maxi
Copy link
Collaborator

This txn if executed will fire all rewards for the CowAMM - GEAR/wETH https://balancer.fi/pools/ethereum/cow/0x3544e78c40b209a94f2ce7b89078b2d147f4b1c8.

Please do not load or execute until after 741PM UTC December 19th, while waiting for the BAL Injector to fire its next injection.

Then intended schedule is:
pool: 0x3544e78c40b209a94f2ce7b89078b2d147f4b1c8
amounts_per_week
306050955400000000000 BAL
79487179490000000000000 GEAR
Weeks: 2
seed_injector_amount
612101910800000000000 BAL
158974359000000000000000 GEAR

This txn if executed will fire all rewards for the CowAMM - GEAR/wETH https://balancer.fi/pools/ethereum/cow/0x3544e78c40b209a94f2ce7b89078b2d147f4b1c8.

Then intended schedule is:
pool: 0x3544e78c40b209a94f2ce7b89078b2d147f4b1c8
amounts_per_week
306050955400000000000 BAL
79487179490000000000000 GEAR
Weeks: 2
seed_injector_amount
612101910800000000000 BAL
158974359000000000000000 GEAR
Copy link
Contributor

github-actions bot commented Dec 19, 2024

FILENAME: MaxiOps/injectorScheduling/mainnet/GEAR+BAL-Send-&-Schedule-CowAMM.json
COMMIT: 149b92b0caa60bbaac953c9976b3b6cf3113464f

Validator Result
validate_contains_msig
validate_msig_in_address_book
validate_chain_specified

Copy link
Contributor

github-actions bot commented Dec 19, 2024

FILENAME: MaxiOps/injectorScheduling/mainnet/GEAR+BAL-Send-&-Schedule-CowAMM.json
MULTISIG: multisigs/maxi_omni (mainnet:0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e)
COMMIT: 149b92b0caa60bbaac953c9976b3b6cf3113464f
CHAIN(S): mainnet
TENDERLY: 🟩 SUCCESS

+----------+-------------------------------------------------+-------------------------------------------------------------------------------------------+--------------------------------------------+-----+----------+
| function | token_symbol                                    | recipient                                                                                 | amount                                     | bip | tx_index |
+----------+-------------------------------------------------+-------------------------------------------------------------------------------------------+--------------------------------------------+-----+----------+
| transfer | BAL:0xba100000625a3754423978a60c9317c58a424e3D  | maxiKeepers/gaugeRewardsInjectors/Balancer_BAL:0x5a18FE4D7a2bd5A39CCa4F9D05D073F21FAE28EE | 612.1019108 (RAW: 612101910800000000000)   | N/A |    0     |
| transfer | GEAR:0xBa3335588D9403515223F109EdC4eB7269a9Ab5D | maxiKeepers/injectorV2/GEAR:0xfa7b21B30325DBbd4A71ee2B2EDE74A7d8A2c0E4                    | 158974.359 (RAW: 158974359000000000000000) | N/A |    1     |
+----------+-------------------------------------------------+-------------------------------------------------------------------------------------------+--------------------------------------------+-----+----------+

FILENAME: MaxiOps/injectorScheduling/mainnet/GEAR+BAL-Send-&-Schedule-CowAMM.json
MULTISIG: multisigs/maxi_omni (mainnet:0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e)
COMMIT: 149b92b0caa60bbaac953c9976b3b6cf3113464f
CHAIN(S): mainnet
TENDERLY: 🟩 SUCCESS

+------------------+--------------------------------------------------------------------------------------------+--------+-------------------------------------------------------------------------------------------+---------------------------------------------+---------+-------------------------------------------------+----------+
| function         | injector                                                                                   | symbol | gaugeList                                                                                 | amounts_per_period                          | periods | total_amount_first_period                       | tx_index |
+------------------+--------------------------------------------------------------------------------------------+--------+-------------------------------------------------------------------------------------------+---------------------------------------------+---------+-------------------------------------------------+----------+
| setRecipientList | 0x5a18FE4D7a2bd5A39CCa4F9D05D073F21FAE28EE(maxiKeepers/gaugeRewardsInjectors/Balancer_BAL) | BAL    | [                                                                                         | [                                           | [       | raw: 2643510955400000000000/1e18 = 2643.5109554 |    2     |
|                  |                                                                                            |        |  "0x4B891340b51889f438a03DC0e8aAAFB0Bc89e7A6 (gauges/Aave Lido wETH-wstETH-gauge-4b89)",  |  "1062500000000000000000/1e18 = 1062.5",    |  6,     |                                                 |          |
|                  |                                                                                            |        |  "0x70A1c01902DAb7a45dcA1098Ca76A8314dd8aDbA (gauges/osETH-waWETH-gauge-70a1)",           |  "478100000000000000000/1e18 = 478.1",      |  6,     |                                                 |          |
|                  |                                                                                            |        |  "0x1f3A4C8115629C33A28bF2F97F22D31d256317F6 (gauges/ETHx waWETH-gauge-1f3a)",            |  "796860000000000000000/1e18 = 796.86",     |  6,     |                                                 |          |
|                  |                                                                                            |        |  "0xA7dc263370Ba6AD86a1971EEcf37e581d5F04E11 (Balancer BCoW-50GEAR-50WETH Gauge Deposit)" |  "306050955400000000000/1e18 = 306.0509554" |  2      |                                                 |          |
|                  |                                                                                            |        | ]                                                                                         | ]                                           | ]       |                                                 |          |
+------------------+--------------------------------------------------------------------------------------------+--------+-------------------------------------------------------------------------------------------+---------------------------------------------+---------+-------------------------------------------------+----------+

Xeonus
Xeonus previously approved these changes Dec 19, 2024
Copy link
Collaborator

@Xeonus Xeonus left a comment

Choose a reason for hiding this comment

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

  • Injector targets correct as verified by report. Report only shows "raw" for GEAR but Tenderly shows correct amounts and target.
  • BAL injector correctly set for GEAR gauge
  • Nice way of synchronizing BAL and GEAR emissions!

Copy link
Collaborator

@gosuto-inzasheru gosuto-inzasheru left a comment

Choose a reason for hiding this comment

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

fixed reporting. gear erc20 is a bit funky

@Xeonus Xeonus merged commit 87e9935 into main Dec 20, 2024
2 checks passed
@Xeonus Xeonus deleted the GEAR+BAL-Send-&-Schedule-CowAMM branch December 20, 2024 09:39
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