diff --git a/Makefile b/Makefile index 7ffc2742..18c8d5f6 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ checkout-base-contracts-commit: mkdir -p lib/base-contracts cd lib/base-contracts; \ git init; \ - git remote add origin https://github.com/base-org/contracts.git; \ + git remote add origin https://github.com/base/contracts.git; \ git fetch --depth=1 origin $(BASE_CONTRACTS_COMMIT); \ git reset --hard FETCH_HEAD