mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
ea9a3fca34
commit
dd8c68b65c
|
@ -3,7 +3,7 @@
|
||||||
"chain": "Theta",
|
"chain": "Theta",
|
||||||
"network": "mainnet",
|
"network": "mainnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://eth-rpc-api.thetatoken.org"
|
"https://eth-rpc-api.thetatoken.org/rpc"
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
],
|
],
|
||||||
|
@ -15,5 +15,10 @@
|
||||||
"infoURL": "https://www.thetatoken.org/",
|
"infoURL": "https://www.thetatoken.org/",
|
||||||
"shortName": "theta-mainnet",
|
"shortName": "theta-mainnet",
|
||||||
"chainId": 361,
|
"chainId": 361,
|
||||||
"networkId": 361
|
"networkId": 361,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Theta Mainnet Explorer",
|
||||||
|
"url": "https://explorer.thetatoken.org",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"chain": "Theta",
|
"chain": "Theta",
|
||||||
"network": "testnet_sapphire",
|
"network": "testnet_sapphire",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://eth-rpc-api-sapphire.thetatoken.org"
|
"https://eth-rpc-api-sapphire.thetatoken.org/rpc"
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
],
|
],
|
||||||
|
@ -15,5 +15,10 @@
|
||||||
"infoURL": "https://www.thetatoken.org/",
|
"infoURL": "https://www.thetatoken.org/",
|
||||||
"shortName": "theta-sapphire",
|
"shortName": "theta-sapphire",
|
||||||
"chainId": 363,
|
"chainId": 363,
|
||||||
"networkId": 363
|
"networkId": 363,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Theta Sapphire Testnet Explorer",
|
||||||
|
"url": "https://guardian-testnet-sapphire-explorer.thetatoken.org",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"chain": "Theta",
|
"chain": "Theta",
|
||||||
"network": "testnet_amber",
|
"network": "testnet_amber",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://eth-rpc-api-amber.thetatoken.org"
|
"https://eth-rpc-api-amber.thetatoken.org/rpc"
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
],
|
],
|
||||||
|
@ -15,5 +15,10 @@
|
||||||
"infoURL": "https://www.thetatoken.org/",
|
"infoURL": "https://www.thetatoken.org/",
|
||||||
"shortName": "theta-amber",
|
"shortName": "theta-amber",
|
||||||
"chainId": 364,
|
"chainId": 364,
|
||||||
"networkId": 364
|
"networkId": 364,
|
||||||
}
|
"explorers": [{
|
||||||
|
"name": "Theta Amber Testnet Explorer",
|
||||||
|
"url": "https://guardian-testnet-amber-explorer.thetatoken.org",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"chain": "Theta",
|
"chain": "Theta",
|
||||||
"network": "testnet",
|
"network": "testnet",
|
||||||
"rpc": [
|
"rpc": [
|
||||||
"https://eth-rpc-api-testnet.thetatoken.org"
|
"https://eth-rpc-api-testnet.thetatoken.org/rpc"
|
||||||
],
|
],
|
||||||
"faucets": [
|
"faucets": [
|
||||||
],
|
],
|
||||||
|
@ -15,5 +15,10 @@
|
||||||
"infoURL": "https://www.thetatoken.org/",
|
"infoURL": "https://www.thetatoken.org/",
|
||||||
"shortName": "theta-testnet",
|
"shortName": "theta-testnet",
|
||||||
"chainId": 365,
|
"chainId": 365,
|
||||||
"networkId": 365
|
"networkId": 365,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Theta Testnet Explorer",
|
||||||
|
"url": "https://testnet-explorer.thetatoken.org",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user