File tree Expand file tree Collapse file tree
pkg/ccip/bindings/feequoter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,14 +275,14 @@ type UpdateFeeTokens struct {
275275// UpdateTokenTransferFeeConfig is a value type stored in a dictionary, NOT a message.
276276// It represents per-destination-chain token transfer fee config updates.
277277type UpdateTokenTransferFeeConfig struct {
278- Add * tlbe.Dict [uint64 , TokenTransferFeeConfig ] `tlb:"."`
279- Remove common.SnakedCell [common.AddressWrap ] `tlb:"^"`
278+ Add * tlbe.Dict [common. AddressWrap , TokenTransferFeeConfig ] `tlb:"."`
279+ Remove common.SnakedCell [common.AddressWrap ] `tlb:"^"`
280280}
281281
282282// UpdateTokenTransferFeeConfigs is the message type for updating token transfer fee configs.
283283type UpdateTokenTransferFeeConfigs struct {
284- _ tlb.Magic `tlb:"#B2826316" json:"-"` //nolint:revive // Ignore opcode tag
285- Updates * tlbe.Dict [uint64 , TokenTransferFeeConfig ] `tlb:"."` // map<uint64, UpdateTokenTransferFeeConfig>
284+ _ tlb.Magic `tlb:"#B2826316" json:"-"` //nolint:revive // Ignore opcode tag
285+ Updates * tlbe.Dict [uint64 , UpdateTokenTransferFeeConfig ] `tlb:"."`
286286}
287287
288288type UpdateDestChainConfig struct {
You can’t perform that action at this time.
0 commit comments