Skip to content

Commit

Permalink
set OffchainConfig to empty
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed May 14, 2024
1 parent a0e7b7c commit a1755bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ Load Config:
TriggerType: uint8(1),
CheckData: encodedCheckDataStruct,
TriggerConfig: encodedLogTriggerConfig,
OffchainConfig: []byte("0"),
OffchainConfig: []byte(""),
FundingAmount: automationDefaultLinkFunds,
}
l.Debug().Interface("Upkeep Config", upkeepConfig).Msg("Upkeep Config")
Expand Down

0 comments on commit a1755bc

Please sign in to comment.