Files
tycho-execution/foundry/scripts/roles.json
Diana Carvalho 90cf194869 feat: Set roles script
Added a roles.json file where we can define all the addresses that need roles

--- don't change below this line ---
ENG-4101 Took 42 seconds
2025-02-26 09:49:00 +00:00

17 lines
388 B
JSON

{
"EXECUTOR_SETTER_ROLE": [
"0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2"
],
"FEE_SETTER_ROLE": [
"0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2"
],
"PAUSER_ROLE": [
"0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2"
],
"UNPAUSER_ROLE": [
"0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2"
],
"FUND_RESCUER_ROLE": [
"0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2"
]
}