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: Mahsa Moosavi <mahsa.msv1991@gmail.com>
  • Loading branch information
Jason-W123 and mahsamoosavi committed Oct 17, 2023
1 parent 4b5f850 commit f40f07b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (con *ArbSys) SayHi(c ctx, evm mech) (string, error) {
}
```

Now navigate to the [precompiles interface][precompile_interface_dir_link] directory, open `Arbsys.sol`, and add the required interface. Ensure that the Event name on the interface matches the name of the function you introduced in `ArbSys` struct in the previous step:
Now navigate to the [precompiles interface][precompile_interface_dir_link] directory, open `Arbsys.sol`, and add the required interface. Ensure that the event name on the interface matches the name of the function you introduced in `ArbSys` struct in the previous step:

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

0 comments on commit f40f07b

Please sign in to comment.