Removed empty quotes

This commit is contained in:
Tim Baldwin 2021-03-03 16:59:12 -05:00 committed by ligi
parent 1d7d6ce13d
commit 17a297eda9
4 changed files with 7 additions and 24 deletions

View File

@ -2,13 +2,8 @@
"name": "Moonbeam Polkadot",
"chain": "MOON",
"network": "moonbeam",
"rpc": [
"",
""
],
"faucets": [
""
],
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Glimmer",
"symbol": "GLMR",

View File

@ -2,13 +2,8 @@
"name": "Moonriver Kusama",
"chain": "MOON",
"network": "moonriver",
"rpc": [
"",
""
],
"faucets": [
""
],
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "River",
"symbol": "RIVER",

View File

@ -2,13 +2,8 @@
"name": "Moonrock Rococo",
"chain": "MOON",
"network": "moonrock",
"rpc": [
"",
""
],
"faucets": [
""
],
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Rocs",
"symbol": "ROC",

View File

@ -6,9 +6,7 @@
"https://rpc.testnet.moonbeam.network",
"wss://wss.testnet.moonbeam.network"
],
"faucets": [
""
],
"faucets": [],
"nativeCurrency": {
"name": "Dev",
"symbol": "DEV",