From f8f04d1c93515c9715c18f2d9426f45e3b5b93bc Mon Sep 17 00:00:00 2001 From: alexander-sei Date: Thu, 31 Oct 2024 02:35:28 +0100 Subject: [PATCH] Add mIntscan --- chains.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chains.json b/chains.json index df8923e..7c63dde 100644 --- a/chains.json +++ b/chains.json @@ -148,6 +148,11 @@ "name": "Seiscan", "url": "https://www.seiscan.app/pacific-1", "tx_page": "https://www.seiscan.app/pacific-1/txs/${txHash}" + }, + { + "name": "Mintscan", + "url": "https://www.mintscan.io/sei", + "tx_page": "https://www.mintscan.io/sei/tx/${txHash}" } ] },