Skip to content

Commit

Permalink
fix: change the module type for SimpleDVT in the scratch deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Amuhar committed Dec 24, 2024
1 parent e622b3b commit c1704f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployed-holesky.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"app:simple-dvt": {
"stakingRouterModuleParams": {
"moduleName": "SimpleDVT",
"moduleType": "simple-dvt-onchain-v1",
"moduleType": "curated-onchain-v1",
"targetShare": 50,
"moduleFee": 800,
"treasuryFee": 200,
Expand Down
2 changes: 1 addition & 1 deletion scripts/scratch/deployed-testnet-defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
},
"simpleDvt": {
"deployParameters": {
"stakingModuleTypeId": "simple-dvt-onchain-v1",
"stakingModuleTypeId": "curated-onchain-v1",
"stuckPenaltyDelay": 432000
}
},
Expand Down

0 comments on commit c1704f9

Please sign in to comment.