Skip to content

Commit

Permalink
Update cadence/contracts/bridge/FlowEVMBridgeResolver.cdc
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Hannan <[email protected]>
  • Loading branch information
sisyphusSmiling and joshuahannan authored Sep 3, 2024
1 parent 3f3ae9f commit e1980f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/contracts/bridge/FlowEVMBridgeResolver.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import "FlowEVMBridgeUtils"
/// Upon bridging to Cadence, these tokens must have certain basic metadata views that cannot be retrieved at the time
/// of bridging, such as MetadataViews.Display for NFTs and FungibleTokenMetadataViews.FTDisplay for FungibleTokens.
///
/// This contract then serves as a means of setting and potentiall updating base placeholder views for these bridged
/// This contract then serves as a means of setting and potentially updating base placeholder views for these bridged
/// assets. Anyone wishing to consume the metadata from the source EVM contract should either resolve directly from the
/// EVM contract or leverage the EVMBridgedMetadata view which retains the original token URI and/or contract URI (if
/// implemented in the source contract).
Expand Down

0 comments on commit e1980f3

Please sign in to comment.