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" + } +]