Skip to content

Commit

Permalink
fixed teztnets.xyz -> teztnets.com, NETWORK=paris2net
Browse files Browse the repository at this point in the history
  • Loading branch information
ztepler committed Jun 6, 2024
1 parent e43915c commit f639e80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/etherlink/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ client_dir="/root/.tezos-client"
rollup_dir="/root/.tezos-smart-rollup-node"
evm_dir="/root/.evm-node"
endpoint=$NODE_URI
faucet="https://faucet.$NETWORK.teztnets.xyz"
faucet="https://faucet.$NETWORK.teztnets.com"

if [ -z "$NODE_URI" ]; then
if [ -z "$NETWORK" ]; then
echo "NETWORK is not set"
exit 1
fi
#endpoint="https://rpc.$NETWORK.teztnets.xyz"
endpoint="https://rpc.$NETWORK.teztnets.com"
#endpoint="https://$NETWORK.ecadinfra.com"
endpoint="https://rpc.tzkt.io/$NETWORK"
#endpoint="https://rpc.tzkt.io/$NETWORK"
fi

TZNETWORK_ADDRESS="https://teztnets.com/$NETWORK"
Expand Down

0 comments on commit f639e80

Please sign in to comment.