diff --git a/_data/chains/eip155-10791.json b/_data/chains/eip155-10791.json new file mode 100644 index 000000000000..f9e7d5bc9ba2 --- /dev/null +++ b/_data/chains/eip155-10791.json @@ -0,0 +1,24 @@ +{ + "name": "TrustBitcoin Mainnet", + "chain": "TBC", + "rpc": ["https://rpc.trustbitcoin.io"], + "features": [{ "name": "EIP155" }], + "faucets": [], + "nativeCurrency": { + "name": "TrustBitcoin", + "symbol": "TBC", + "decimals": 18 + }, + "infoURL": "https://trustbitcoin.io", + "shortName": "trustbtc", + "chainId": 10791, + "networkId": 10791, + "icon": "trustbitcoin", + "explorers": [ + { + "name": "TrustBitcoin Scan", + "url": "https://scan.trustbitcoin.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/trustbitcoin.json b/_data/icons/trustbitcoin.json new file mode 100644 index 000000000000..2bab62a87442 --- /dev/null +++ b/_data/icons/trustbitcoin.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafybeifkxfdmobbohipm6vviyhq5isvfxgk3pypdgfbl4wdceeraz7t33y", + "width": 512, + "height": 512, + "format": "png" + } +]