Skip to content

Commit

Permalink
update transaction comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Sep 3, 2024
1 parent 1f6e1b8 commit 3f3ae9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f3ae9f

Please sign in to comment.