Files
eranos/src
mkfain 03003e4541 Update profile campaign verifications for esploraApis rename
The on-chain wallet rewrite (3a703a26) replaced the single
`esploraBaseUrl` config field with an ordered `esploraApis` array
that `verifyOnchainZap` failovers across, but `ProfileCampaignsTab`
and `useProfileCampaignStats` still pulled the old name off
`AppConfig` and passed a string where the array is now required —
the two surviving call sites from the original Esplora API.

Switch both to destructure `esploraApis` and pass it through to
`verifyOnchainZap` to match the new signature.

Regression-of: 3a703a26
2026-05-22 00:48:58 -05:00
..
2026-04-30 13:19:22 +07:00
2026-04-17 16:22:33 +05:45
2026-05-13 18:35:03 -05:00