mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add chain IDs for the Theta blockchain (#334)
This commit is contained in:
parent
4ea7eef329
commit
c97a828834
19
_data/chains/eip155-361.json
Normal file
19
_data/chains/eip155-361.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Theta Mainnet",
|
||||
"chain": "Theta",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://eth-rpc-api.thetatoken.org"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Theta Fuel",
|
||||
"symbol": "TFUEL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.thetatoken.org/",
|
||||
"shortName": "theta-mainnet",
|
||||
"chainId": 361,
|
||||
"networkId": 361
|
||||
}
|
19
_data/chains/eip155-363.json
Normal file
19
_data/chains/eip155-363.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Theta Sapphire Testnet",
|
||||
"chain": "Theta",
|
||||
"network": "testnet_sapphire",
|
||||
"rpc": [
|
||||
"https://eth-rpc-api-sapphire.thetatoken.org"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Theta Fuel",
|
||||
"symbol": "TFUEL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.thetatoken.org/",
|
||||
"shortName": "theta-sapphire",
|
||||
"chainId": 363,
|
||||
"networkId": 363
|
||||
}
|
19
_data/chains/eip155-364.json
Normal file
19
_data/chains/eip155-364.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Theta Amber Testnet",
|
||||
"chain": "Theta",
|
||||
"network": "testnet_amber",
|
||||
"rpc": [
|
||||
"https://eth-rpc-api-amber.thetatoken.org"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Theta Fuel",
|
||||
"symbol": "TFUEL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.thetatoken.org/",
|
||||
"shortName": "theta-amber",
|
||||
"chainId": 364,
|
||||
"networkId": 364
|
||||
}
|
19
_data/chains/eip155-365.json
Normal file
19
_data/chains/eip155-365.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Theta Testnet",
|
||||
"chain": "Theta",
|
||||
"network": "testnet",
|
||||
"rpc": [
|
||||
"https://eth-rpc-api-testnet.thetatoken.org"
|
||||
],
|
||||
"faucets": [
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Theta Fuel",
|
||||
"symbol": "TFUEL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.thetatoken.org/",
|
||||
"shortName": "theta-testnet",
|
||||
"chainId": 365,
|
||||
"networkId": 365
|
||||
}
|
Loading…
Reference in New Issue
Block a user