mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
20 lines
442 B
JSON
20 lines
442 B
JSON
{
|
|
"name": "Polyjuice Testnet",
|
|
"chain": "CKB",
|
|
"icon": "polyjuice",
|
|
"rpc": [
|
|
"https://godwoken-testnet-web3-rpc.ckbapp.dev",
|
|
"ws://godwoken-testnet-web3-rpc.ckbapp.dev/ws"
|
|
],
|
|
"faucets": ["https://faucet.nervos.org/"],
|
|
"nativeCurrency": {
|
|
"name": "CKB",
|
|
"symbol": "CKB",
|
|
"decimals": 8
|
|
},
|
|
"infoURL": "https://github.com/nervosnetwork/godwoken",
|
|
"shortName": "ckb",
|
|
"chainId": 71393,
|
|
"networkId": 1
|
|
}
|