Skip to content

Commit

Permalink
Add Proof of Play Apex Chain (ethereum-lists#4438)
Browse files Browse the repository at this point in the history
* Pop Apex

* icon size

* reference icon

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
mattvv and ligi authored Mar 30, 2024
1 parent e059cf3 commit ea0748f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
32 changes: 32 additions & 0 deletions _data/chains/eip155-70700.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Proof of Play - Apex",
"chainId": 70700,
"shortName": "pop-apex",
"chain": "ETH",
"networkId": 70700,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://rpc.apex.proofofplay.com"],
"faucets": [],
"explorers": [
{
"name": "Proof of Play Apex Explorer",
"url": "https://explorer.apex.proofofplay.com",
"icon": "pop-apex",
"standard": "EIP3091"
}
],
"infoURL": "https://proofofplay.com",
"icon": "pop-apex",
"parent": {
"type": "L2",
"chain": "eip155-42161",
"bridges": [
{ "url": "https://bridge.arbitrum.io" },
{ "url": "https://relay.link/bridge/apex/" }
]
}
}
8 changes: 8 additions & 0 deletions _data/icons/pop-apex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmW3NPDe6WRqucrWbe8pg3GqSMPi8V6Qa1fAiaQuqjxSJC",
"width": 1256,
"height": 1256,
"format": "png"
}
]

0 comments on commit ea0748f

Please sign in to comment.