From b0f5329d90fb676886f169947dac8a3bff09ec51 Mon Sep 17 00:00:00 2001 From: Matt Van Date: Fri, 25 Oct 2024 10:55:38 -0400 Subject: [PATCH] adds boss chain (#6070) Co-authored-by: Matt Van --- _data/chains/eip155-70701.json | 32 ++++++++++++++++++++++++++++++++ _data/icons/pop-boss.json | 8 ++++++++ 2 files changed, 40 insertions(+) create mode 100644 _data/chains/eip155-70701.json create mode 100644 _data/icons/pop-boss.json diff --git a/_data/chains/eip155-70701.json b/_data/chains/eip155-70701.json new file mode 100644 index 000000000000..e851bb73aeac --- /dev/null +++ b/_data/chains/eip155-70701.json @@ -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/" } + ] + } +} diff --git a/_data/icons/pop-boss.json b/_data/icons/pop-boss.json new file mode 100644 index 000000000000..254574da3d71 --- /dev/null +++ b/_data/icons/pop-boss.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmW3NPDe6WRqucrWbe8pg3GqSMPi8V6Qa1fAiaQuqjxSJC", + "width": 1256, + "height": 1256, + "format": "png" + } +]