From b002f0f89a1f53f19bccefc4f696d0ba8f407d7b Mon Sep 17 00:00:00 2001 From: VivekQuestGLT <145447981+VivekQuestGLT@users.noreply.github.com> Date: Sat, 10 Aug 2024 20:16:59 +0530 Subject: [PATCH] add btcprotocol blockchain testnet (#5640) * update * update * update * update * update * update --------- Co-authored-by: ligi --- _data/chains/eip155-1227.json | 24 ++++++++++++++++++++++++ _data/icons/btcprotocol.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-1227.json create mode 100644 _data/icons/btcprotocol.json diff --git a/_data/chains/eip155-1227.json b/_data/chains/eip155-1227.json new file mode 100644 index 000000000000..df45349393af --- /dev/null +++ b/_data/chains/eip155-1227.json @@ -0,0 +1,24 @@ +{ + "name": "Bitcoin Protocol Testnet", + "chain": "BTCP Testnet", + "icon": "btcprotocol", + "rpc": ["https://testnet-chain.btcprotocol.io/"], + "faucets": [], + "nativeCurrency": { + "name": "BTC Protocol", + "symbol": "BTCP", + "decimals": 18 + }, + "infoURL": "https://btcprotocol.io/", + "shortName": "BTCP", + "chainId": 1227, + "networkId": 1227, + "explorers": [ + { + "name": "BTCP explorer", + "url": "https://explorer.btcprotocol.io", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/icons/btcprotocol.json b/_data/icons/btcprotocol.json new file mode 100644 index 000000000000..68f0fa458d83 --- /dev/null +++ b/_data/icons/btcprotocol.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmYgFtJjxUgUDr3L9fsXvgzUTanrzcNj2e6RJ8VmkwpcuB", + "width": 792, + "height": 792, + "format": "png" + } +]