Skip to content

Commit

Permalink
Some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 committed Dec 12, 2024
1 parent 3ac5eb1 commit 48094f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration/common/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ const (
HOCAddr = "f3a8bd422097bFdd9B3519Eaeb533393a1c561aC"
pocAddr = "9802F661d17c65527D7ABB59DAAD5439cb125a67"
bridgeAddr = "deB34A740ECa1eC42C8b8204CBEC0bA34FDD27f3"
hocOwnerKeyHex = "6e384a07a01263518a09a5424c7b6bbfc3604ba7d93f47e3a455cbdd7f9f0682"
pocOwnerKeyHex = "4bfe14725e685901c062ccd4e220c61cf9c189897b6c78bd18d7f51291b2b8f8"
hocOwnerKeyHex = "6e384a07a01263518a09a5424c7b6bbfc3604ba7d93f47e3a455cbdd7f9f0682" // Used only in sim tests. Fine
pocOwnerKeyHex = "4bfe14725e685901c062ccd4e220c61cf9c189897b6c78bd18d7f51291b2b8f8" // Used only in sim tests. Fine
)

var HOCOwner, _ = crypto.HexToECDSA(hocOwnerKeyHex)
Expand Down
2 changes: 1 addition & 1 deletion integration/contractdeployer/contract_deployer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

const (
contractDeployerPrivateKeyHex = "4bfe14725e685901c062ccd4e220c61cf9c189897b6c78bd18d7f51291b2b8f8"
contractDeployerPrivateKeyHex = "4bfe14725e685901c062ccd4e220c61cf9c189897b6c78bd18d7f51291b2b8f8" // Used only in tests.
latestBlock = "latest"
emptyCode = "0x"
erc20ParamOne = "Hocus"
Expand Down

0 comments on commit 48094f4

Please sign in to comment.