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
This commit is contained in:
17
foundry/scripts/roles.json
Normal file
17
foundry/scripts/roles.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"EXECUTOR_SETTER_ROLE": [
|
||||
"0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2"
|
||||
],
|
||||
"FEE_SETTER_ROLE": [
|
||||
"0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2"
|
||||
],
|
||||
"PAUSER_ROLE": [
|
||||
"0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2"
|
||||
],
|
||||
"UNPAUSER_ROLE": [
|
||||
"0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2"
|
||||
],
|
||||
"FUND_RESCUER_ROLE": [
|
||||
"0xcd09f75E2BF2A4d11F3AB23f1389FcC1621c0cc2"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user