1234567891011121314docker-compose -f docker-compose-testnet.yml up -d --build1516sleep 3017181920curl http://localhost:9935 -H "Content-Type:application/json;charset=utf-8" -d "@./einstein_store_key.json"212223curl http://localhost:9936 -H "Content-Type:application/json;charset=utf-8" -d "@./newton_store_key.json"24252627curl http://localhost:9935 -H "Content-Type:application/json;charset=utf-8" -d "@./einstein_store_key_grandpa.json"282930curl http://localhost:9936 -H "Content-Type:application/json;charset=utf-8" -d "@./newton_store_key_grandpa.json"313233docker stop nft_parachain_node_einstein_134docker stop nft_parachain_node_newton_135docker stop nft_parachain_node_bohr_136docker start nft_parachain_node_einstein_137docker start nft_parachain_node_newton_138docker start nft_parachain_node_bohr_13940414243rm einstein_key_file444546rm ./einstein_store_key.json47rm ./newton_store_key.json48rm ./einstein_store_key_grandpa.json49rm ./newton_store_key_grandpa.json