From 805c62d75d5497d814c40573bc3d561e2f5fe73e Mon Sep 17 00:00:00 2001 From: Michele Vitiello Bonaventura <37689698+thedarkknight197@users.noreply.github.com> Date: Mon, 22 Nov 2021 18:13:17 +0100 Subject: [PATCH] Create eip155-281121.json (#585) * Create eip155-281121.json * remove extra komma Co-authored-by: ligi --- _data/chains/eip155-281121.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 _data/chains/eip155-281121.json diff --git a/_data/chains/eip155-281121.json b/_data/chains/eip155-281121.json new file mode 100644 index 00000000..f82204bb --- /dev/null +++ b/_data/chains/eip155-281121.json @@ -0,0 +1,19 @@ +{ + "name": "Social Smart Chain Mainnet", + "chain": "SoChain", + "network": "mainnet", + "rpc": [ + "https://socialsmartchain.digitalnext.business" + ], + "faucets": [], + "nativeCurrency": { + "name": "SoChain", + "symbol": "$OC", + "decimals": 18 + }, + "infoURL": "https://digitalnext.business/SocialSmartChain", + "shortName": "SoChain", + "chainId": 281121, + "networkId": 281121, + "explorers": [] +}