From 3231347dc9b98b81edff0f08308b0a513a878524 Mon Sep 17 00:00:00 2001 From: Trevor Atkinson Date: Wed, 10 May 2023 14:54:22 -0600 Subject: [PATCH] add structx (#2759) * add data file * add missing fields * Update eip155-208.json * Update eip155-208.json * pretty --------- Co-authored-by: ligi --- _data/chains/eip155-208.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _data/chains/eip155-208.json diff --git a/_data/chains/eip155-208.json b/_data/chains/eip155-208.json new file mode 100644 index 00000000..dfb380b5 --- /dev/null +++ b/_data/chains/eip155-208.json @@ -0,0 +1,15 @@ +{ + "name": "Structx Mainnet", + "chain": "utx", + "rpc": ["https://mainnet.structx.io"], + "faucets": [], + "nativeCurrency": { + "name": "Notes", + "symbol": "utx", + "decimals": 18 + }, + "infoURL": "https://structx.io", + "shortName": "utx", + "chainId": 208, + "networkId": 208 +}