mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add P12 Chains (#2010)
* ✨ feat: add p12 pudge * Update eip155-20736.json * 🐳 chore: add icon * Update _data/icons/p12.json Co-authored-by: ligi <ligi@ligi.de> * 🐳 chore: Add downloaded Icon * 🌈 style: prettier Co-authored-by: Boyang <wangboyang1991@gmail.com> Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
eab7e6b63e
commit
7fa1c55c31
24
_data/chains/eip155-20736.json
Normal file
24
_data/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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/p12.json
Normal file
8
_data/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 |
Loading…
Reference in New Issue
Block a user