diff --git a/docs/build/isc/v1.3/docs/how-tos/core-contracts/token/erc20-native-token.md b/docs/build/isc/v1.3/docs/how-tos/core-contracts/token/erc20-native-token.md index eef11254681..af60eca098f 100644 --- a/docs/build/isc/v1.3/docs/how-tos/core-contracts/token/erc20-native-token.md +++ b/docs/build/isc/v1.3/docs/how-tos/core-contracts/token/erc20-native-token.md @@ -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. diff --git a/docs/build/isc/v1.4/docs/how-tos/core-contracts/token/erc20-native-token.md b/docs/build/isc/v1.4/docs/how-tos/core-contracts/token/erc20-native-token.md index eef11254681..af60eca098f 100644 --- a/docs/build/isc/v1.4/docs/how-tos/core-contracts/token/erc20-native-token.md +++ b/docs/build/isc/v1.4/docs/how-tos/core-contracts/token/erc20-native-token.md @@ -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.