From 648a9cc6809255138a23024e19d2eaf9d787def2 Mon Sep 17 00:00:00 2001 From: jjy Date: Sat, 28 Aug 2021 03:49:50 +0800 Subject: [PATCH] Add Polyjuice chain (#384) --- _data/chains/eip155-71393.json | 20 ++++++++++++++++++++ _data/icons/polyjuice.json | 8 ++++++++ 2 files changed, 28 insertions(+) create mode 100644 _data/chains/eip155-71393.json create mode 100644 _data/icons/polyjuice.json diff --git a/_data/chains/eip155-71393.json b/_data/chains/eip155-71393.json new file mode 100644 index 00000000..f2a57309 --- /dev/null +++ b/_data/chains/eip155-71393.json @@ -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 +} diff --git a/_data/icons/polyjuice.json b/_data/icons/polyjuice.json new file mode 100644 index 00000000..e97e8fad --- /dev/null +++ b/_data/icons/polyjuice.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmZ5gFWUxLFqqT3DkefYfRsVksMwMTc5VvBjkbHpeFMsNe", + "width":1000, + "height":1628, + "format":"png" + } +]