Skip to content

Commit

Permalink
Update arbitrum-docs/launch-orbit-chain/how-tos/customize-precompile.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: symbolpunk <103775631+symbolpunk@users.noreply.github.com>
  • Loading branch information
Jason-W123 and symbolpunk committed Oct 17, 2023
1 parent 222b428 commit a4ac6f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ Now navigate to the [precompiles interface][precompile_interface_dir_link] direc
event Hi(address caller);
```

If you want to make the param in event as `index`, just add index to solidity interface as this:
If you want to make the param in event as `index`, just add `index` to the Solidity interface:

```solidity
event Hi(address indexed caller);
Expand Down

0 comments on commit a4ac6f1

Please sign in to comment.