Skip to content

Commit 55a1ac1

Browse files
weixie.cuiAniket-Engg
authored andcommitted
fix: tx is not contract invocation or contract creation
1 parent c2f96ce commit 55a1ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/providers/foundry-provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class FoundryProvider extends AbstractProvider {
2626
<b>curl -L https://foundry.paradigm.xyz | bash</b>
2727
</div>
2828
<div className="p-1 ps-3">
29-
<b>anvil</b>
29+
<b>anvil --steps-tracing</b>
3030
</div>
3131
<div className="pt-2 pb-4">
3232
<FormattedMessage

0 commit comments

Comments
 (0)