From 8667f8a832ee1a7b68ffebde6b1e6a59cd869a1e Mon Sep 17 00:00:00 2001 From: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com> Date: Thu, 27 Jun 2024 10:15:07 -0600 Subject: [PATCH] Update cadence/transactions/bridge/tokens/bridge_tokens_to_any_cadence_address.cdc Co-authored-by: Joshua Hannan --- .../bridge/tokens/bridge_tokens_to_any_cadence_address.cdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadence/transactions/bridge/tokens/bridge_tokens_to_any_cadence_address.cdc b/cadence/transactions/bridge/tokens/bridge_tokens_to_any_cadence_address.cdc index becc344d..e3c0ff06 100644 --- a/cadence/transactions/bridge/tokens/bridge_tokens_to_any_cadence_address.cdc +++ b/cadence/transactions/bridge/tokens/bridge_tokens_to_any_cadence_address.cdc @@ -17,7 +17,7 @@ import "FlowEVMBridgeUtils" /// balance of the ERC20 to bridging into Cadence. Also know that the recipient Flow account must have a Receiver /// capable of receiving the bridged tokens accessible via published Capability at the token's standard path. /// -/// NOTE: The ERC721 must have first been onboarded to the bridge. This can be checked via the method +/// NOTE: The ERC20 must have first been onboarded to the bridge. This can be checked via the method /// FlowEVMBridge.evmAddressRequiresOnboarding(address: self.evmContractAddress) /// /// @param tokenContractAddress: The Flow account address hosting the FT-defining Cadence contract