Skip to content

Commit

Permalink
set OffchainConfig to empty (#13211)
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier authored May 15, 2024
1 parent 6ee7c81 commit 09660df
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 09660df

Please sign in to comment.