Skip to content

Commit 7bd0322

Browse files
authored
#307 Authorized Operator Check (#232)
* #307 Authorized Operator Check
1 parent 66d269c commit 7bd0322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/deploy-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -xeuo pipefail
33

44
echo "Deploy test..."
55

6-
solana-keygen new --no-passphrase --force
6+
solana address || solana-keygen new --no-passphrase
77
export $(/spl/bin/neon-cli --evm_loader JxujFZpNBPADbfw2MnPPgnnFGruzp2ELSFWPQgrjz5D neon-elf-params /spl/bin/evm_loader.so | grep NEON_REVISION | xargs)
88

99
curl -v --header "Content-Type: application/json" --data '{"method":"eth_blockNumber","id":1,"jsonrpc":"2.0","params":[]}' $PROXY_URL

0 commit comments

Comments
 (0)