Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
get rid of old-style neon-elf-params
  • Loading branch information
ivanl committed Nov 22, 2021
commit 217bdcc701e44523de4db752d4a8882489f2a1d6
3 changes: 1 addition & 2 deletions proxy/deploy-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ echo "Deploy test..."

solana config set -u $SOLANA_URL
solana address || solana-keygen new --no-passphrase
solana program dump "$EVM_LOADER" ./evm_loader.dump
export $(/spl/bin/neon-cli --evm_loader "$EVM_LOADER" neon-elf-params ./evm_loader.dump)
export $(/spl/bin/neon-cli --evm_loader "$EVM_LOADER" neon-elf-params)

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

Expand Down
3 changes: 1 addition & 2 deletions proxy/run-test-proxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ solana config set -u $SOLANA_URL

echo "Dumping evm_loader and extracting ELF parameters"
export EVM_LOADER=$(solana address -k /spl/bin/evm_loader-keypair.json)
solana program dump "$EVM_LOADER" ./evm_loader.dump
export $(/spl/bin/neon-cli --evm_loader="$EVM_LOADER" neon-elf-params ./evm_loader.dump)
export $(/spl/bin/neon-cli --evm_loader="$EVM_LOADER" neon-elf-params)

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

Expand Down