Skip to content

Commit

Permalink
Merge pull request #61 from neutron-org/fix/script-extra-urls
Browse files Browse the repository at this point in the history
fix: test script urls
  • Loading branch information
oldremez authored Nov 14, 2022
2 parents 0ba9a36 + 2f6ab19 commit 63c8f68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validator_test_upload_contract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ CONTRACT=${args[0]}

NEUTRON_KEY_NAME=validator_test
GAS_PRICES=0.01untrn
EXPLORER_URL=http://23.109.159.28:3333/
FAUCET_URL=http://23.109.159.28/
EXPLORER_URL=http://explorer.quark.ntrn.info/
FAUCET_URL=https://t.me/+Y_BQropm0_VlZjVi
NODE_URL="${NODE_URL:-tcp://localhost:26657}"

echo "Node url: $NODE_URL"
Expand Down

0 comments on commit 63c8f68

Please sign in to comment.