From d46fbfae02728ff8fd380d7a6107df3350e0cc17 Mon Sep 17 00:00:00 2001 From: warewar1 <110954486+warewar1@users.noreply.github.com> Date: Mon, 5 Dec 2022 06:27:29 +0800 Subject: [PATCH] Create Siriusnet V2 - mainnet (#1947) * Create eip155-217.json * Update eip155-217.json * Update eip155-217.json * Update eip155-217.json * Update _data/chains/eip155-217.json Co-authored-by: ligi --- _data/chains/eip155-217.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 _data/chains/eip155-217.json diff --git a/_data/chains/eip155-217.json b/_data/chains/eip155-217.json new file mode 100644 index 00000000..6c2a1aaa --- /dev/null +++ b/_data/chains/eip155-217.json @@ -0,0 +1,25 @@ +{ + "name": "SiriusNet V2", + "chain": "SIN2", + "faucets": [], + "rpc": [ + "https://u0zpw2zdzz:uf4y-ZGiQP_CJJgY6Vea2mSaeXOa1vFvfQ1PZhaDQ9M@u0iclv2dgh-u0jlczjhef-rpc.us0-aws.kaleido.io/" + ], + "icon": "siriusnet", + "nativeCurrency": { + "name": "MCD", + "symbol": "MCD", + "decimals": 18 + }, + "infoURL": "https://siriusnet.io", + "shortName": "SIN2", + "chainId": 217, + "networkId": 217, + "explorers": [ + { + "name": "siriusnet explorer", + "url": "http://rpc.siriusnet.io", + "standard": "none" + } + ] +}