import { resolve } from 'node:path'

export const mainnetTrustedSetupPath = resolve(
  __dirname,
  '../trusted-setups/mainnet.json',
)
