Skip to content

Commit

Permalink
Update cadence/transactions/bridge/tokens/bridge_tokens_to_any_cadenc…
Browse files Browse the repository at this point in the history
…e_address.cdc

Co-authored-by: Joshua Hannan <[email protected]>
  • Loading branch information
sisyphusSmiling and joshuahannan authored Jun 27, 2024
1 parent acc71ba commit 8667f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8667f8a

Please sign in to comment.