-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated: Add BinaryChain fixed, build issues (#5288)
* added binarys data * removed / from explorer link * chnged other links to * changed shortname for the testnet, in local all tests are green. --------- Co-authored-by: vladevelops <[email protected]> Co-authored-by: ligi <[email protected]> Co-authored-by: vladevelops <[email protected]>
- Loading branch information
1 parent
3ac9df8
commit 58f983e
Showing
4 changed files
with
54 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": "BinaryChain Mainnet", | ||
"chain": "BinaryChain", | ||
"icon": "binary", | ||
"rpc": ["https://rpc.binarychain.org"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "BINARY", | ||
"symbol": "BNRY", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://binarychain.org", | ||
"shortName": "binary", | ||
"chainId": 987, | ||
"networkId": 987, | ||
"explorers": [ | ||
{ | ||
"name": "BinaryChain Explorer", | ||
"url": "https://explorer.binarychain.org", | ||
"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,23 @@ | ||
{ | ||
"name": "BinaryChain Testnet", | ||
"chain": "BinaryChain", | ||
"icon": "binary", | ||
"rpc": ["https://rpctestnet.binarychain.org"], | ||
"faucets": ["https://faucet.testnet.binarychain.org"], | ||
"nativeCurrency": { | ||
"name": "BINARY", | ||
"symbol": "BNRY", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://binarychain.org", | ||
"shortName": "binarytestnet", | ||
"chainId": 9876, | ||
"networkId": 9876, | ||
"explorers": [ | ||
{ | ||
"name": "BinaryChain Testnet Explorer", | ||
"url": "https://explorer.testnet.binarychain.org", | ||
"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://bafybeifb4vnpn3jv7cfdlne2dwhe6agdnpgmu46a7nbc5divjuyaznkyay", | ||
"width": 2000, | ||
"height": 2000, | ||
"format": "png" | ||
} | ||
] |
Binary file added
BIN
+60.3 KB
_data/iconsDownload/bafybeifb4vnpn3jv7cfdlne2dwhe6agdnpgmu46a7nbc5divjuyaznkyay
Binary file not shown.