mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Polyjuice chain (#384)
This commit is contained in:
parent
f777280724
commit
648a9cc680
20
_data/chains/eip155-71393.json
Normal file
20
_data/chains/eip155-71393.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"name": "Polyjuice Testnet",
|
||||||
|
"chain": "CKB",
|
||||||
|
"network": "testnet",
|
||||||
|
"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
|
||||||
|
}
|
8
_data/icons/polyjuice.json
Normal file
8
_data/icons/polyjuice.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url":"ipfs://QmZ5gFWUxLFqqT3DkefYfRsVksMwMTc5VvBjkbHpeFMsNe",
|
||||||
|
"width":1000,
|
||||||
|
"height":1628,
|
||||||
|
"format":"png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user