From ebb06835f1590e6103b52d67449b0e1c7ad45e20 Mon Sep 17 00:00:00 2001 From: Giovanni Sanchez <108043524+sisyphusSmiling@users.noreply.github.com> Date: Tue, 30 Apr 2024 13:24:44 -0500 Subject: [PATCH] remove FlowEVMBridge and FlowEVMBridgeAccessor from previewnet deployment --- flow.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/flow.json b/flow.json index ae8408f4..f1f04ef5 100644 --- a/flow.json +++ b/flow.json @@ -343,23 +343,15 @@ } ] }, + "FlowEVMBridgeHandlerInterfaces", + "FlowEVMBridgeHandlers", "FlowEVMBridgeNFTEscrow", "FlowEVMBridgeTokenEscrow", "FlowEVMBridgeTemplates", "IEVMBridgeNFTMinter", "IEVMBridgeTokenMinter", "IFlowEVMNFTBridge", - "IFlowEVMTokenBridge", - "FlowEVMBridge", - { - "name": "FlowEVMBridgeAccessor", - "args": [ - { - "type": "Address", - "value": "0xb6763b4399a888c8" - } - ] - } + "IFlowEVMTokenBridge" ] } }