mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
8773aceaf9
* 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>
25 lines
517 B
JSON
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"
|
|
}
|
|
]
|
|
}
|