From 24e545f68d492e7dc400bf73717f986c14ec6581 Mon Sep 17 00:00:00 2001 From: Evan Han Date: Mon, 10 May 2021 14:25:42 +0800 Subject: [PATCH] add explorer for okexchain (#253) --- _data/chains/eip155-65.json | 7 ++++++- _data/chains/eip155-66.json | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-65.json b/_data/chains/eip155-65.json index 35811e0e..3181941c 100644 --- a/_data/chains/eip155-65.json +++ b/_data/chains/eip155-65.json @@ -14,5 +14,10 @@ "infoURL": "https://www.okex.com/okexchain", "shortName": "tokt", "chainId": 65, - "networkId": 65 + "networkId": 65, + "explorers": [{ + "name": "OKLink", + "url": "https://www.oklink.com/okexchain-test", + "standard": "EIP3091" + }] } diff --git a/_data/chains/eip155-66.json b/_data/chains/eip155-66.json index f3046cb5..e2b8d75e 100644 --- a/_data/chains/eip155-66.json +++ b/_data/chains/eip155-66.json @@ -14,5 +14,10 @@ "infoURL": "https://www.okex.com/okexchain", "shortName": "okt", "chainId": 66, - "networkId": 66 + "networkId": 66, + "explorers": [{ + "name": "OKLink", + "url": "https://www.oklink.com/okexchain", + "standard": "EIP3091" + }] }