datahaven/operator/runtime/mainnet
Tobi Demeco a205b22532
feat: set rewards info as parameters in runtime (#99)
This PR improves the CLI to get from the deployments the
`RewardsRegistryAddress` (address of the RewardsRegistry contract
deployed), `RewardsAgentOrigin` (origin used for the agent in charge of
updating the rewards merkle root in the RewardsRegistry contract) and
`RewardsUpdateSelector` (function selector of the function that the
agent must execute to do the aforementioned update) and then set these
values in the `parameters` pallet of the runtime.

After these changes the rewards merkle root is being updated on the
Ethereum side. 🎉
2025-06-16 12:20:18 +02:00
..
src feat: set rewards info as parameters in runtime (#99) 2025-06-16 12:20:18 +02:00
tests feat: Native Token Transfer to Ethereum (#88) 2025-06-12 00:07:36 +02:00
build.rs feat(operator): Multi-runtime support (#38) 2025-05-08 13:14:30 +00:00
Cargo.toml feat: Native Token Transfer to Ethereum (#88) 2025-06-12 00:07:36 +02:00