We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926d290 commit fcb92d9Copy full SHA for fcb92d9
pkg/ccip/bindings/feequoter/fee_quoter.go
@@ -307,9 +307,8 @@ var TLBs = tvm.MustNewTLBMap([]any{
307
// binding types that supports FetchResult interface with rpc client
308
309
type StaticConfig struct {
310
- MaxFeeJuelsPerMsg *big.Int
311
- LinkToken *address.Address
312
- // TODO: Consider changing to uint32 for EVM compatibility once on-chain is updated.
+ MaxFeeJuelsPerMsg *big.Int
+ LinkToken *address.Address
313
StalenessThreshold uint32
314
}
315
0 commit comments