mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
23 lines
526 B
JSON
23 lines
526 B
JSON
{
|
|
"name": "Posichain Devnet Shard 0",
|
|
"chain": "PSC",
|
|
"rpc": ["https://api.s0.d.posichain.org"],
|
|
"faucets": ["https://faucet.posichain.org/"],
|
|
"nativeCurrency": {
|
|
"name": "Posichain Native Token",
|
|
"symbol": "POSI",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://posichain.org",
|
|
"shortName": "psc-d-s0",
|
|
"chainId": 920000,
|
|
"networkId": 920000,
|
|
"explorers": [
|
|
{
|
|
"name": "Posichain Explorer Devnet",
|
|
"url": "https://explorer-devnet.posichain.org",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|