fix IoTeX chain name (#264)

This commit is contained in:
XuePing Yang 2021-05-20 18:01:23 +08:00 committed by GitHub
parent 99dc3d982b
commit 284d5eeda5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "IoTeX Network Mainnet",
"chain": "IOTX",
"chain": "iotex.io",
"network": "mainnet",
"rpc": [
"https://babel-api.mainnet.iotex.one"

View File

@ -1,6 +1,6 @@
{
"name": "IoTeX Network Testnet",
"chain": "IOTX",
"chain": "iotex.io",
"network": "testnet",
"rpc": [
"https://babel-api.testnet.iotex.one"