We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d269c commit 7bd0322Copy full SHA for 7bd0322
proxy/deploy-test.sh
@@ -3,7 +3,7 @@ set -xeuo pipefail
3
4
echo "Deploy test..."
5
6
-solana-keygen new --no-passphrase --force
+solana address || solana-keygen new --no-passphrase
7
export $(/spl/bin/neon-cli --evm_loader JxujFZpNBPADbfw2MnPPgnnFGruzp2ELSFWPQgrjz5D neon-elf-params /spl/bin/evm_loader.so | grep NEON_REVISION | xargs)
8
9
curl -v --header "Content-Type: application/json" --data '{"method":"eth_blockNumber","id":1,"jsonrpc":"2.0","params":[]}' $PROXY_URL
0 commit comments