-
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 WhiteBIT Network mainnet (#3273)
* Create eip155-1875.json * Create whitebit.json * upload wbt icon * Update eip155-1875.json
- Loading branch information
1 parent
af4c372
commit a8f69c8
Showing
3 changed files
with
31 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,23 @@ | ||
{ | ||
"name": "WhiteBIT Network", | ||
"chain": "WBT", | ||
"rpc": ["https://rpc.whitebit.network"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "WhiteBIT Coin", | ||
"symbol": "WBT", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://whitebit.network", | ||
"shortName": "wbt", | ||
"chainId": 1875, | ||
"networkId": 1875, | ||
"icon": "whitebit", | ||
"explorers": [ | ||
{ | ||
"name": "wb-explorer", | ||
"url": "https://explorer.whitebit.network", | ||
"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://Qmbi6cqsQyDjkQSoxbNTTUy8WGyVEFqCtATX2aF4KLmCcZ", | ||
"width": 512, | ||
"height": 512, | ||
"format": "png" | ||
} | ||
] |
Binary file not shown.