Skip to content

Commit

Permalink
Merge pull request #98 from dappnode/3alpha/change-test-tx-hash
Browse files Browse the repository at this point in the history
Change test tx hash to CS module deploy tx
  • Loading branch information
Marketen authored Jan 3, 2025
2 parents e361509 + 3250940 commit cea742c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config_loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func LoadNetworkConfig() (Config, error) {
VeboBlockDeployment: uint64(17172556),
CsFeeDistributorBlockDeployment: uint64(20935463),
CSModuleAddress: common.HexToAddress("0xdA7dE2ECdDfccC6c3AF10108Db212ACBBf9EA83F"),
CSModuleTxReceipt: common.HexToHash("0x85d995eba9763907fdf35cd2034144dd9d53ce32cbec21349d4b12823c6860c5"),
CSModuleTxReceipt: common.HexToHash("0xf5330dbcf09885ed145c4435e356b5d8a10054751bb8009d3a2605d476ac173f"),
LidoKeysApiUrl: "https://keys-api.lido.fi",
ProxyApiPort: proxyApiPort,
MinGenesisTime: uint64(1606824023),
Expand Down

0 comments on commit cea742c

Please sign in to comment.