Skip to content

Commit 116969f

Browse files
committed
Update sequence description
1 parent a98020e commit 116969f

File tree

1 file changed

+1
-1
lines changed
  • chains/evm/deployment/v2_0_0/adapters

1 file changed

+1
-1
lines changed

chains/evm/deployment/v2_0_0/adapters/fees.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func (a *FeesAdapter) SetTokenTransferFee(e cldf.Environment) *operations.Sequen
9494
return operations.NewSequence(
9595
"SetTokenTransferFee",
9696
semver.MustParse("2.0.0"),
97-
"Sets token transfer fee configuration on CCIP 1.6.0 FeeQuoter contracts",
97+
"Sets token transfer fee configuration on CCIP 2.0.0 FeeQuoter contracts",
9898
func(b operations.Bundle, chains cldf_chain.BlockChains, input fees.SetTokenTransferFeeSequenceInput) (sequences.OnChainOutput, error) {
9999
var result sequences.OnChainOutput
100100
src := input.Selector

0 commit comments

Comments
 (0)