Skip to content

Commit 024bf02

Browse files
ivandzenivanl
andauthored
fix scripts (#329)
Co-authored-by: ivanl <ivanl@cqg.com>
1 parent dea01f4 commit 024bf02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proxy/deploy-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Deploy test..."
55

66
solana config set -u $SOLANA_URL
77
solana address || solana-keygen new --no-passphrase
8-
export $(/spl/bin/neon-cli --url $SOLANA_URL --evm_loader "$EVM_LOADER" neon-elf-params)
8+
export $(/spl/bin/neon-cli --commitment confirmed --url $SOLANA_URL --evm_loader "$EVM_LOADER" neon-elf-params)
99

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

proxy/run-test-proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ solana config set -u $SOLANA_URL
99

1010
echo "Dumping evm_loader and extracting ELF parameters"
1111
export EVM_LOADER=$(solana address -k /spl/bin/evm_loader-keypair.json)
12-
export $(/spl/bin/neon-cli --url $SOLANA_URL --evm_loader="$EVM_LOADER" neon-elf-params)
12+
export $(/spl/bin/neon-cli --commitment confirmed --url $SOLANA_URL --evm_loader="$EVM_LOADER" neon-elf-params)
1313

1414
/spl/bin/create-test-accounts.sh 1
1515

0 commit comments

Comments
 (0)