Fetches and caches pair for the Minima router.
# Fetch data
yarn registry:sync
import { fetchPools } from "@dahlia-labs/minima-pair-registry";
import type { Pool } from "@dahlia-labs/minima-pair-registry";
const pools: Pool[] = await fetchPools();
AGPL-3.0