gas limit had to be set when setting executors on base: kept getting UNPREDICTABLE_GAS_LIMIT error. It should definitely not cost more than 100000 gas to set limit... but this may be a problem on other chains in the future.
32 lines
759 B
JSON
32 lines
759 B
JSON
{
|
|
"mainnet": {
|
|
"EXECUTOR_SETTER_ROLE": [
|
|
"0x58Dc7Bf9eD1f4890A7505D5bE4E4252978eAF655"
|
|
],
|
|
"FEE_SETTER_ROLE": [],
|
|
"PAUSER_ROLE": [
|
|
"0x58Dc7Bf9eD1f4890A7505D5bE4E4252978eAF655"
|
|
],
|
|
"UNPAUSER_ROLE": [
|
|
"0x58Dc7Bf9eD1f4890A7505D5bE4E4252978eAF655"
|
|
],
|
|
"FUND_RESCUER_ROLE": [
|
|
"0x58Dc7Bf9eD1f4890A7505D5bE4E4252978eAF655"
|
|
]
|
|
},
|
|
"base": {
|
|
"EXECUTOR_SETTER_ROLE": [
|
|
"0xb0A77f867Fcec1e9b271Ee17354bC6bBC0dD5662"
|
|
],
|
|
"FEE_SETTER_ROLE": [],
|
|
"PAUSER_ROLE": [
|
|
"0xb0A77f867Fcec1e9b271Ee17354bC6bBC0dD5662"
|
|
],
|
|
"UNPAUSER_ROLE": [
|
|
"0xb0A77f867Fcec1e9b271Ee17354bC6bBC0dD5662"
|
|
],
|
|
"FUND_RESCUER_ROLE": [
|
|
"0xb0A77f867Fcec1e9b271Ee17354bC6bBC0dD5662"
|
|
]
|
|
}
|
|
} |