Skip to content
Snippets Groups Projects
Commit c2e2aad3 authored by Anthony GRAIGNIC's avatar Anthony GRAIGNIC
Browse files

Remove some duplicate env vars in simulation script

parent 7abdd981
No related branches found
No related tags found
No related merge requests found
Pipeline #6648 passed
...@@ -2,11 +2,6 @@ ...@@ -2,11 +2,6 @@
export MINER_SIGNING_KEY=4c0883a69102937d6231471b5dbb6204fe5129617082792ae468d01a3f362318; export MINER_SIGNING_KEY=4c0883a69102937d6231471b5dbb6204fe5129617082792ae468d01a3f362318;
export MNEMONIC='before exclude interest push zone jealous boat ice chimney juice young side diagram silent pipe'; export MNEMONIC='before exclude interest push zone jealous boat ice chimney juice young side diagram silent pipe';
# export RPC_URL=http://ecomobicoin-1.cri.local.isima.fr:8545;
# export CHAIN_ID=6363;
export RPC_URL=http://127.0.0.1:8545;
export CHAIN_ID=636363;
# Check if RPC node is available before starting the simulation # Check if RPC node is available before starting the simulation
MAX_ATTEMPTS=5 MAX_ATTEMPTS=5
DELAY_BETWEEN_ATTEMPS=3 DELAY_BETWEEN_ATTEMPS=3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment