aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/utils/constants.ts
blob: 56f3e82d8213f8f054236559ac41527dc31c5cb3 (plain) (blame)
1
2
3
// Block number when the Exchange contract was deployed to mainnet.
export const EXCHANGE_START_BLOCK = 6271590;
export const INFURA_ROOT_URL = 'https://mainnet.infura.io';