chains/_data/chains/eip155-1213.json
Elixir b5cadd6299
Add Popcateum Mainnet (#517)
* Add Popcateum Network

* Add Popcateum icon
2021-10-29 11:45:48 +02:00

25 lines
485 B
JSON

{
"name": "Popcateum Mainnet",
"chain": "POPCATEUM",
"network": "mainnet",
"rpc": [
"https://dataseed.popcateum.org"
],
"faucets": [],
"nativeCurrency": {
"name": "Popcat",
"symbol": "POP",
"decimals": 18
},
"infoURL": "https://popcateum.org",
"shortName": "popcat",
"chainId": 1213,
"networkId": 1213,
"explorers": [
{
"name": "popcateum explorer",
"url": "https://explorer.popcateum.org",
"standard": "none"
}
]
}