Skip to content

Commit

Permalink
chore: change example block fork
Browse files Browse the repository at this point in the history
  • Loading branch information
1kresh committed Dec 2, 2024
1 parent 0abcd82 commit 27cd7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/integration/SymbioticCoreIntegrationExample.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ contract SymbioticCoreIntegrationExample is SymbioticCoreIntegration {
function setUp() public override {
SYMBIOTIC_CORE_PROJECT_ROOT = "";
// vm.selectFork(vm.createFork(vm.rpcUrl("holesky")));
// SYMBIOTIC_INIT_BLOCK = 2_727_202;
// SYMBIOTIC_INIT_BLOCK = vm.getBlockNumber() - 96;
// SYMBIOTIC_CORE_USE_EXISTING_DEPLOYMENT = true;

SYMBIOTIC_CORE_NUMBER_OF_STAKERS = 10;
Expand Down

0 comments on commit 27cd7a0

Please sign in to comment.