Skip to content

Commit

Permalink
update accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
janezpodhostnik committed Jan 21, 2025
1 parent 61c2b34 commit 25b9987
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fvm/systemcontracts/system_contracts.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,9 @@ var (
evmStorageAddressMainnet = flow.HexToAddress("d421a63faae318f9")

// executionParametersAddressTestnet is the address of the Execution Parameters contract on Testnet
executionParametersAddressTestnet = flow.HexToAddress("a71b77409f5acbc1")
executionParametersAddressTestnet = flow.HexToAddress("6997a2f2cf57b73a")
// executionParametersAddressMainnet is the address of the Execution Parameters contract on Mainnet
// TODO: update this address once the Execution Parameters contract is deployed on Mainnet
executionParametersAddressMainnet = flow.HexToAddress("TODO")
executionParametersAddressMainnet = flow.HexToAddress("f426ff57ee8f6110")
)

// SystemContract represents a system contract on a particular chain.
Expand Down

0 comments on commit 25b9987

Please sign in to comment.