Skip to content

Commit 5db58fa

Browse files
Add scan.welshdag.trade explorer to chain 1404 (BlockDAG)
Also removes a zero-width space (U+200B) from the existing rpc.bdagscan.com URL, which prevented it from parsing. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 58e9056 commit 5db58fa

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

constants/additionalChainRegistry/chainid-1404.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const data = {
33
"chain": "BDAG",
44
"icon": "BDAG",
55
"rpc": [
6-
"https://rpc.bdagscan.com",
6+
"https://rpc.bdagscan.com",
77
],
88
"faucets": [],
99
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
@@ -21,6 +21,11 @@ export const data = {
2121
"name": "BlockDAG Explorer",
2222
"url": "https://bdagscan.com/",
2323
},
24+
{
25+
"name": "WelshDAG Explorer",
26+
"url": "https://scan.welshdag.trade",
27+
"standard": "EIP3091",
28+
},
2429
],
2530
"status": "active"
2631
};

0 commit comments

Comments
 (0)