Skip to content
Prev Previous commit
Next Next commit
merge from develop
  • Loading branch information
sinev-valentine committed Oct 24, 2022
commit 5eceefd0cf6953a205ab33da84558d51348e343f
2 changes: 1 addition & 1 deletion proxy/prepare-deploy-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ solana address || solana-keygen new --no-passphrase
solana airdrop 1000
solana balance

/spl/bin/neon-cli --commitment confirmed --url "${SOLANA_URL}" --evm_loader "${EVM_LOADER}" neon-elf-params > .test-env
neon-cli --commitment confirmed --url "${SOLANA_URL}" --evm_loader "${EVM_LOADER}" neon-elf-params > .test-env
echo "TEST_PROGRAM=$(solana address -k /spl/bin/neon-test-invoke-program-keypair.json)" >> .test-env

export $(cat .test-env | xargs)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.