From 88b9cdda1f12ddc42c03999337b5c95bbba8b330 Mon Sep 17 00:00:00 2001 From: chengpengxiang <15503679582@163.com> Date: Sat, 31 Aug 2024 20:18:06 +0800 Subject: [PATCH] fix: redPacket add sepolia scroll zksync chain IDs --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d37ed32..398c51b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -107,8 +107,8 @@ qcloud: regionName: ${REGION_NAME} chain: - #ids: [ "11155111", "10", "534352", "42161", "324", "1101", "59144" ] - ids: [ "10", "42161" ] + ids: [ "11155111", "10", "534352", "42161", "324" ] + #ids: [ "10", "42161" ] login: filter: ${LOGIN_FILTER:true}