Skip to content

Commit

Permalink
fix: 404
Browse files Browse the repository at this point in the history
  • Loading branch information
mfw78 committed Jan 3, 2024
1 parent 7fbcca0 commit 3e2a278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export async function run(provider: Web3Provider): Promise<unknown> {
}
```

Just as we did in the [submit order tutorial](/tutorial/submit-order), we are using a `try/catch` block to handle errors.
Just as we did in the [submit order tutorial](/tutorial/submit), we are using a `try/catch` block to handle errors.

## Run the code

Expand Down

0 comments on commit 3e2a278

Please sign in to comment.