Skip to content

Commit

Permalink
adds boss chain (#6070)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Van <[email protected]>
  • Loading branch information
mattvv and mattvv authored Oct 25, 2024
1 parent b12a8e2 commit b0f5329
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-70701.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Proof of Play - Boss",
"chainId": 70701,
"shortName": "pop-boss",
"chain": "ETH",
"networkId": 70701,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://rpc.boss.proofofplay.com"],
"faucets": [],
"explorers": [
{
"name": "Proof of Play Boss Explorer",
"url": "https://explorer.boss.proofofplay.com",
"icon": "pop-boss",
"standard": "EIP3091"
}
],
"infoURL": "https://proofofplay.com",
"icon": "pop-boss",
"parent": {
"type": "L2",
"chain": "eip155-42161",
"bridges": [
{ "url": "https://bridge.arbitrum.io" },
{ "url": "https://relay.link/bridge/boss/" }
]
}
}
8 changes: 8 additions & 0 deletions _data/icons/pop-boss.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 b0f5329

Please sign in to comment.