Skip to content

Commit

Permalink
Merge pull request #122 from neonlabsorg/feature/120-health-check-for…
Browse files Browse the repository at this point in the history
…-EVM-Solana-proxy

Fixes of Solana Explorer links; extra quotes removal
  • Loading branch information
apetrovskiy authored Nov 18, 2021
2 parents ad93b0a + 5b1e845 commit 1cb7f90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.devnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ DISABLE_CONFIRMATION=true
PRIVATE_KEY=
FAUCET_QUOTIENT=1
FAUCET_URL=https://neonswap.live/request_eth_token
SOLANA_EXPLORER=https://explorer.solana.com/?cluster=custom&customUrl=https%3A%2F%2Fproxy.teststand.neontest.xyz%2Fnode-solana
SOLANA_EXPLORER=https://explorer.solana.com/?cluster=devnet&customUrl=https://api.devnet.solana.com
SOLANA_URL=http://neon.devnet.rpcpool.com/c7710a7b633cbadb9be9900c7946/
2 changes: 1 addition & 1 deletion .env.testnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ ADDRESS_FROM=
ADDRESS_TO=
DISABLE_CONFIRMATION=true
PRIVATE_KEY=
SOLANA_EXPLORER=https://explorer.solana.com/?cluster=custom&customUrl=https%3A%2F%2Fproxy.teststand.neontest.xyz%2Fnode-solana
SOLANA_EXPLORER=https://explorer.solana.com/?cluster=testnet&customUrl=https://api.testnet.solana.com
SOLANA_URL=http://neon.testnet.rpcpool.com/c7710a7b633cbadb9be9900c7946/
2 changes: 1 addition & 1 deletion .github/actions/allure-environment-data/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ runs:
ENV_PROP_FILE="environment.properties"
export $(grep -v '^#' .env | xargs)
echo "PROXY_URL=\"$PROXY_URL\"" > $ENV_PROP_FILE
echo "PROXY_URL=$PROXY_URL" > $ENV_PROP_FILE
# EVM version
EVM_VERSION=$(curl -X POST -H 'Content-Type: application/json' -d '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":0}' $PROXY_URL)
Expand Down

0 comments on commit 1cb7f90

Please sign in to comment.