Skip to content

Commit

Permalink
Update broken link on the custom ERC20 page (#1674)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginowine authored Sep 8, 2024
1 parent a5a9e12 commit 89d4b14
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 [created your token](./create-native-token.md) it is automatically registered as ERC20 token and 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 [created your token](./create-native-token.md) it is automatically registered as ERC20 token and 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 89d4b14

Please sign in to comment.