-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add zeus * update short name * update icon * upadte shortname --------- Co-authored-by: ligi <[email protected]>
- Loading branch information
1 parent
7ea80cd
commit b9d1b91
Showing
4 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.