Skip to content

Commit

Permalink
Create 'propose-admin.json'
Browse files Browse the repository at this point in the history
  • Loading branch information
RCantu92 committed Apr 5, 2024
1 parent d8787dd commit 84a232c
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions releases/1.4.0/basesepolia/config/propose-admin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"AccessManager": [
{
"methodName": "grantRole",
"params": [
["roles.SCANNER_POOL_ADMIN_ROLE", "deployment.multisig"],
["roles.ALLOCATOR_CONTRACT_ROLE", "deployment.stake-allocator"],
["roles.STAKING_CONTRACT_ROLE", "deployment.forta-staking"],
["roles.STAKING_ADMIN_ROLE", "deployment.multisig"],
["roles.REWARDER_ROLE", "deployment.relayer"],
["roles.SLASHER_ROLE", "deployment.slashing-controller"]
]
}
],
"ScannerPoolRegistry": [
{
"methodName": "setManagedStakeThreshold",
"params": [
[{ "min": "2500000000000000000000", "max": "15000000000000000000000", "activated": true }, "1"],
[{ "min": "2500000000000000000000", "max": "15000000000000000000000", "activated": true }, "10"],
[{ "min": "2500000000000000000000", "max": "15000000000000000000000", "activated": true }, "137"],
[{ "min": "2500000000000000000000", "max": "15000000000000000000000", "activated": true }, "56"],
[{ "min": "2500000000000000000000", "max": "15000000000000000000000", "activated": true }, "42161"],
[{ "min": "2500000000000000000000", "max": "15000000000000000000000", "activated": true }, "43114"],
[{ "min": "2500000000000000000000", "max": "15000000000000000000000", "activated": true }, "250"]
]
}
],
"StakeSubjectGateway": [
{
"methodName": "setStakeSubject",
"params": [
["2", "deployment.scanner-pool-registry"]
]
}
],
"FortaStaking": [
{
"methodName": "configureStakeHelpers",
"params": [
["deployment.stake-subject-gateway", "deployment.stake-allocator"]
]
}
],
"Dispatch": [
{
"methodName": "setScannerPoolRegistry",
"params": [
["deployment.scanner-pool-registry"]
]
}
],
"RewardsDistributor": [
{
"methodName": "setDelegationParams",
"params": [
["1", "10000"]
]
}
]
}

0 comments on commit 84a232c

Please sign in to comment.