From 5e3dec243ceab2293fdd301cd50655343be61067 Mon Sep 17 00:00:00 2001 From: zzq0826 <770166635@qq.com> Date: Thu, 23 May 2024 11:50:15 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Auto=20squash=20#1068=20=E2=80=89[bot]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bbf49652d..ed83b3026 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scroll.io", - "version": "5.0.92", + "version": "5.0.93", "private": false, "license": "MIT", "scripts": { From 0e8d3a88b0aa7ded92a6f6ea739ed27647538f5d Mon Sep 17 00:00:00 2001 From: holybasil Date: Mon, 27 May 2024 10:18:15 +0800 Subject: [PATCH 2/2] fix: stable token list --- src/apis/dynamic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apis/dynamic.ts b/src/apis/dynamic.ts index 4d381dc3e..5c03c0290 100644 --- a/src/apis/dynamic.ts +++ b/src/apis/dynamic.ts @@ -1 +1 @@ -export const tokenListUrl = "https://scroll-tech.github.io/token-list/scroll.tokenlist.json" +export const tokenListUrl = "https://scroll-semi-static-assets.vercel.app/token-list.json"