Skip to content

Commit

Permalink
scripts: Stage 1.4: Set InitBonds
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 committed Jun 18, 2024
1 parent 5ab6720 commit fffec84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rvsol/scripts/Deploy_Stage_1_4.sol
Original file line number Diff line number Diff line change
Expand Up @@ -271,5 +271,7 @@ contract Deploy is Deployer {
"DisputeGameFactoryProxy: set `FaultDisputeGame` implementation (Backend: ASTERISC | GameType: %s)",
vm.toString(GameType.unwrap(GameTypes.ASTERISC))
);

factory.setInitBond(GameTypes.ASTERISC, 0.08 ether);
}
}

0 comments on commit fffec84

Please sign in to comment.