Skip to content

Commit

Permalink
Minor changes (#11943)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidambisrinivas committed Mar 18, 2024
1 parent 39ae593 commit 6f61d04
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions core/scripts/vrfv2plus/testnet/v2plusscripts/super_scripts.go
Original file line number Diff line number Diff line change
Expand Up @@ -748,11 +748,10 @@ func VRFV2PlusDeployUniverse(e helpers.Environment,

formattedVrfV2PlusPrimaryJobSpec := fmt.Sprintf(
jobs.VRFV2PlusJobFormatted,
contractAddresses.CoordinatorAddress, //coordinatorAddress
contractAddresses.BatchCoordinatorAddress, //batchCoordinatorAddress
coordinatorJobSpecConfig.BatchFulfillmentEnabled, //batchFulfillmentEnabled
coordinatorJobSpecConfig.BatchFulfillmentGasMultiplier, //batchFulfillmentGasMultiplier
strings.Join(util.MapToAddressArr(nodesMap[model.VRFPrimaryNodeName].SendingKeys), "\",\""), //fromAddresses
contractAddresses.CoordinatorAddress, //coordinatorAddress
contractAddresses.BatchCoordinatorAddress, //batchCoordinatorAddress
coordinatorJobSpecConfig.BatchFulfillmentEnabled, //batchFulfillmentEnabled
coordinatorJobSpecConfig.BatchFulfillmentGasMultiplier, //batchFulfillmentGasMultiplier
compressedPkHex, //publicKey
coordinatorConfig.MinConfs, //minIncomingConfirmations
e.ChainID, //evmChainID
Expand Down

0 comments on commit 6f61d04

Please sign in to comment.