From 6b1e3ccad1cfcaae5aa1ab917960258f0ef1a6b6 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 29 May 2023 23:03:45 +1000 Subject: [PATCH] Add PLAYA3ULL Games Mainnet (#2898) * Add PLAYA3ULL Games Mainnet * fix: use online explorer, update caps for `GAMES` * fix: change to routerscan * Update _data/chains/eip155-3011.json Co-authored-by: ligi --------- Co-authored-by: ligi --- _data/chains/eip155-3011.json | 25 +++++++++++++++++++++++++ _data/icons/playa3ull.json | 8 ++++++++ 2 files changed, 33 insertions(+) create mode 100644 _data/chains/eip155-3011.json create mode 100644 _data/icons/playa3ull.json diff --git a/_data/chains/eip155-3011.json b/_data/chains/eip155-3011.json new file mode 100644 index 00000000..ff8bb6c7 --- /dev/null +++ b/_data/chains/eip155-3011.json @@ -0,0 +1,25 @@ +{ + "name": "PLAYA3ULL GAMES", + "chain": "3ULL", + "rpc": ["https://api.mainnet.playa3ull.games"], + "faucets": [], + "nativeCurrency": { + "name": "3ULL", + "symbol": "3ULL", + "decimals": 18 + }, + "features": [{ "name": "EIP1559" }], + "infoURL": "https://playa3ull.games", + "shortName": "3ULL", + "chainId": 3011, + "networkId": 3011, + "icon": "playa3ull", + "explorers": [ + { + "name": "PLAYA3ULL GAMES Explorer", + "url": "https://3011.routescan.io", + "icon": "playa3ull", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/playa3ull.json b/_data/icons/playa3ull.json new file mode 100644 index 00000000..b282ec8e --- /dev/null +++ b/_data/icons/playa3ull.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreib62bv2d65d7nidojgpkgatrt7smee2l4ov6i6ozqhpfaqsonxku4", + "width": 512, + "height": 443, + "format": "png" + } +]