datahaven/test/configs/parameters/datahaven-parameters.json
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

18 lines
No EOL
305 B
JSON

[
{
"name": "EthereumGatewayAddress",
"value": null
},
{
"name": "RewardsRegistryAddress",
"value": null
},
{
"name": "RewardsUpdateSelector",
"value": null
},
{
"name": "RewardsAgentOrigin",
"value": null
}
]