mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@7fa1c55c31 🚀
This commit is contained in:
parent
8e8fe5ba17
commit
5bbb3d3f2f
|
@ -14,6 +14,14 @@
|
|||
"height": 88,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "p12",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafkreieiro4imoujeewc4r4thf5hxj47l56j2iwuz6d6pdj6ieb6ub3h7e",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "techpay",
|
||||
"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
24
chains/eip155-20736.json
Normal 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
|
@ -5614,6 +5614,19 @@
|
|||
"rpc": ["https://testnet-rpc.callisto.network/"],
|
||||
"faucets": ["https://faucet.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",
|
||||
"chainId": 21337,
|
||||
|
|
|
@ -8123,6 +8123,31 @@
|
|||
"shortName": "CLOTestnet",
|
||||
"chainId": 20729,
|
||||
"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",
|
||||
"chain": "CENNZnet",
|
||||
|
|
8
icons/p12.json
Normal file
8
icons/p12.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreieiro4imoujeewc4r4thf5hxj47l56j2iwuz6d6pdj6ieb6ub3h7e",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
|
@ -431,6 +431,7 @@
|
|||
"pom": "eip155:18159",
|
||||
"btcix": "eip155:19845",
|
||||
"CLOTestnet": "eip155:20729",
|
||||
"p12": "eip155:20736",
|
||||
"cennz-a": "eip155:21337",
|
||||
"omc": "eip155:21816",
|
||||
"SFL": "eip155:22023",
|
||||
|
|
Loading…
Reference in New Issue
Block a user