diff --git a/.env.example b/.env.example index e4e5541..5510c1c 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,3 @@ PROVIDER_URL= -BEACON_CHAIN_API_URL=https://lodestar-mainnet.chainsafe.io +BEACON_CHAIN_API_URL=http://testing.mainnet.beacon-api.nimbus.team CHAIN_ID=1 \ No newline at end of file diff --git a/src/provers/light-optimistic/deploy-heroku.sh b/src/provers/light-optimistic/deploy-heroku.sh index 52de5af..efbb9c3 100644 --- a/src/provers/light-optimistic/deploy-heroku.sh +++ b/src/provers/light-optimistic/deploy-heroku.sh @@ -3,6 +3,6 @@ name=$1 heroku create "$name" git remote add "$name" "https://git.heroku.com/$name.git" -heroku config:set --app "$name" BEACON_CHAIN_API_URL=https://lodestar-mainnet.chainsafe.io CHAIN_ID=1 +heroku config:set --app "$name" BEACON_CHAIN_API_URL=http://testing.mainnet.beacon-api.nimbus.team CHAIN_ID=1 git push "$name" main \ No newline at end of file