Fixed style issues with prettier

This commit is contained in:
CharlieM 2022-11-30 08:21:51 -07:00 committed by ligi
parent 245345e51d
commit 22b49a40b1
3 changed files with 53 additions and 59 deletions

View File

@ -2,9 +2,7 @@
"name": "ZetaChain Mainnet",
"chain": "ZetaChain",
"icon": "Zetachain",
"rpc": [
"https://api.mainnet.zetachain.com/evm"
],
"rpc": ["https://api.mainnet.zetachain.com/evm"],
"faucets": [],
"nativeCurrency": {
"name": "Zeta",

View File

@ -2,12 +2,8 @@
"name": "ZetaChain Athens Testnet",
"chain": "ZetaChain",
"icon": "Zetachain",
"rpc": [
"https://api.athens2.zetachain.com/evm"
],
"faucets": [
"https://labs.zetachain.com/get-zeta"
],
"rpc": ["https://api.athens2.zetachain.com/evm"],
"faucets": ["https://labs.zetachain.com/get-zeta"],
"nativeCurrency": {
"name": "Zeta",
"symbol": "aZETA",