Skip to content

Commit

Permalink
remove FlowEVMBridge comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Apr 10, 2024
1 parent 3cc726b commit a692e35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cadence/contracts/bridge/FlowEVMBridge.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ contract FlowEVMBridge : IFlowEVMNFTBridge, IFlowEVMTokenBridge {
let feeVault <-feeProvider.withdraw(amount: FlowEVMBridgeConfig.onboardFee) as! @FlowToken.Vault
FlowEVMBridgeUtils.deposit(<-feeVault)
// Deploy an EVM defining contract via the FlowBridgeFactory.sol contract
// let evmContractAddress = self.deployEVMContract(forAssetType: type)
let onboardingValues = self.deployEVMContract(forAssetType: type)
// Initialize bridge escrow for the asset
if type.isSubtype(of: Type<@{NonFungibleToken.NFT}>()) {
Expand Down

0 comments on commit a692e35

Please sign in to comment.