update rpc and infoURL (#201)

This commit is contained in:
Hging 2021-04-01 16:02:27 +08:00 committed by GitHub
parent 4921109ad7
commit 1034c3761a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -9,7 +9,7 @@
"symbol": "MATH", "symbol": "MATH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://mathwallet.org", "infoURL": "https://mathchain.org",
"shortName": "MATH", "shortName": "MATH",
"chainId": 1139, "chainId": 1139,
"networkId": 1139 "networkId": 1139

View File

@ -2,14 +2,18 @@
"name": "MathChain Testnet", "name": "MathChain Testnet",
"chain": "MATH", "chain": "MATH",
"network": "testnet", "network": "testnet",
"rpc": [], "rpc": [
"faucets": [], "https://galois-hk.maiziqianbao.net/rpc"
],
"faucets": [
"https://scan.boka.network/#/Galois/faucet"
],
"nativeCurrency": { "nativeCurrency": {
"name": "MathChain", "name": "MathChain",
"symbol": "MATH", "symbol": "MATH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://mathwallet.org/", "infoURL": "https://mathchain.org",
"shortName": "tMATH", "shortName": "tMATH",
"chainId": 1140, "chainId": 1140,
"networkId": 1140 "networkId": 1140