add explorer for okexchain (#253)

This commit is contained in:
Evan Han 2021-05-10 14:25:42 +08:00 committed by GitHub
parent c81b8028fe
commit 24e545f68d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 2 deletions

View File

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

View File

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