From 3e10da6571bddad13ed37f853d3517ae148d4808 Mon Sep 17 00:00:00 2001 From: MyRxWallet North America Corporation Date: Wed, 20 May 2026 08:08:20 -0700 Subject: [PATCH 1/2] feat: add icon for MyRx Network (Chain 8472) --- _data/icons/myrx.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 _data/icons/myrx.json diff --git a/_data/icons/myrx.json b/_data/icons/myrx.json new file mode 100644 index 000000000000..bd0816dbddbf --- /dev/null +++ b/_data/icons/myrx.json @@ -0,0 +1 @@ +[{"url":"ipfs://Qmf66SX7e9WxY3uUCom6XWEcsYKgFds22pjGV5oD4b4KZv","width":256,"height":256,"format":"png"}] \ No newline at end of file From 39a874646fada5bd5b44b53aecb2a5a0ab22b3fd Mon Sep 17 00:00:00 2001 From: MyRxWallet North America Corporation Date: Wed, 20 May 2026 08:09:24 -0700 Subject: [PATCH 2/2] feat: add icon and update name for MyRx Network (Chain 8472) --- _data/chains/eip155-8472.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_data/chains/eip155-8472.json b/_data/chains/eip155-8472.json index 2e4045f64291..93485cfd358f 100644 --- a/_data/chains/eip155-8472.json +++ b/_data/chains/eip155-8472.json @@ -1,7 +1,8 @@ { - "name": "MyrxWallet Network", + "name": "MyRx Network", "chain": "MYRX", - "rpc": ["https://rpc.myrxwallet.io"], + "icon": "myrx", + "rpc": ["https://rpc.myrxwallet.io", "wss://rpc.myrxwallet.io"], "features": [ { "name": "EIP155" @@ -22,9 +23,9 @@ "networkId": 8472, "explorers": [ { - "name": "MyrxWallet Explorer", + "name": "MyRx Explorer", "url": "https://explorer.myrxwallet.io", "standard": "EIP3091" } ] -} +} \ No newline at end of file