Used to abstract multiple uma ctf adapters
npm install @polymarket/uma-client-aggregatorUsed to abstract multiple uma ctf adapters
``ts
import { ClientAggregator } from "@polymarket/uma-client-aggregator";
const signer = new Wallet("0x" + process.env.KEY);
const agg = new ClientAggregator(signer, 80001);
``