From f250aea6cbda7f3565e7960667da1fa94ede4148 Mon Sep 17 00:00:00 2001 From: zypher-kevin Date: Thu, 31 Oct 2024 00:06:37 +0800 Subject: [PATCH] fix error of short name --- _data/chains/eip155-19546.json | 8 +++++--- _data/chains/eip155-9901.json | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/_data/chains/eip155-19546.json b/_data/chains/eip155-19546.json index 3ef88f651315..c70e7fefee59 100644 --- a/_data/chains/eip155-19546.json +++ b/_data/chains/eip155-19546.json @@ -2,7 +2,9 @@ "name": "Zytron Linea Testnet", "chain": "ETH", "icon": "zytron", - "rpc": ["https://linea-testnet-zytron.zypher.game/"], + "rpc": [ + "https://linea-testnet-zytron.zypher.game/" + ], "faucets": [], "nativeCurrency": { "name": "ETH", @@ -10,13 +12,13 @@ "decimals": 18 }, "infoURL": "https://zytron.zypher.network/", - "shortName": "zytron", + "shortName": "zytron-linea-testnet", "chainId": 19546, "networkId": 19546, "explorers": [ { "name": "blockscout", - "url": "https://linea-testnet-zytron-blockscout.zypher.game/", + "url": "https://linea-testnet-zytron-blockscout.zypher.game", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-9901.json b/_data/chains/eip155-9901.json index df0ad51581e2..065c68049377 100644 --- a/_data/chains/eip155-9901.json +++ b/_data/chains/eip155-9901.json @@ -2,7 +2,9 @@ "name": "Zytron Linea Mainnet", "chain": "ETH", "icon": "zytron", - "rpc": ["https://rpc.zypher.network/"], + "rpc": [ + "https://rpc.zypher.network/" + ], "faucets": [], "nativeCurrency": { "name": "ETH", @@ -10,13 +12,13 @@ "decimals": 18 }, "infoURL": "https://zytron.zypher.network/", - "shortName": "zytron", + "shortName": "zytron-linea", "chainId": 9901, "networkId": 9901, "explorers": [ { "name": "blockscout", - "url": "https://explorer.zypher.network/", + "url": "https://explorer.zypher.network", "standard": "EIP3091" } ]