From ef58d131437c87a52b6287327c03aecda6d5753b Mon Sep 17 00:00:00 2001 From: Shubham <=> Date: Tue, 22 Apr 2025 11:08:24 +0530 Subject: [PATCH] Add icon for redbelly network --- _data/chains/eip155-151.json | 1 + _data/chains/eip155-153.json | 1 + _data/icons/redbelly.json | 8 ++++++++ 3 files changed, 10 insertions(+) create mode 100644 _data/icons/redbelly.json diff --git a/_data/chains/eip155-151.json b/_data/chains/eip155-151.json index 2b6982e1c978..ec03928ea748 100644 --- a/_data/chains/eip155-151.json +++ b/_data/chains/eip155-151.json @@ -5,6 +5,7 @@ "chainId": 151, "networkId": 151, "slip44": 824, + "icon": "redbelly", "rpc": ["https://governors.mainnet.redbelly.network"], "faucets": [], "infoURL": "https://redbelly.network", diff --git a/_data/chains/eip155-153.json b/_data/chains/eip155-153.json index d5fa1d454378..f828ee939d72 100644 --- a/_data/chains/eip155-153.json +++ b/_data/chains/eip155-153.json @@ -4,6 +4,7 @@ "chain": "RBN", "chainId": 153, "networkId": 153, + "icon": "redbelly", "slip44": 1, "rpc": ["https://governors.testnet.redbelly.network"], "faucets": [], diff --git a/_data/icons/redbelly.json b/_data/icons/redbelly.json new file mode 100644 index 000000000000..191227f8d31a --- /dev/null +++ b/_data/icons/redbelly.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmbU86AmMYhDTwDzJWLtrLAURqepXinJbVhXUJq5BaWqCp", + "width": 500, + "height": 550, + "format": "svg" + } +]