aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/src/utils/constants.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pipeline/src/utils/constants.ts')
-rw-r--r--packages/pipeline/src/utils/constants.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/pipeline/src/utils/constants.ts b/packages/pipeline/src/utils/constants.ts
new file mode 100644
index 000000000..56f3e82d8
--- /dev/null
+++ b/packages/pipeline/src/utils/constants.ts
@@ -0,0 +1,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';