Deploying to gh-pages from @ ethereum-lists/chains@7fa1c55c31 🚀

This commit is contained in:
ligi 2022-12-12 17:46:32 +00:00
parent 8e8fe5ba17
commit 5bbb3d3f2f
10 changed files with 82 additions and 3 deletions

View File

@ -14,6 +14,14 @@
"height": 88, "height": 88,
"format": "png" "format": "png"
}] }]
}, {
"name": "p12",
"icons": [{
"url": "ipfs://bafkreieiro4imoujeewc4r4thf5hxj47l56j2iwuz6d6pdj6ieb6ub3h7e",
"width": 512,
"height": 512,
"format": "png"
}]
}, { }, {
"name": "techpay", "name": "techpay",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

24
chains/eip155-20736.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "P12 Chain",
"chain": "P12",
"icon": "p12",
"rpc": ["https://rpc-chain.p12.games"],
"faucets": [],
"nativeCurrency": {
"name": "Hooked P12",
"symbol": "hP12",
"decimals": 18
},
"infoURL": "https://p12.network",
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"shortName": "p12",
"chainId": 20736,
"networkId": 20736,
"explorers": [
{
"name": "P12 Chain Explorer",
"url": "https://explorer.p12.games",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5614,6 +5614,19 @@
"rpc": ["https://testnet-rpc.callisto.network/"], "rpc": ["https://testnet-rpc.callisto.network/"],
"faucets": ["https://faucet.callisto.network/"], "faucets": ["https://faucet.callisto.network/"],
"infoURL": "https://callisto.network" "infoURL": "https://callisto.network"
}, {
"name": "P12 Chain",
"chainId": 20736,
"shortName": "p12",
"networkId": 20736,
"nativeCurrency": {
"name": "Hooked P12",
"symbol": "hP12",
"decimals": 18
},
"rpc": ["https://rpc-chain.p12.games"],
"faucets": [],
"infoURL": "https://p12.network"
}, { }, {
"name": "CENNZnet Azalea", "name": "CENNZnet Azalea",
"chainId": 21337, "chainId": 21337,

View File

@ -8123,6 +8123,31 @@
"shortName": "CLOTestnet", "shortName": "CLOTestnet",
"chainId": 20729, "chainId": 20729,
"networkId": 79 "networkId": 79
}, {
"name": "P12 Chain",
"chain": "P12",
"icon": "p12",
"rpc": ["https://rpc-chain.p12.games"],
"faucets": [],
"nativeCurrency": {
"name": "Hooked P12",
"symbol": "hP12",
"decimals": 18
},
"infoURL": "https://p12.network",
"features": [{
"name": "EIP155"
}, {
"name": "EIP1559"
}],
"shortName": "p12",
"chainId": 20736,
"networkId": 20736,
"explorers": [{
"name": "P12 Chain Explorer",
"url": "https://explorer.p12.games",
"standard": "EIP3091"
}]
}, { }, {
"name": "CENNZnet Azalea", "name": "CENNZnet Azalea",
"chain": "CENNZnet", "chain": "CENNZnet",

8
icons/p12.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreieiro4imoujeewc4r4thf5hxj47l56j2iwuz6d6pdj6ieb6ub3h7e",
"width": 512,
"height": 512,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@ -431,6 +431,7 @@
"pom": "eip155:18159", "pom": "eip155:18159",
"btcix": "eip155:19845", "btcix": "eip155:19845",
"CLOTestnet": "eip155:20729", "CLOTestnet": "eip155:20729",
"p12": "eip155:20736",
"cennz-a": "eip155:21337", "cennz-a": "eip155:21337",
"omc": "eip155:21816", "omc": "eip155:21816",
"SFL": "eip155:22023", "SFL": "eip155:22023",