Skip to content

Commit

Permalink
Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chray-zhang committed Oct 25, 2024
1 parent 1f707fc commit 74f6c7b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions integration-tests/common/gauntlet_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,22 +109,7 @@ func (m *OCRv2TestState) DeployGauntlet(minSubmissionValue int64, maxSubmissionV
return err
}

// done. Need to test
// err = m.deployLinkToken()
// if err != nil {
// return err
// }

// Sleep
fmt.Println("RPC URL" + m.Common.RPCDetails.RPCL2External)
fmt.Println("Account: " + m.Account.Account)
fmt.Println("PrivateKEy: " + m.Account.PrivateKey)
err = m.declareLinkToken()
if err != nil {
return err
}

err = m.deployLinkTokenWithGpp()
err = m.deployLinkToken()
if err != nil {
return err
}
Expand Down

0 comments on commit 74f6c7b

Please sign in to comment.