diff --git a/_data/chains/eip155-1404.json b/_data/chains/eip155-1404.json new file mode 100644 index 000000000000..6ff52d6290af --- /dev/null +++ b/_data/chains/eip155-1404.json @@ -0,0 +1,27 @@ +{ + "name": "BlockDAG", + "chain": "BDAG", + "chainId": 1404, + "networkId": 1404, + "shortName": "bdag", + "rpc": [ + "https://rpc.blockdag.builders", + "https://rpc.blockdag.engineering" + ], + "nativeCurrency": { + "name": "BlockDAG", + "symbol": "BDAG", + "decimals": 18 + }, + "features": [ + { "name": "EIP155" } + ], + "infoURL": "https://blockdag.network", + "explorers": [ + { + "name": "BlockDAG Explorer", + "url": "https://explorer.blockdag.engineering", + "standard": "EIP3091" + } + ] +}