From 35e3770508d6f7e3577d7b1c0bfbc1fc60abedcc Mon Sep 17 00:00:00 2001 From: Wei Li Date: Fri, 19 Aug 2022 23:37:21 +0800 Subject: [PATCH] Explorer address (#1459) * Create eip155-1515.json * Update eip155-1515.json * Update eip155-1515.json add explorer address --- _data/chains/eip155-1515.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-1515.json b/_data/chains/eip155-1515.json index 0224df64..da7d11a6 100644 --- a/_data/chains/eip155-1515.json +++ b/_data/chains/eip155-1515.json @@ -1,6 +1,6 @@ { "name": "Beagle Messaging Chain", - "chain": "BeagleChain", + "chain": "BMC", "rpc": [ "https://beagle.chat/eth" ], @@ -13,5 +13,10 @@ "infoURL": "https://beagle.chat/", "shortName": "beagle", "chainId": 1515, - "networkId": 1515 + "networkId": 1515, + "explorers": [{ + "name": "Beagle Messaging Chain Explorer", + "url": "https://eth.beagle.chat", + "standard": "EIP3091" + }] }