diff --git a/constants.ts b/constants.ts new file mode 100644 index 0000000..6d9fe24 --- /dev/null +++ b/constants.ts @@ -0,0 +1,4 @@ +export const CHAINS = { + BASE_SEPOLIA: 84532, + BASE: 8453, +};