Skip to content

Commit

Permalink
Fix incorrect entry point
Browse files Browse the repository at this point in the history
Updated evm contract entry point for getERC20ExternalNativeTokenAddress to correct singular form
  • Loading branch information
cwarnerdev authored Dec 13, 2023
1 parent 99fc51e commit 38d89f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 38d89f6

Please sign in to comment.