From f38aa1a293c5c4ae5c4cccc1867a3a158fc81853 Mon Sep 17 00:00:00 2001 From: devstreamux <121990553+devstreamux@users.noreply.github.com> Date: Thu, 5 Jan 2023 14:33:30 +0700 Subject: [PATCH] Add files via upload (#2096) added prettier, and fix nativecurrency symbol --- _data/chains/eip155-8098.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 _data/chains/eip155-8098.json diff --git a/_data/chains/eip155-8098.json b/_data/chains/eip155-8098.json new file mode 100644 index 00000000..cca980a6 --- /dev/null +++ b/_data/chains/eip155-8098.json @@ -0,0 +1,17 @@ +{ + "name": "StreamuX Blockchain", + "chain": "StreamuX", + "rpc": [ + "https://u0ma6t6heb:KDNwOsRDGcyM2Oeui1p431Bteb4rvcWkuPgQNHwB4FM@u0xy4x6x82-u0e2mg517m-rpc.us0-aws.kaleido.io/" + ], + "faucets": [], + "nativeCurrency": { + "name": "StreamuX", + "symbol": "SmuX", + "decimals": 18 + }, + "infoURL": "https://www.streamux.cloud", + "shortName": "StreamuX", + "chainId": 8098, + "networkId": 8098 +}