Skip to content

Commit

Permalink
try to get stderr logging
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Apr 2, 2024
1 parent 33e6228 commit 65a7515
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion integration-tests/common/test_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,6 @@ func (m *OCRv2TestState) ConfigureGauntletFromState(secret string) map[string]st
"PROGRAM_ID_ACCESS_CONTROLLER": m.Client.ProgramWallets["access_controller-keypair.json"].PublicKey().String(),
"PROGRAM_ID_STORE": m.Client.ProgramWallets["store-keypair.json"].PublicKey().String(),
"LINK": m.Client.LinkToken.Address(),
"DEBUG": "true",
// unused?
// "WS_URL": wsUrl,
// "VAULT": vault,
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/rs/zerolog v1.30.0
github.com/smartcontractkit/chainlink-common v0.1.7-0.20240327133125-eed636b9a6df
github.com/smartcontractkit/chainlink-solana v1.0.3-0.20240216142700-c5869534c19e
github.com/smartcontractkit/chainlink-testing-framework v1.27.9-0.20240402165759-29af3978e85a
github.com/smartcontractkit/chainlink-testing-framework v1.27.9-0.20240402180845-466e9feadefb
github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20240327222022-90568911d216
github.com/smartcontractkit/chainlink/v2 v2.10.0-beta0.0.20240327222022-90568911d216
github.com/smartcontractkit/libocr v0.0.0-20240326191951-2bbe9382d052
Expand Down
2 changes: 2 additions & 0 deletions integration-tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1429,6 +1429,8 @@ github.com/smartcontractkit/chainlink-starknet/relayer v0.0.1-beta-test.0.202403
github.com/smartcontractkit/chainlink-starknet/relayer v0.0.1-beta-test.0.20240325075535-0f7eb05ee595/go.mod h1:vV6WfnVIbK5Q1JsIru4YcTG0T1uRpLJm6t2BgCnCSsg=
github.com/smartcontractkit/chainlink-testing-framework v1.27.9-0.20240402165759-29af3978e85a h1:BEw/F4T+s7hGOWj0IJ+qOwd806bG6knZ4TZ3hwMLq6s=
github.com/smartcontractkit/chainlink-testing-framework v1.27.9-0.20240402165759-29af3978e85a/go.mod h1:jN+HgXbriq6fKRlIqLw9F3I81aYImV6kBJkIfz0mdIA=
github.com/smartcontractkit/chainlink-testing-framework v1.27.9-0.20240402180845-466e9feadefb h1:aHpQoS6fh+JtrDgcmaYtrR16swFzo7nY4O7tUtOhiFs=
github.com/smartcontractkit/chainlink-testing-framework v1.27.9-0.20240402180845-466e9feadefb/go.mod h1:jN+HgXbriq6fKRlIqLw9F3I81aYImV6kBJkIfz0mdIA=
github.com/smartcontractkit/chainlink-vrf v0.0.0-20231120191722-fef03814f868 h1:FFdvEzlYwcuVHkdZ8YnZR/XomeMGbz5E2F2HZI3I3w8=
github.com/smartcontractkit/chainlink-vrf v0.0.0-20231120191722-fef03814f868/go.mod h1:Kn1Hape05UzFZ7bOUnm3GVsHzP0TNrVmpfXYNHdqGGs=
github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20240327222022-90568911d216 h1:tJLpFGp0LhlUN6G30FwbLDYjvJkQGPB2Ca5Ij5fpS9A=
Expand Down

0 comments on commit 65a7515

Please sign in to comment.