Skip to content

Commit c94a85f

Browse files
Add rpc.welshdag.trade + scan.welshdag.trade 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 c94a85f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

constants/additionalChainRegistry/chainid-1404.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ export const data = {
33
"chain": "BDAG",
44
"icon": "BDAG",
55
"rpc": [
6-
"​https://rpc.bdagscan.com",
6+
"https://rpc.bdagscan.com",
7+
"https://rpc.welshdag.trade",
78
],
89
"faucets": [],
910
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
@@ -21,6 +22,11 @@ export const data = {
2122
"name": "BlockDAG Explorer",
2223
"url": "https://bdagscan.com/",
2324
},
25+
{
26+
"name": "WelshDAG Explorer",
27+
"url": "https://scan.welshdag.trade",
28+
"standard": "EIP3091",
29+
},
2430
],
2531
"status": "active"
2632
};

0 commit comments

Comments
 (0)