Skip to content

Commit

Permalink
Add another one explorer to XION (#5679)
Browse files Browse the repository at this point in the history
  • Loading branch information
staking-explorer authored Dec 11, 2024
1 parent b0e7655 commit 4adf8a5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion xion/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@
"url": "https://explorer.whenmoonwhenlambo.money/xion",
"tx_page": "https://explorer.whenmoonwhenlambo.money/xion/tx/${txHash}",
"account_page": "https://explorer.whenmoonwhenlambo.money/xion/account/${accountAddress}"
},
{
"kind": "staking-explorer.com",
"url": "https://staking-explorer.com/explorer/xion",
"tx_page": "https://staking-explorer.com/transaction.php?chain=xion&tx=${txHash}",
"account_page": "https://staking-explorer.com/account.php?chain=xion&addr=${accountAddress}"
}
],
"images": [
Expand All @@ -178,4 +184,4 @@
"burnt",
"mainnet"
]
}
}

0 comments on commit 4adf8a5

Please sign in to comment.