From 31fa561bc8eef6be1f5993ff9470ea5eb97fdb14 Mon Sep 17 00:00:00 2001 From: hspark_iotrust Date: Fri, 27 Sep 2024 11:04:28 +0900 Subject: [PATCH 1/2] =?UTF-8?q?#321=20cross=20=EC=A7=80=EC=9B=90=20?= =?UTF-8?q?=EC=B2=B4=EC=9D=B8=20=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- swap-exchange/json/pre/swap-exchange-info.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/swap-exchange/json/pre/swap-exchange-info.json b/swap-exchange/json/pre/swap-exchange-info.json index 7480480..fd302b6 100644 --- a/swap-exchange/json/pre/swap-exchange-info.json +++ b/swap-exchange/json/pre/swap-exchange-info.json @@ -339,5 +339,14 @@ "BASE", "ARBITRUM", "AVALANCHE" + ], + "crossSupportedChains": [ + "ETHEREUM", + "OPTIMISM", + "BSC", + "POLYGON", + "BASE", + "ARBITRUM", + "AVALANCHE" ] } From 0c6c8ada7769f92b356e03c597eda0096e01450b Mon Sep 17 00:00:00 2001 From: hspark_iotrust Date: Fri, 27 Sep 2024 11:25:47 +0900 Subject: [PATCH 2/2] =?UTF-8?q?#321=20cross=20=EC=A7=80=EC=9B=90=20?= =?UTF-8?q?=EC=B2=B4=EC=9D=B8=20=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- swap-exchange/json/swap-exchange-info.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/swap-exchange/json/swap-exchange-info.json b/swap-exchange/json/swap-exchange-info.json index e5f566c..5c13cf1 100644 --- a/swap-exchange/json/swap-exchange-info.json +++ b/swap-exchange/json/swap-exchange-info.json @@ -326,5 +326,14 @@ "BASE", "ARBITRUM", "AVALANCHE" + ], + "crossSupportedChains": [ + "ETHEREUM", + "OPTIMISM", + "BSC", + "POLYGON", + "BASE", + "ARBITRUM", + "AVALANCHE" ] }