Add explorer URL to GoChain (#356)

This commit is contained in:
Travis Reeder 2021-07-30 03:56:25 -07:00 committed by GitHub
parent 745922baea
commit ea9a3fca34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,5 +15,10 @@
"shortName": "go",
"chainId": 60,
"networkId": 60,
"slip44": 6060
"slip44": 6060,
"explorers": [{
"name": "GoChain Explorer",
"url": "https://explorer.gochain.io",
"standard": "EIP3091"
}]
}