Skip to content

Commit bc2eac9

Browse files
committed
fix: network defaults path
1 parent fefd7c2 commit bc2eac9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/services/src/embedded/lido-core.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { DevnetServiceConfig } from "../devnet-service-config.js";
33
export const lidoCore = new DevnetServiceConfig({
44
repository: {
55
url: "git@github.com:lidofinance/core.git",
6-
branch: "develop",
6+
branch: "feat/staking-router-3.0",
77
},
88
name: "lidoCore" as const,
99
constants: {
@@ -13,7 +13,7 @@ export const lidoCore = new DevnetServiceConfig({
1313
GAS_PRIORITY_FEE: "1",
1414
NETWORK: "local-devnet",
1515
NETWORK_STATE_DEFAULTS_FILE:
16-
"scripts/scratch/deployed-testnet-defaults.json",
16+
"scripts/defaults/local-devnet-defaults.json",
1717
NETWORK_STATE_FILE: `deployed-local-devnet.json`,
1818
SLOTS_PER_EPOCH: "32",
1919
},

0 commit comments

Comments
 (0)