Skip to content

Commit

Permalink
Add icon information for the BTTC mainnet and add BTTC 1029 testnet i…
Browse files Browse the repository at this point in the history
…nformation.
  • Loading branch information
falcon202110 committed Nov 15, 2024
1 parent 3aa30ef commit 1b82970
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _data/chains/eip155-1028.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"chain": "BTTC",
"rpc": ["https://testrpc.bittorrentchain.io/"],
"faucets": [],
"status": "deprecated",
"nativeCurrency": {
"name": "BitTorrent",
"symbol": "BTT",
"decimals": 18
},
"infoURL": "https://bittorrentchain.io/",
"shortName": "tbtt",
"shortName": "tbtt-deprecated",
"chainId": 1028,
"networkId": 1028,
"slip44": 1,
Expand Down
24 changes: 24 additions & 0 deletions _data/chains/eip155-1029.json
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"
}
]
}
1 change: 1 addition & 0 deletions _data/chains/eip155-199.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "BitTorrent Chain Mainnet",
"chain": "BTTC",
"icon": "bttc",
"rpc": [
"https://rpc.bt.io",
"https://bittorrent.drpc.org",
Expand Down
8 changes: 8 additions & 0 deletions _data/icons/bttc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmW7DmMmWVH4xTWf573AkaUD87tsWZyAxwjyvYx8vU6bjK",
"width": 96,
"height": 96,
"format": "png"
}
]

0 comments on commit 1b82970

Please sign in to comment.