From 8356b96489730d56b29f3211c75751258978b272 Mon Sep 17 00:00:00 2001 From: Karel Vuong <95452264+karelvuong@users.noreply.github.com> Date: Thu, 6 Jun 2024 13:23:46 -0400 Subject: [PATCH] Add Treasure Ruby testnet (#4914) * Add Treasure Ruby testnet * Prettify * Add Treasure icon and fix errors * Fix RPC lint * Update Treasure Ruby icon svg with width and height Embedded into svg * Remove erroneous space to fix validation error --------- Co-authored-by: ligi --- _data/chains/eip155-978657.json | 34 +++++++++++++++++++++++++++++++++ _data/icons/treasure.json | 8 ++++++++ _data/icons/treasureruby.json | 8 ++++++++ 3 files changed, 50 insertions(+) create mode 100644 _data/chains/eip155-978657.json create mode 100644 _data/icons/treasure.json create mode 100644 _data/icons/treasureruby.json diff --git a/_data/chains/eip155-978657.json b/_data/chains/eip155-978657.json new file mode 100644 index 000000000000..d4d3fd0f2dc1 --- /dev/null +++ b/_data/chains/eip155-978657.json @@ -0,0 +1,34 @@ +{ + "name": "Treasure Ruby", + "chainId": 978657, + "shortName": "treasure-ruby", + "chain": "TRS", + "networkId": 978657, + "nativeCurrency": { + "name": "Testnet MAGIC", + "symbol": "MAGIC", + "decimals": 18 + }, + "slip44": 1, + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "infoURL": "https://portal.treasure.lol", + "icon": "treasureruby", + "rpc": [ + "https://rpc-testnet.treasure.lol/http", + "wss://rpc-testnet.treasure.lol/ws" + ], + "faucets": ["https://portal.treasure.lol/faucet"], + "explorers": [ + { + "name": "treasurescan", + "url": "https://testnet.treasurescan.io", + "icon": "treasure", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [{ "url": "https://portal.treasure.lol/bridge" }] + } +} diff --git a/_data/icons/treasure.json b/_data/icons/treasure.json new file mode 100644 index 000000000000..9c0f44a9a7db --- /dev/null +++ b/_data/icons/treasure.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmd532nWBVgUJy8m9ajGKwb2oaFPdnB7Xngepge2sarNBm", + "width": 24, + "height": 24, + "format": "svg" + } +] diff --git a/_data/icons/treasureruby.json b/_data/icons/treasureruby.json new file mode 100644 index 000000000000..7647cce41dae --- /dev/null +++ b/_data/icons/treasureruby.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmbALStb7WtVPHMdwp5DBhE1pUs9QdTgYU1XqRnyJKobE4", + "width": 24, + "height": 24, + "format": "svg" + } +]