From a677e84e07e33e208334218fd1fe6048650d0404 Mon Sep 17 00:00:00 2001 From: didi Date: Mon, 22 Jan 2024 19:40:54 +0100 Subject: [PATCH] also updated manifest file (do we still need this?) --- manifest.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 16f407a5..5d7db348 100644 --- a/manifest.json +++ b/manifest.json @@ -57,6 +57,18 @@ "421613": { "name": "Arbitrum Goerli Testnet", "network_type": "evm-l2" + }, + "534351": { + "name": "Scroll Sepolia Testnet", + "network_type": "evm-l2" + }, + "534352": { + "name": "Scroll", + "network_type": "evm-l2" + }, + "11155420": { + "name": "Optimism Sepolia Testnet", + "network_type": "evm-l2" } } -} \ No newline at end of file +}