Update the explorer URLs for the Theta Mainnet and testnets (#354)

* Add chain IDs for the Theta blockchain

* Update the explorer URLs for Theta mainnet and testnets

* Minor fixes for the Theta explorer URLs
This commit is contained in:
Jieyi Long (THETA Network) 2021-08-01 05:20:40 -07:00 committed by GitHub
parent ea9a3fca34
commit dd8c68b65c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 9 deletions

View File

@ -3,7 +3,7 @@
"chain": "Theta",
"network": "mainnet",
"rpc": [
"https://eth-rpc-api.thetatoken.org"
"https://eth-rpc-api.thetatoken.org/rpc"
],
"faucets": [
],
@ -15,5 +15,10 @@
"infoURL": "https://www.thetatoken.org/",
"shortName": "theta-mainnet",
"chainId": 361,
"networkId": 361
"networkId": 361,
"explorers": [{
"name": "Theta Mainnet Explorer",
"url": "https://explorer.thetatoken.org",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "Theta",
"network": "testnet_sapphire",
"rpc": [
"https://eth-rpc-api-sapphire.thetatoken.org"
"https://eth-rpc-api-sapphire.thetatoken.org/rpc"
],
"faucets": [
],
@ -15,5 +15,10 @@
"infoURL": "https://www.thetatoken.org/",
"shortName": "theta-sapphire",
"chainId": 363,
"networkId": 363
"networkId": 363,
"explorers": [{
"name": "Theta Sapphire Testnet Explorer",
"url": "https://guardian-testnet-sapphire-explorer.thetatoken.org",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "Theta",
"network": "testnet_amber",
"rpc": [
"https://eth-rpc-api-amber.thetatoken.org"
"https://eth-rpc-api-amber.thetatoken.org/rpc"
],
"faucets": [
],
@ -15,5 +15,10 @@
"infoURL": "https://www.thetatoken.org/",
"shortName": "theta-amber",
"chainId": 364,
"networkId": 364
}
"networkId": 364,
"explorers": [{
"name": "Theta Amber Testnet Explorer",
"url": "https://guardian-testnet-amber-explorer.thetatoken.org",
"standard": "EIP3091"
}]
}

View File

@ -3,7 +3,7 @@
"chain": "Theta",
"network": "testnet",
"rpc": [
"https://eth-rpc-api-testnet.thetatoken.org"
"https://eth-rpc-api-testnet.thetatoken.org/rpc"
],
"faucets": [
],
@ -15,5 +15,10 @@
"infoURL": "https://www.thetatoken.org/",
"shortName": "theta-testnet",
"chainId": 365,
"networkId": 365
"networkId": 365,
"explorers": [{
"name": "Theta Testnet Explorer",
"url": "https://testnet-explorer.thetatoken.org",
"standard": "EIP3091"
}]
}