mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
470 B
JSON
24 lines
470 B
JSON
{
|
|
"name": "Openpiece Testnet",
|
|
"chain": "OPENPIECE",
|
|
"icon": "openpiece",
|
|
"rpc": ["https://testnet.openpiece.io"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Belly",
|
|
"symbol": "BELLY",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://cryptopiece.online",
|
|
"shortName": "OPtest",
|
|
"chainId": 141,
|
|
"networkId": 141,
|
|
"explorers": [
|
|
{
|
|
"name": "Belly Scan",
|
|
"url": "https://testnet.bellyscan.com",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|