Skip to content

Commit

Permalink
Revert moonwall config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Dec 23, 2024
1 parent 2625dd3 commit 58d3e02
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/moonwall.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{
"name": "dev_tanssi_relay",
"envVars": ["DEBUG_COLORS=1"],
"testFileDir": ["suites/dev-tanssi-relay"],
"testFileDir": ["suites/dev-tanssi-relay", "suites/common-all", "suites/common-tanssi"],
"runScripts": [
"download-ethereum-client-test-files.sh",
"compile-wasm.ts compile -b ../target/release/tanssi-relay -o wasm -c dancelight-dev -a='--mock-container-chain=2000 --mock-container-chain=2001'"
Expand All @@ -75,8 +75,7 @@
"--chain=tmp/dancelight-dev-raw.json",
"--no-hardware-benchmarks",
"--wasmtime-precompiled=wasm",
"--unsafe-force-node-key-generation",
"-lxcm=trace"
"--unsafe-force-node-key-generation"
],
"disableDefaultEthProviders": true,
"newRpcBehaviour": true
Expand Down

0 comments on commit 58d3e02

Please sign in to comment.