From 38d89f6269a4511e58054294220f3536f1c00eec Mon Sep 17 00:00:00 2001 From: Chris Warner <138500512+cwarnerdev@users.noreply.github.com> Date: Wed, 13 Dec 2023 05:16:21 -1000 Subject: [PATCH] Fix incorrect entry point Updated evm contract entry point for getERC20ExternalNativeTokenAddress to correct singular form --- .../wasp-evm/v1.0.0-rc.6/docs/reference/core-contracts/evm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build/wasp-evm/v1.0.0-rc.6/docs/reference/core-contracts/evm.md b/docs/build/wasp-evm/v1.0.0-rc.6/docs/reference/core-contracts/evm.md index a64b943658d..440c00195a6 100644 --- a/docs/build/wasp-evm/v1.0.0-rc.6/docs/reference/core-contracts/evm.md +++ b/docs/build/wasp-evm/v1.0.0-rc.6/docs/reference/core-contracts/evm.md @@ -88,7 +88,7 @@ A, and the owner of the foundry wishes to register the ERC20 contract on chain B. In that case, the owner must call this endpoint on chain A with `target = chain B`. The request to chain B is then sent as an on-ledger request. After a few minutes, call -[`getERC20ExternalNativeTokensAddress`](#geterc20externalnativetokensaddress) +[`getERC20ExternalNativeTokenAddress`](#geterc20externalnativetokenaddress) on chain B to find out the address of the ERC20 contract. #### Parameters @@ -138,7 +138,7 @@ The call will fail if the address is taken by another collection with the same p ## Views -### `getERC20ExternalNativeTokensAddress` +### `getERC20ExternalNativeTokenAddress` Returns the address of an ERC20 contract registered with [`registerERC20NativeTokenOnRemoteChain`](#registererc20nativetokenonchain).