diff --git a/_data/chains/eip155-1028.json b/_data/chains/eip155-1028.json index 4c26581cc1bb..b84bf36be9ec 100644 --- a/_data/chains/eip155-1028.json +++ b/_data/chains/eip155-1028.json @@ -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, diff --git a/_data/chains/eip155-1029.json b/_data/chains/eip155-1029.json new file mode 100644 index 000000000000..4a2f3d260561 --- /dev/null +++ b/_data/chains/eip155-1029.json @@ -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" + } + ] +} diff --git a/_data/chains/eip155-199.json b/_data/chains/eip155-199.json index 032722603b43..bddf2c83867e 100644 --- a/_data/chains/eip155-199.json +++ b/_data/chains/eip155-199.json @@ -1,6 +1,7 @@ { "name": "BitTorrent Chain Mainnet", "chain": "BTTC", + "icon": "bttc", "rpc": [ "https://rpc.bt.io", "https://bittorrent.drpc.org", diff --git a/_data/icons/bttc.json b/_data/icons/bttc.json new file mode 100644 index 000000000000..1a795c821e2c --- /dev/null +++ b/_data/icons/bttc.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmW7DmMmWVH4xTWf573AkaUD87tsWZyAxwjyvYx8vU6bjK", + "width": 96, + "height": 96, + "format": "png" + } +]