diff --git a/zetachain/chain.json b/zetachain/chain.json index a329c73724..c3c7b38069 100644 --- a/zetachain/chain.json +++ b/zetachain/chain.json @@ -371,6 +371,12 @@ "url": "https://explorer.nodestake.org/zetachain", "tx_page": "https://explorer.nodestake.org/zetachain/tx/${txHash}" }, + { + "kind": "staking-explorer.com", + "url": "https://staking-explorer.com/explorer/zetachain", + "tx_page": "https://staking-explorer.com/transaction.php?chain=zetachain&tx=${txHash}", + "account_page": "https://staking-explorer.com/account.php?chain=zetachain&addr=${accountAddress}" + }, { "kind": "Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅", "url": "https://explorer.nodeshub.online/zetachain/", @@ -378,4 +384,4 @@ "account_page": "https://explorer.nodeshub.online/zetachain/accounts/${accountAddress}" } ] -} \ No newline at end of file +}