Skip to content

Commit

Permalink
add zeus (#5554)
Browse files Browse the repository at this point in the history
* add zeus

* update short name

* update icon

* upadte shortname

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
ZEUS-Blockchain and ligi authored Aug 7, 2024
1 parent 7ea80cd commit b9d1b91
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-34504.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "ZEUS Mainnet",
"chain": "ZEUS",
"icon": "zeusicon",
"rpc": ["https://mainnet-rpc.zeuschainscan.io"],
"nativeCurrency": {
"name": "The ZEUS Token",
"symbol": "ZEUS",
"decimals": 18
},
"infoURL": "https://zeuschainscan.io",
"shortName": "ZEUS",
"chainId": 34504,
"networkId": 34504,
"faucets": [],
"explorers": [
{
"name": "ZEUS Mainnet Explorer",
"url": "https://zeuschainscan.io",
"icon": "zeusicon",
"standard": "EIP3091"
}
]
}
24 changes: 24 additions & 0 deletions _data/chains/eip155-7244.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "ZEUS Testnet",
"chain": "tZEUS",
"icon": "zeusicon",
"rpc": ["https://testnet-rpc.zeuschainscan.io"],
"nativeCurrency": {
"name": "The ZEUS Token",
"symbol": "ZEUS",
"decimals": 18
},
"infoURL": "https://testnet-explorer.zeuschainscan.io",
"shortName": "ZEUS-Testnet",
"chainId": 7244,
"networkId": 7244,
"faucets": ["https://faucet.zeuschainscan.io"],
"explorers": [
{
"name": "ZEUS Testnet Explorer",
"url": "https://testnet-explorer.zeuschainscan.io",
"icon": "zeusicon",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/zeusicon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmdktFyG3dM6Jk4j7V9xzvWwSpmnLcaNDuWhPwFHJw7K6e",
"width": 100,
"height": 100,
"format": "png"
}
]
Binary file not shown.

0 comments on commit b9d1b91

Please sign in to comment.