From c601d70e03fdc2f07987c708ff3f146f4f8b5f89 Mon Sep 17 00:00:00 2001 From: kodabs Date: Tue, 15 Feb 2022 18:51:47 +0900 Subject: [PATCH] Update explorer url --- _data/chains/eip155-5869.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-5869.json b/_data/chains/eip155-5869.json index 2ed792d2..8a92eac1 100644 --- a/_data/chains/eip155-5869.json +++ b/_data/chains/eip155-5869.json @@ -11,8 +11,13 @@ "symbol": "RBD", "decimals": 18 }, - "infoURL": "http://wegochain.io", + "infoURL": "https://www.wegochain.io", "shortName": "rbd", "chainId": 5869, - "networkId": 5869 + "networkId": 5869, + "explorers": [{ + "name": "wegoscan2", + "url": "https://scan2.wegochain.io", + "standard": "EIP3091" + }] }