From 131961e9f3a28e9ff0ec2ac23e2e0bbc362d42ef Mon Sep 17 00:00:00 2001 From: Brisepad Date: Sun, 1 May 2022 09:05:21 +0100 Subject: [PATCH] New RPC and icon for Bitgert Chain --- _data/chains/eip155-32520.json | 8 +++++++- _data/icons/brise.json | 8 ++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 _data/icons/brise.json diff --git a/_data/chains/eip155-32520.json b/_data/chains/eip155-32520.json index befe22ce..5de79e75 100644 --- a/_data/chains/eip155-32520.json +++ b/_data/chains/eip155-32520.json @@ -1,7 +1,11 @@ { "name": "Bitgert Mainnet", "chain": "Brise", - "rpc": ["https://mainnet-rpc.brisescan.com"], + "rpc": [ + "https://mainnet-rpc.brisescan.com", + "https://chainrpc.com", + "https://serverrpc.com" + ], "faucets": [], "nativeCurrency": { "name": "Bitrise Token", @@ -12,10 +16,12 @@ "shortName": "Brise", "chainId": 32520, "networkId": 32520, + "icon": "brise", "explorers": [ { "name": "Brise Scan", "url": "https://brisescan.com", + "icon": "brise", "standard": "EIP3091" } ] diff --git a/_data/icons/brise.json b/_data/icons/brise.json new file mode 100644 index 00000000..77a173f9 --- /dev/null +++ b/_data/icons/brise.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmY3vKe1rG9AyHSGH1ouP3ER3EVUZRtRrFbFZEfEpMSd4V", + "width": 512, + "height": 512, + "format": "png" + } +] \ No newline at end of file