Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Comments fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Sep 5, 2023
1 parent bb28c7a commit 1a1b624
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contracts/system_addresses.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,14 @@ var (
RootMintableERC1155PredicateContract = types.StringToAddress("0x100b")

// Governance contracts
// ChildGovernorContract is an address of main governance contract
ChildGovernorContract = types.StringToAddress("0x100c")
// ChildTimelockContract is an address of timelock contract used by the governor contract
ChildTimelockContract = types.StringToAddress("0x100d")
// NetworkParamsContract is an address of NetworkParams contract which holds network config params
NetworkParamsContract = types.StringToAddress("0x100e")
ForkParamsContract = types.StringToAddress("0x100f")
// ForkParamsContract is an address of ForkParams contract which holds data of enabled forks
ForkParamsContract = types.StringToAddress("0x100f")

// SystemCaller is address of account, used for system calls to smart contracts
SystemCaller = types.StringToAddress("0xffffFFFfFFffffffffffffffFfFFFfffFFFfFFfE")
Expand Down

0 comments on commit 1a1b624

Please sign in to comment.