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

@ -1,26 +1,24 @@
{ {
"name": "ZetaChain Mainnet", "name": "ZetaChain Mainnet",
"chain": "ZetaChain", "chain": "ZetaChain",
"icon": "Zetachain", "icon": "Zetachain",
"rpc": [ "rpc": ["https://api.mainnet.zetachain.com/evm"],
"https://api.mainnet.zetachain.com/evm" "faucets": [],
], "nativeCurrency": {
"faucets": [], "name": "Zeta",
"nativeCurrency": { "symbol": "ZETA",
"name": "Zeta", "decimals": 18
"symbol": "ZETA", },
"decimals": 18 "infoURL": "https://docs.zetachain.com/",
}, "shortName": "zetachain-mainnet",
"infoURL": "https://docs.zetachain.com/", "chainId": 7000,
"shortName": "zetachain-mainnet", "networkId": 7000,
"chainId": 7000, "status": "incubating",
"networkId": 7000, "explorers": [
"status": "incubating", {
"explorers": [ "name": "ZetaChain Mainnet Explorer",
{ "url": "https://explorer.mainnet.zetachain.com",
"name": "ZetaChain Mainnet Explorer", "standard": "none"
"url": "https://explorer.mainnet.zetachain.com", }
"standard": "none" ]
}
]
} }

View File

@ -1,28 +1,24 @@
{ {
"name": "ZetaChain Athens Testnet", "name": "ZetaChain Athens Testnet",
"chain": "ZetaChain", "chain": "ZetaChain",
"icon": "Zetachain", "icon": "Zetachain",
"rpc": [ "rpc": ["https://api.athens2.zetachain.com/evm"],
"https://api.athens2.zetachain.com/evm" "faucets": ["https://labs.zetachain.com/get-zeta"],
], "nativeCurrency": {
"faucets": [ "name": "Zeta",
"https://labs.zetachain.com/get-zeta" "symbol": "aZETA",
], "decimals": 18
"nativeCurrency": { },
"name": "Zeta", "infoURL": "https://docs.zetachain.com/",
"symbol": "aZETA", "shortName": "zetachain-athens",
"decimals": 18 "chainId": 7001,
}, "networkId": 7001,
"infoURL": "https://docs.zetachain.com/", "status": "active",
"shortName": "zetachain-athens", "explorers": [
"chainId": 7001, {
"networkId": 7001, "name": "ZetaChain Athens Testnet Explorer",
"status": "active", "url": "https://explorer.athens.zetachain.com",
"explorers": [ "standard": "none"
{ }
"name": "ZetaChain Athens Testnet Explorer", ]
"url": "https://explorer.athens.zetachain.com",
"standard": "none"
}
]
} }

View File

@ -1,8 +1,8 @@
[ [
{ {
"url": "ipfs://QmeABfwZ2nAxDzYyqZ1LEypPgQFMjEyrx8FfnoPLkF8R3f", "url": "ipfs://QmeABfwZ2nAxDzYyqZ1LEypPgQFMjEyrx8FfnoPLkF8R3f",
"width": 1280, "width": 1280,
"height": 1280, "height": 1280,
"format": "png" "format": "png"
} }
] ]