From 79651c14a0cced6fdf08764ac73ea9c4dcb40d45 Mon Sep 17 00:00:00 2001 From: Cristiano Policarpo Date: Sun, 22 Jan 2023 14:40:17 -0300 Subject: [PATCH] Create eip155-49049.json (#1936) * Create eip155-49049.json * Update eip155-49049.json * fixed json style Co-authored-by: ligi --- _data/chains/eip155-49049.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-49049.json diff --git a/_data/chains/eip155-49049.json b/_data/chains/eip155-49049.json new file mode 100644 index 00000000..9e4bec0b --- /dev/null +++ b/_data/chains/eip155-49049.json @@ -0,0 +1,23 @@ +{ + "name": "Floripa", + "title": "Wireshape Testnet Floripa", + "chain": "Wireshape", + "rpc": ["https://rpc-floripa.wireshape.org"], + "faucets": [], + "nativeCurrency": { + "name": "WIRE", + "symbol": "WIRE", + "decimals": 18 + }, + "infoURL": "https://wireshape.org", + "shortName": "floripa", + "chainId": 49049, + "networkId": 49049, + "explorers": [ + { + "name": "Wire Explorer", + "url": "https://floripa-explorer.wireshape.org", + "standard": "EIP3091" + } + ] +}