Create eip155-4689.json and eip155-4690.json (#194)

* Create eip155-4689.json and eip155-4690.json

* Update eip155-4690.json

* Update eip155-4689.json

* Update eip155-4690.json
This commit is contained in:
Raullen Chai 2021-04-03 07:20:52 -07:00 committed by GitHub
parent d9a37ce910
commit 5f49c91806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"name": "IoTeX Network Mainnet",
"chain": "IOTX",
"network": "mainnet",
"rpc": [
"https://babel-api.mainnet.iotex.one"
],
"faucets": [
],
"nativeCurrency": {
"name": "IoTeX",
"symbol": "IOTX",
"decimals": 18
},
"infoURL": "https://iotex.io",
"shortName": "iotex-mainnet",
"chainId": 4689,
"networkId": 4689
}

View File

@ -0,0 +1,19 @@
{
"name": "IoTeX Network Testnet",
"chain": "IOTX",
"network": "testnet",
"rpc": [
"https://babel-api.testnet.iotex.one"
],
"faucets": [
],
"nativeCurrency": {
"name": "IoTeX",
"symbol": "IOTX",
"decimals": 18
},
"infoURL": "https://iotex.io",
"shortName": "iotex-testnet",
"chainId": 4690,
"networkId": 4690
}