From 2606263234a7e01ece1af9826e6084fd800dae8f Mon Sep 17 00:00:00 2001 From: Emil Date: Tue, 28 May 2024 17:21:23 +0300 Subject: [PATCH] added scroll chain in Bundle --- js/Bundle.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/Bundle.js b/js/Bundle.js index 450cc1b9..22295b6a 100644 --- a/js/Bundle.js +++ b/js/Bundle.js @@ -207,6 +207,7 @@ function getChainID(network) { if (network === 'optimism') return 10 if (network === 'okc') return 66 if (network === 'base') return 8453 + if (network === 'scroll') return 534352 if (network === 'rinkeby') return 4 if (network === 'mumbai') return 80001 if (network === 'sepolia') return 11155111