mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Create eip155-30067.json * Update eip155-30067.json * Create piecechain.json Co-authored-by: piecenetwork <104021337+piecenetwork@users.noreply.github.com>
24 lines
520 B
JSON
24 lines
520 B
JSON
{
|
|
"name": "Piece testnet",
|
|
"chain": "PieceNetwork",
|
|
"icon": "piecechain",
|
|
"rpc": ["https://testnet-rpc0.piecenetwork.com"],
|
|
"faucets": ["https://piecenetwork.com/faucet"],
|
|
"nativeCurrency": {
|
|
"name": "ECE",
|
|
"symbol": "ECE",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://piecenetwork.com",
|
|
"shortName": "Piece",
|
|
"chainId": 30067,
|
|
"networkId": 30067,
|
|
"explorers": [
|
|
{
|
|
"name": "Piece Scan",
|
|
"url": "https://testnet-scan.piecenetwork.com",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|