@latticexyz/entrykit 2.2.23 → 2.2.24-7fc3f6370bc1c1107de1471098f0ba3225fb62d8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -238,7 +238,7 @@ function getBundlerTransport(chain) {
238
238
  if (bundlerHttpUrl) {
239
239
  return http(bundlerHttpUrl);
240
240
  }
241
- if (chain.id === 31337) {
241
+ if (chain.id === 31337 || chain.testnet) {
242
242
  return userOpExecutor({
243
243
  executor: createClient({
244
244
  chain,