Skip to content

Commit 57bf01d

Browse files
yejunyuligi
andauthored
POC CHAIN testnet (ethereum-lists#8033)
* Add POC Testnet Added chain configurations for POC Testnet (484848). RPC endpoints are live and HTTPS enabled. Explorer is running. Icons are attached. CI tests passed locally. * Add POC Testnet Added chain configurations for POC Testnet (484848). RPC endpoints are live and HTTPS enabled. Explorer is running. Icons are attached. CI tests passed locally. * Add POC Testnet Add POC Testnet * add poc chain format --------- Co-authored-by: ligi <ligi@ligi.de>
1 parent ce20726 commit 57bf01d

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

_data/chains/eip155-1148.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "POC Testnet",
3+
"chain": "POC",
4+
"rpc": ["https://testnet-rpc.pochain.io"],
5+
"faucets": ["https://www.pochain.io/poc-faucet"],
6+
"nativeCurrency": {
7+
"name": "POC Native Token",
8+
"symbol": "POC",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://www.pochain.io",
12+
"shortName": "poc",
13+
"chainId": 1148,
14+
"networkId": 1148,
15+
"icon": "pochain",
16+
"explorers": [
17+
{
18+
"name": "pocscan",
19+
"url": "https://testnet.pocscan.com",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/icons/pochain.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafkreigxoer3jdv5hysomlo4lbpk4gibcmbhuwj4hkmbqcwiuxa26qy4je",
4+
"width": 32,
5+
"height": 32,
6+
"format": "png"
7+
}
8+
]

0 commit comments

Comments
 (0)