Skip to content

Commit

Permalink
use proper link token address
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 committed Mar 29, 2024
1 parent f8fc83f commit 463bf7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration-tests/common/test_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ type OCRv2TestState struct {
Mu *sync.Mutex
ChainlinkNodesK8s []*client.ChainlinkK8sClient
ChainlinkNodes []*client.ChainlinkClient
LinkToken *solclient.LinkToken
Contracts []Contracts
ContractsNodeSetup map[int]*ContractNodeInfo
NodeKeysBundle []client.NodeKeysBundle
Expand Down Expand Up @@ -633,7 +632,7 @@ func (m *OCRv2TestState) ConfigureGauntletFromState(secret string) map[string]st
"PROGRAM_ID_OCR2": m.Client.ProgramWallets["ocr2-keypair.json"].PublicKey().String(),
"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.LinkToken.Address(),
"LINK": m.Client.LinkToken.Address(),
// unused?
// "WS_URL": wsUrl,
// "VAULT": vault,
Expand Down

0 comments on commit 463bf7f

Please sign in to comment.