Skip to content

Commit

Permalink
fix(wiki): fix broken link on custom erc20 page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginowine committed Aug 28, 2024
1 parent 1d7816e commit 0c28262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:

# Custom ERC20 Functions

Once you [registered your native token as ERC20](./erc20-native-token.md) you can use it like any other ERC20 token, with functions like
Once you [registered your native token as ERC20](./create-native-token.md) you can use it like any other ERC20 token, with functions like
`transfer`, `balanceOf`, etc. But, as the ERC20 token maps the native token on L2, there are some additional ISC features
you can take advantage of.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:

# Custom ERC20 Functions

Once you [registered your native token as ERC20](./erc20-native-token.md) you can use it like any other ERC20 token, with functions like
Once you [registered your native token as ERC20](./create-native-token.md) you can use it like any other ERC20 token, with functions like
`transfer`, `balanceOf`, etc. But, as the ERC20 token maps the native token on L2, there are some additional ISC features
you can take advantage of.

Expand Down

0 comments on commit 0c28262

Please sign in to comment.