From 8e73587035ac4bdeb70b9f555f48a1ee77cabb3e Mon Sep 17 00:00:00 2001 From: Navid <32565234+Navid-Fkh@users.noreply.github.com> Date: Thu, 7 Sep 2023 19:39:12 +0330 Subject: [PATCH] Add Base network to ExplorerApiEndpoints.json --- src/components/ExplorerApiEndpoints.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/ExplorerApiEndpoints.json b/src/components/ExplorerApiEndpoints.json index 76e66f9..4a3aedc 100755 --- a/src/components/ExplorerApiEndpoints.json +++ b/src/components/ExplorerApiEndpoints.json @@ -651,6 +651,10 @@ "chainId": 7979, "url": "https://doscan.io" }, + { + "chainId": 8453, + "url": "https://api.basescan.org" + }, { "chainId": 8738, "url": "https://explorer.alph.network" @@ -1123,4 +1127,4 @@ "chainId": 666301171999, "url": "https://scan.ipdc.io" } -] \ No newline at end of file +]