-
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 icon information for the BTTC mainnet and add BTTC 1029 testnet i…
…nformation.
- Loading branch information
1 parent
3aa30ef
commit 1b82970
Showing
4 changed files
with
35 additions
and
1 deletion.
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
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": "BitTorrent Chain Donau", | ||
"chain": "BTTC", | ||
"icon": "bttc", | ||
"rpc": ["https://pre-rpc.bt.io"], | ||
"faucets": ["https://testfaucet.bt.io"], | ||
"nativeCurrency": { | ||
"name": "BitTorrent", | ||
"symbol": "BTT", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://bt.io", | ||
"shortName": "tBTT", | ||
"chainId": 1029, | ||
"networkId": 1029, | ||
"slip44": 1, | ||
"explorers": [ | ||
{ | ||
"name": "BitTorrent Chain Donau Explorer", | ||
"url": "https://testnet.bttcscan.com", | ||
"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
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://QmW7DmMmWVH4xTWf573AkaUD87tsWZyAxwjyvYx8vU6bjK", | ||
"width": 96, | ||
"height": 96, | ||
"format": "png" | ||
} | ||
] |