add MathChain Network (#133)

* add MathChain network id

* change testnet shorName
This commit is contained in:
Hging 2020-11-30 10:12:14 +08:00 committed by GitHub
parent a7e8760210
commit e29443b94d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

16
_data/chains/1139.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "MathChain",
"chain": "MATH",
"network": "mainnet",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "MathChain",
"symbol": "MATH",
"decimals": 18
},
"infoURL": "https://mathwallet.org",
"shortName": "MATH",
"chainId": 1139,
"networkId": 1139
}

16
_data/chains/1140.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "MathChain Testnet",
"chain": "MATH",
"network": "testnet",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "MathChain",
"symbol": "MATH",
"decimals": 18
},
"infoURL": "https://mathwallet.org/",
"shortName": "tMATH",
"chainId": 1140,
"networkId": 1140
}