Skip to content

Commit

Permalink
rm unused util contract
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Apr 1, 2024
1 parent 389e9d2 commit 113b301
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 138 deletions.
2 changes: 1 addition & 1 deletion cadence/contracts/bridge/FlowEVMBridge.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ contract FlowEVMBridge : IFlowEVMNFTBridge {
// Otherwise, serialize the NFT
uri = SerializeNFT.serializeNFTMetadataAsURI(&token as &{NonFungibleToken.NFT})
}

// Lock the NFT & calculate the storage used by the NFT
let storageUsed = FlowEVMBridgeNFTEscrow.lockNFT(<-token)
// Calculate the bridge fee on current rates
Expand Down
137 changes: 0 additions & 137 deletions cadence/contracts/utils/DelegatedCOACaller.cdc

This file was deleted.

0 comments on commit 113b301

Please sign in to comment.