diff --git a/.gitignore b/.gitignore index 6db6ff8e..e640b817 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ node_modules # cli dist + +# env +.env \ No newline at end of file diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..0e04fb2d --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +-include .env + +fork: fork-sepolia fork-mainnet fork-gnosis + +fork-%: + @echo "Forking the $* network..." + anvil --fork-url $($(shell echo $* | tr a-z A-Z)_RPC_URL) --chain-id 31337 diff --git a/packages/nextjs/app/cow/_components/PoolConfiguration.tsx b/packages/nextjs/app/cow/_components/PoolConfiguration.tsx index 4845020a..1fe3f346 100644 --- a/packages/nextjs/app/cow/_components/PoolConfiguration.tsx +++ b/packages/nextjs/app/cow/_components/PoolConfiguration.tsx @@ -82,7 +82,7 @@ export const PoolConfiguration = () => { return ( <>