smartcontractkit / ccip

Cross Chain Interoperability Protocol
Other
119 stars 47 forks source link

replace contains with equals #1385

Closed anirudhwarrier closed 1 month ago

anirudhwarrier commented 1 month ago

Motivation

When simulating slow load on testnet, the load gen was getting applied to multiple networks.

Solution

Replace contains check with EqualFold. Also add some logs to make it easier to understand.