Skip to content

Commit

Permalink
fix chain writer config
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Aug 8, 2024
1 parent 46126f1 commit 15a38bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/capabilities/ccip/configs/evm/chain_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"github.com/ethereum/go-ethereum/common"

"github.com/smartcontractkit/chainlink-ccip/pkg/consts"
"github.com/smartcontractkit/chainlink/v2/common/txmgr"

"github.com/smartcontractkit/chainlink/v2/core/chains/evm/assets"
evmtypes "github.com/smartcontractkit/chainlink/v2/core/chains/evm/types"
Expand Down Expand Up @@ -60,8 +59,9 @@ func ChainWriterConfigRaw(
},
},
},
SendStrategy: txmgr.NewSendEveryStrategy(),
MaxGasPrice: maxGasPrice,
// TODO: specifying this leads the relayer to failing to unmarsal the config
// SendStrategy: txmgr.NewSendEveryStrategy(),
MaxGasPrice: maxGasPrice,
}
}

Expand Down

0 comments on commit 15a38bd

Please sign in to comment.