From c4326d537095c51189280d3071ee00fa8f2a45db Mon Sep 17 00:00:00 2001 From: the R0AR Date: Tue, 7 Oct 2025 13:34:06 -0500 Subject: [PATCH 1/5] Update eip155-193939.json Updating R0AR Chain with its latest icon information. --- _data/chains/eip155-193939.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/chains/eip155-193939.json b/_data/chains/eip155-193939.json index 617567d1aae7..c19feda09da6 100644 --- a/_data/chains/eip155-193939.json +++ b/_data/chains/eip155-193939.json @@ -1,6 +1,7 @@ { "name": "R0AR Chain", "chain": "R0AR Chain", + "icon": "r0ar", "rpc": ["https://rpc-r0ar.io"], "faucets": [], "nativeCurrency": { From fa9c25dfda3c4af7bc24bed7fc401888d99d9d0e Mon Sep 17 00:00:00 2001 From: the R0AR Date: Tue, 7 Oct 2025 13:35:59 -0500 Subject: [PATCH 2/5] Update eip155-11166111.json Updating chain information to include the chain's icon. --- _data/chains/eip155-11166111.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/chains/eip155-11166111.json b/_data/chains/eip155-11166111.json index 41a8246338c5..9d4825a5db49 100644 --- a/_data/chains/eip155-11166111.json +++ b/_data/chains/eip155-11166111.json @@ -1,6 +1,7 @@ { "name": "R0AR Testnet", "chain": "R0AR Testnet", + "icon": "r0ar", "rpc": ["https://testnet.rpc-r0ar.io"], "faucets": ["https://testnet.r0arfaucet.io"], "nativeCurrency": { From 3cbf731a39f94b8fa20a29ad08a02fbc49fb2281 Mon Sep 17 00:00:00 2001 From: the R0AR Date: Tue, 7 Oct 2025 14:18:15 -0500 Subject: [PATCH 3/5] add r0ar.json to icons file --- _data/icons/r0ar.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _data/icons/r0ar.json diff --git a/_data/icons/r0ar.json b/_data/icons/r0ar.json new file mode 100644 index 000000000000..3b4e4405c43e --- /dev/null +++ b/_data/icons/r0ar.json @@ -0,0 +1,14 @@ +[ + { + "url": "ipfs://bafkreicz6422v574rrwrbmvllvrts6nyv4cwcpxxrrokrsr6ekjuky3c6i", + "width": 512, + "height": 512, + "format": "png" + }, + { + "url": "ipfs://bafkreibqk63qcgukyunft3h2qxh56cg6mtvzlrnxw4mbpxgahdk2litxqi", + "width": 512, + "height": 512, + "format": "svg" + } +] From 30c44fc1f1eba9aecc1fcf5ea6c4cbb3daae9e28 Mon Sep 17 00:00:00 2001 From: the R0AR Date: Tue, 7 Oct 2025 14:23:05 -0500 Subject: [PATCH 4/5] Update eip155-193939.json Updating the icon for the R0AR Chain --- _data/chains/eip155-193939.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/chains/eip155-193939.json b/_data/chains/eip155-193939.json index c19feda09da6..8de570f6c3ed 100644 --- a/_data/chains/eip155-193939.json +++ b/_data/chains/eip155-193939.json @@ -17,6 +17,7 @@ { "name": "tracehawk", "url": "https://r0arscan.io", + "icon": "r0ar", "standard": "none" } ] From 05d24104b8ec773552df1afc17d966a4beac0ee2 Mon Sep 17 00:00:00 2001 From: the R0AR Date: Tue, 7 Oct 2025 14:23:46 -0500 Subject: [PATCH 5/5] Update eip155-11166111.json Updating the icon for the R0AR Testnet --- _data/chains/eip155-11166111.json | 1 + 1 file changed, 1 insertion(+) diff --git a/_data/chains/eip155-11166111.json b/_data/chains/eip155-11166111.json index 9d4825a5db49..52bf5cf36224 100644 --- a/_data/chains/eip155-11166111.json +++ b/_data/chains/eip155-11166111.json @@ -17,6 +17,7 @@ { "name": "tracehawk", "url": "https://testnet.r0arscan.io", + "icon": "r0ar", "standard": "none" } ]