Skip to content

Commit

Permalink
Update deploy.json with new init arg; add DEV Sepolia multisig
Browse files Browse the repository at this point in the history
  • Loading branch information
RCantu92 committed May 21, 2024
1 parent 4bf00e4 commit fc463da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion releases/1.2.13/sepolia/config/deploy.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"GeneralFortaStakingVault": {
"impl": {
"init-args": ["0x233BAc002bF01DA9FEb9DE57Ff7De5B3820C1a24", "deployment.forta", "0x233BAc002bF01DA9FEb9DE57Ff7De5B3820C1a24"],
"init-args": ["0x233BAc002bF01DA9FEb9DE57Ff7De5B3820C1a24", "deployment.forta", "0x233BAc002bF01DA9FEb9DE57Ff7De5B3820C1a24", "180"],
"opts": {
"unsafe-allow": [
"delegatecall"
Expand Down
2 changes: 1 addition & 1 deletion releases/deployments/multisigs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mumbai": "0x19AD705930B6695812c921f08b16F7DfAF59A536",
"polygon": "0x30ceaeC1d8Ed347B91d45077721c309242db3D6d",
"sepolia": "0x0000000000000000000000000000000000000000",
"sepolia": "0x4e22284F3aDC3c023c9D8bb4Fbb27fbb96ef6d5e",
"basesepolia": "0x4e22284F3aDC3c023c9D8bb4Fbb27fbb96ef6d5e",
"local": "0x233BAc002bF01DA9FEb9DE57Ff7De5B3820C1a24"
}

0 comments on commit fc463da

Please sign in to comment.