safe-global / safe-wallet-web

Safe{Wallet} – multisig EVM wallet
https://app.safe.global
GNU General Public License v3.0
346 stars 408 forks source link

Chains are missing if more than 20 are configured on the config service #4336

Open schmanu opened 1 day ago

schmanu commented 1 day ago

Bug description

If our config service has more than 20 visible chain configs we only display the first 20.

We need to fetch all pages of chain infos from the endpoint.

Environment

Steps to reproduce

  1. Activate >20 chains
  2. Observe missing chains in the network selector

Expected result

All chains are loaded and available

Obtained result

Only 20 chains are available

liliya-soroka commented 11 hours ago

Verified