Skip to content

Commit

Permalink
fix error of short name
Browse files Browse the repository at this point in the history
  • Loading branch information
zypher-kevin committed Oct 30, 2024
1 parent 34ee850 commit f250aea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions _data/chains/eip155-19546.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@
"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",
"symbol": "ETH",
"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"
}
]
Expand Down
8 changes: 5 additions & 3 deletions _data/chains/eip155-9901.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,23 @@
"name": "Zytron Linea Mainnet",
"chain": "ETH",
"icon": "zytron",
"rpc": ["https://rpc.zypher.network/"],
"rpc": [
"https://rpc.zypher.network/"
],
"faucets": [],
"nativeCurrency": {
"name": "ETH",
"symbol": "ETH",
"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"
}
]
Expand Down

0 comments on commit f250aea

Please sign in to comment.