Skip to content

Commit 45010b7

Browse files
aodhgangawnieg
andauthored
fix: update happychain testnet explorer url (#154)
Co-authored-by: aodhgan <[email protected]>
1 parent a1ff96a commit 45010b7

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

assets/chains.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/named.rs

+3-4
Original file line numberDiff line numberDiff line change
@@ -1288,10 +1288,9 @@ impl NamedChain {
12881288
GravityAlphaTestnetSepolia => {
12891289
("https://explorer-sepolia.gravity.xyz/api", "https://explorer-sepolia.gravity.xyz")
12901290
}
1291-
HappychainTestnet => (
1292-
"https://happy-testnet-sepolia.explorer.caldera.xyz/api",
1293-
"https://happy-testnet-sepolia.explorer.caldera.xyz",
1294-
),
1291+
HappychainTestnet => {
1292+
("https://explorer.testnet.happy.tech/api", "https://explorer.testnet.happy.tech")
1293+
}
12951294

12961295
XaiSepolia => ("https://sepolia.xaiscan.io/api", "https://sepolia.xaiscan.io"),
12971296
Xai => ("https://xaiscan.io/api", "https://xaiscan.io"),

0 commit comments

Comments
 (0)