From 51f32039f90c1017ee14c7a5aec5dcfce5326849 Mon Sep 17 00:00:00 2001 From: Civa <44102586+civa@users.noreply.github.com> Date: Fri, 16 Jul 2021 12:10:20 +0100 Subject: [PATCH] Create eip155-142.json (#339) --- _data/chains/eip155-142.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 _data/chains/eip155-142.json diff --git a/_data/chains/eip155-142.json b/_data/chains/eip155-142.json new file mode 100644 index 00000000..9d4176da --- /dev/null +++ b/_data/chains/eip155-142.json @@ -0,0 +1,18 @@ +{ + "name": "DAX CHAIN", + "chain": "DAX", + "network": "mainnet", + "rpc": [ + "https://rpc.prodax.io" + ], + "faucets": [], + "nativeCurrency": { + "name": "Prodax", + "symbol": "DAX", + "decimals": 18 + }, + "infoURL": "https://prodax.io/", + "shortName": "dax", + "chainId": 142, + "networkId": 142 +}