mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
79651c14a0
* Create eip155-49049.json * Update eip155-49049.json * fixed json style Co-authored-by: ligi <ligi@ligi.de>
24 lines
495 B
JSON
24 lines
495 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|