From f9abb6cacb70a0d6dd609dc1684ea2dd5b45158e Mon Sep 17 00:00:00 2001 From: wanglonghong Date: Tue, 19 Sep 2023 09:10:43 +0800 Subject: [PATCH] fix: local confirmation --- crossChain.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crossChain.json b/crossChain.json index 1c0d1cb..89c5d45 100644 --- a/crossChain.json +++ b/crossChain.json @@ -2709,7 +2709,7 @@ "chainId": 31337, "domainId": "31337", "type": "local", - "confirmations": 10, + "confirmations": 1, "network": "localmainnet", "networkId": 31337, "nativeCurrency": { "name": "Ethereum", "symbol": "ETH", "decimals": 18 }, @@ -2726,7 +2726,7 @@ "chainId": 31338, "domainId": "31338", "type": "local", - "confirmations": 10, + "confirmations": 1, "network": "localoptimism", "networkId": 31338, "nativeCurrency": { "name": "Ethereum", "symbol": "ETH", "decimals": 18 }, @@ -2743,7 +2743,7 @@ "chainId": 31339, "domainId": "31339", "type": "local", - "confirmations": 10, + "confirmations": 1, "network": "localarbitrumone", "networkId": 31339, "nativeCurrency": { "name": "Ethereum", "symbol": "ETH", "decimals": 18 },