From 3f3ae9fb73ddf64847836a4b27642dff02677311 Mon Sep 17 00:00:00 2001 From: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com> Date: Tue, 3 Sep 2024 13:08:37 -0600 Subject: [PATCH] update transaction comment --- cadence/transactions/bridge/tokens/bridge_tokens_from_evm.cdc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadence/transactions/bridge/tokens/bridge_tokens_from_evm.cdc b/cadence/transactions/bridge/tokens/bridge_tokens_from_evm.cdc index 738205f4..55d20a54 100644 --- a/cadence/transactions/bridge/tokens/bridge_tokens_from_evm.cdc +++ b/cadence/transactions/bridge/tokens/bridge_tokens_from_evm.cdc @@ -15,7 +15,7 @@ import "FlowEVMBridgeUtils" /// This transaction bridges fungible tokens from EVM to Cadence assuming it has already been onboarded to the /// FlowEVMBridge. /// -/// 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 vaultIdentifier: The Cadence type identifier of the FungibleToken Vault to bridge