From 22b49a40b12450d6d20e12061fae3227298e4d10 Mon Sep 17 00:00:00 2001 From: CharlieM <31941002+CharlieMc0@users.noreply.github.com> Date: Wed, 30 Nov 2022 08:21:51 -0700 Subject: [PATCH] Fixed style issues with prettier --- _data/chains/eip155-7000.json | 48 ++++++++++++++++----------------- _data/chains/eip155-7001.json | 50 ++++++++++++++++------------------- _data/icons/zetachain.json | 14 +++++----- 3 files changed, 53 insertions(+), 59 deletions(-) diff --git a/_data/chains/eip155-7000.json b/_data/chains/eip155-7000.json index 52bfe7f1..1b19f5a3 100644 --- a/_data/chains/eip155-7000.json +++ b/_data/chains/eip155-7000.json @@ -1,26 +1,24 @@ { - "name": "ZetaChain Mainnet", - "chain": "ZetaChain", - "icon": "Zetachain", - "rpc": [ - "https://api.mainnet.zetachain.com/evm" - ], - "faucets": [], - "nativeCurrency": { - "name": "Zeta", - "symbol": "ZETA", - "decimals": 18 - }, - "infoURL": "https://docs.zetachain.com/", - "shortName": "zetachain-mainnet", - "chainId": 7000, - "networkId": 7000, - "status": "incubating", - "explorers": [ - { - "name": "ZetaChain Mainnet Explorer", - "url": "https://explorer.mainnet.zetachain.com", - "standard": "none" - } - ] -} \ No newline at end of file + "name": "ZetaChain Mainnet", + "chain": "ZetaChain", + "icon": "Zetachain", + "rpc": ["https://api.mainnet.zetachain.com/evm"], + "faucets": [], + "nativeCurrency": { + "name": "Zeta", + "symbol": "ZETA", + "decimals": 18 + }, + "infoURL": "https://docs.zetachain.com/", + "shortName": "zetachain-mainnet", + "chainId": 7000, + "networkId": 7000, + "status": "incubating", + "explorers": [ + { + "name": "ZetaChain Mainnet Explorer", + "url": "https://explorer.mainnet.zetachain.com", + "standard": "none" + } + ] +} diff --git a/_data/chains/eip155-7001.json b/_data/chains/eip155-7001.json index c2dd4ebd..fe710d25 100644 --- a/_data/chains/eip155-7001.json +++ b/_data/chains/eip155-7001.json @@ -1,28 +1,24 @@ { - "name": "ZetaChain Athens Testnet", - "chain": "ZetaChain", - "icon": "Zetachain", - "rpc": [ - "https://api.athens2.zetachain.com/evm" - ], - "faucets": [ - "https://labs.zetachain.com/get-zeta" - ], - "nativeCurrency": { - "name": "Zeta", - "symbol": "aZETA", - "decimals": 18 - }, - "infoURL": "https://docs.zetachain.com/", - "shortName": "zetachain-athens", - "chainId": 7001, - "networkId": 7001, - "status": "active", - "explorers": [ - { - "name": "ZetaChain Athens Testnet Explorer", - "url": "https://explorer.athens.zetachain.com", - "standard": "none" - } - ] -} \ No newline at end of file + "name": "ZetaChain Athens Testnet", + "chain": "ZetaChain", + "icon": "Zetachain", + "rpc": ["https://api.athens2.zetachain.com/evm"], + "faucets": ["https://labs.zetachain.com/get-zeta"], + "nativeCurrency": { + "name": "Zeta", + "symbol": "aZETA", + "decimals": 18 + }, + "infoURL": "https://docs.zetachain.com/", + "shortName": "zetachain-athens", + "chainId": 7001, + "networkId": 7001, + "status": "active", + "explorers": [ + { + "name": "ZetaChain Athens Testnet Explorer", + "url": "https://explorer.athens.zetachain.com", + "standard": "none" + } + ] +} diff --git a/_data/icons/zetachain.json b/_data/icons/zetachain.json index a9ca5f67..b8b89145 100644 --- a/_data/icons/zetachain.json +++ b/_data/icons/zetachain.json @@ -1,8 +1,8 @@ [ - { - "url": "ipfs://QmeABfwZ2nAxDzYyqZ1LEypPgQFMjEyrx8FfnoPLkF8R3f", - "width": 1280, - "height": 1280, - "format": "png" - } -] \ No newline at end of file + { + "url": "ipfs://QmeABfwZ2nAxDzYyqZ1LEypPgQFMjEyrx8FfnoPLkF8R3f", + "width": 1280, + "height": 1280, + "format": "png" + } +]