Skip to content

Commit 74b6322

Browse files
committed
add: BlockDAG Mainnet Network
1 parent 29b983b commit 74b6322

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
export const data = {
2+
"name": "BlockDAG Network",
3+
"chain": "BDAG",
4+
"icon": "BDAG",
5+
"rpc": [
6+
"​https://rpc.bdagscan.com",
7+
],
8+
"faucets": [],
9+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
10+
"nativeCurrency": {
11+
"name": "BlockDAG",
12+
"symbol": "BDAG",
13+
"decimals": 18,
14+
},
15+
"infoURL": "https://www.blockdag.network/",
16+
"shortName": "bdag",
17+
"chainId": 1404,
18+
"networkId": 1404,
19+
"explorers": [
20+
{
21+
"name": "BlockDAG Explorer",
22+
"url": "https://bdagscan.com/",
23+
},
24+
],
25+
"status": "active"
26+
};

0 commit comments

Comments
 (0)