Skip to content

Commit

Permalink
fix key in deplouy #164
Browse files Browse the repository at this point in the history
  • Loading branch information
otselnik committed Aug 11, 2021
1 parent 323339c commit 6dfcc4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evm_loader/deploy-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ fi
sleep 25 # Wait while evm_loader deploy finalized

#generate collateral pool accounts
solana -k evm_loader-keypair.json airdrop 1000
python3 collateral_pool_generator.py evm_loader-keypair.json
solana -k collateral-pool-keypair.json airdrop 1000
python3 collateral_pool_generator.py collateral-pool-keypair.json

python3 -m unittest discover -v -p 'test*.py'

Expand Down

0 comments on commit 6dfcc4a

Please sign in to comment.