Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chray-zhang committed Dec 3, 2024
1 parent 7a3f63c commit b6f3b66
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions integration-tests/common/gauntlet_plus_plus_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,21 +155,12 @@ func (m *OCRv2TestState) DeployGauntletPP(minSubmissionValue int64, maxSubmissio
return err
}

// Gauntlet PP does not have a mint op. We will use legacy gauntlet until we implement one
_, err = m.Clients.GauntletClient.MintLinkToken(m.Contracts.LinkTokenAddr, m.Contracts.OCRAddr, "100000000000000000000")
if err != nil {
return err
}

// Gauntlet PP does not have a mint op. We will use devnet endpoint
// _, err = m.TestConfig.Resty.R().SetBody(map[string]any{
// "address": m.Contracts.OCRAddr,
// "amount": 100000000000000000,
// "unit": "LINK",
// }).Post("/mint")
// if err != nil {
// return err
// }

_, err = m.Clients.GauntletPPClient.SetOCRBilling(observationPaymentGjuels, transmissionPaymentGjuels, m.Contracts.OCRAddr)
if err != nil {
return err
Expand Down

0 comments on commit b6f3b66

Please sign in to comment.