Add chain IDs for the Theta blockchain (#334)

This commit is contained in:
Jieyi Long (THETA Network) 2021-07-13 08:45:06 -07:00 committed by GitHub
parent 4ea7eef329
commit c97a828834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 76 additions and 0 deletions

View 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
}

View 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
}

View 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
}

View 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
}