chains/_data/chains/eip155-2018.json
Rafael Torres 8773aceaf9
Add PublicMint Testnet and Devnet (#1719)
* Add PublicMint Testnet and Devnet

* Update 2020 chain data

* Update _data/chains/eip155-2018.json

* Update _data/chains/eip155-2019.json

* Update eip155-2020.json

* Change conflicting shortName

Co-authored-by: ligi <ligi@ligi.de>
Co-authored-by: Rafael Torres <rafaeltorres@publicmint.com>
2022-10-26 20:42:36 +02:00

25 lines
517 B
JSON

{
"name": "PublicMint Devnet",
"title": "Public Mint Devnet",
"chain": "PublicMint",
"rpc": ["https://rpc.dev.publicmint.io:8545"],
"faucets": [],
"nativeCurrency": {
"name": "USD",
"symbol": "USD",
"decimals": 18
},
"infoURL": "https://publicmint.com",
"shortName": "pmint_dev",
"chainId": 2018,
"networkId": 2018,
"slip44": 60,
"explorers": [
{
"name": "PublicMint Explorer",
"url": "https://explorer.dev.publicmint.io",
"standard": "EIP3091"
}
]
}