From 2055a6742f625f9072e2e36a9dc6404b1667db33 Mon Sep 17 00:00:00 2001 From: chengpengxiang <15503679582@163.com> Date: Sat, 20 Jul 2024 23:29:41 +0800 Subject: [PATCH] fix: saven op and arb chain id config --- src/main/resources/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 89df6507..c484770d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -107,7 +107,8 @@ qcloud: regionName: ${REGION_NAME} chain: - ids: [ "11155111", "10", "534352", "42161", "324", "1101", "59144" ] + #ids: [ "11155111", "10", "534352", "42161", "324", "1101", "59144" ] + ids: [ "10", "42161" ] login: filter: ${LOGIN_FILTER:true}