order placement doesnt crash

This commit is contained in:
Tim Olson
2023-10-14 22:06:43 -04:00
parent b3c5ae0a36
commit 8ebd5fd41a
5 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
<option name="processCode" value="true" />
<option name="processLiterals" value="true" />

View File

@@ -25,7 +25,7 @@ cd contract || err
bin/build.sh || err
# launch anvil
anvil -f arbitrum_ankr --chain-id 1338 &> ../tmp/anvil.txt &
anvil -f arbitrum_alchemy --chain-id 1338 --tracing &> ../tmp/anvil.txt &
ANVIL_PID=$!
# deploy mock environment

1
contract Submodule

Submodule contract added at 7c79e9f98e

2
server

Submodule server updated: 7b1ed173d7...a0f7b26b5f

1
web Submodule

Submodule web added at dc23ecdd20