Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate bridging logic #48

Merged
merged 6 commits into from
Apr 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update cadence/contracts/bridge/FlowEVMBridgeUtils.cdc
Co-authored-by: Joshua Hannan <joshua.hannan@flowfoundation.org>
  • Loading branch information
sisyphusSmiling and joshuahannan authored Apr 25, 2024
commit 016d61c1a717748b8df3a0178d09d40799f388de
2 changes: 1 addition & 1 deletion cadence/contracts/bridge/FlowEVMBridgeUtils.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ contract FlowEVMBridgeUtils {
assert(toPostStatus, message: "Recipient does not own the NFT after transfer")
}

/// Executes a safeMint call on the given ERC721 contract address, minting an ERC72 to the named recipient and
/// Executes a safeMint call on the given ERC721 contract address, minting an ERC721 to the named recipient and
/// asserting pre- and post-state changes. Assumes the bridge COA has the authority to mint the NFT.
///
access(account)
Expand Down
Loading